| tokens
				 listlengths 4 100 | spo_list
				 listlengths 1 26 | pos_tags
				 listlengths 4 100 | relations
				 listlengths 1 26 | 
|---|---|---|---|
| 
	[
  "The",
  "bolder",
  "stuff",
  "was",
  "Brooklyn",
  ",",
  "Queens",
  ",",
  "New",
  "York",
  ".",
  "''"
] | 
	[
  [
    "New York",
    "/location/location/contains",
    "Queens"
  ]
] | 
	[
  "DT",
  "JJR",
  "NN",
  "VBD",
  "NNP",
  ",",
  "NNP",
  ",",
  "NNP",
  "NNP",
  ".",
  "''"
] | 
	[
  {
    "h": {
      "text": "New York",
      "start": 8,
      "end": 10,
      "type": "LOCATION"
    },
    "t": {
      "text": "Queens",
      "start": 6,
      "end": 7,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "The",
  "Afghan",
  "Kitchen",
  "in",
  "the",
  "north",
  "London",
  "neighborhood",
  "of",
  "Islington",
  "delivers",
  "meals",
  "of",
  "savory",
  "stews",
  ",",
  "roasted",
  "vegetables",
  "and",
  "warm",
  "bicycle-seat-shaped",
  "bread",
  "-LRB-",
  "served",
  "only",
  "in",
  "the",
  "evenings",
  "-RRB-",
  "for",
  "less",
  "than",
  "the",
  "price",
  "of",
  "a",
  "pizza",
  "."
] | 
	[
  [
    "London",
    "/location/location/contains",
    "Islington"
  ]
] | 
	[
  "DT",
  "NNP",
  "NN",
  "IN",
  "DT",
  "NN",
  "NNP",
  "NN",
  "IN",
  "NNP",
  "VBZ",
  "NNS",
  "IN",
  "JJ",
  "NNS",
  ",",
  "JJ",
  "NNS",
  "CC",
  "JJ",
  "JJ",
  "NN",
  "-LRB-",
  "VBD",
  "RB",
  "IN",
  "DT",
  "NNS",
  "-RRB-",
  "IN",
  "JJR",
  "IN",
  "DT",
  "NN",
  "IN",
  "DT",
  "NN",
  "."
] | 
	[
  {
    "h": {
      "text": "London",
      "start": 6,
      "end": 7,
      "type": "LOCATION"
    },
    "t": {
      "text": "Islington",
      "start": 9,
      "end": 10,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "So",
  "he",
  "did",
  "the",
  "sensible",
  "thing",
  ":",
  "He",
  "went",
  "to",
  "Italy",
  "and",
  "found",
  "a",
  "job",
  "as",
  "kitchen",
  "help",
  "in",
  "Milan",
  "."
] | 
	[
  [
    "Italy",
    "/location/location/contains",
    "Milan"
  ]
] | 
	[
  "IN",
  "PRP",
  "VBD",
  "DT",
  "JJ",
  "NN",
  ":",
  "PRP",
  "VBD",
  "TO",
  "NNP",
  "CC",
  "VBD",
  "DT",
  "NN",
  "IN",
  "NN",
  "NN",
  "IN",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Italy",
      "start": 10,
      "end": 11,
      "type": "LOCATION"
    },
    "t": {
      "text": "Milan",
      "start": 19,
      "end": 20,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "Michelle",
  "Lisa",
  "Corn",
  ",",
  "the",
  "daughter",
  "of",
  "Rose",
  "and",
  "Bennett",
  "J.",
  "Corn",
  "of",
  "Whippany",
  ",",
  "N.J.",
  ",",
  "was",
  "married",
  "last",
  "evening",
  "Michael",
  "David",
  "Birnbaum",
  ",",
  "a",
  "son",
  "Judy",
  "and",
  "Israel",
  "Birnbaum",
  "of",
  "Syosset",
  ",",
  "N.Y.",
  "Rabbi",
  "Larry",
  "Sebert",
  "officiated",
  "at",
  "the",
  "Puck",
  "Building",
  "in",
  "New",
  "York",
  "."
] | 
	[
  [
    "New York",
    "/location/location/contains",
    "Syosset"
  ]
] | 
	[
  "NNP",
  "NNP",
  "NNP",
  ",",
  "DT",
  "NN",
  "IN",
  "NNP",
  "CC",
  "NNP",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  ",",
  "NNP",
  ",",
  "VBD",
  "VBN",
  "JJ",
  "NN",
  "NNP",
  "NNP",
  "NNP",
  ",",
  "DT",
  "NN",
  "NNP",
  "CC",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  ",",
  "NNP",
  "NNP",
  "NNP",
  "NNP",
  "VBD",
  "IN",
  "DT",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "New York",
      "start": 44,
      "end": 46,
      "type": "LOCATION"
    },
    "t": {
      "text": "Syosset",
      "start": 32,
      "end": 33,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "Buyers",
  "priced",
  "out",
  "of",
  "waterfront",
  "communities",
  "farther",
  "south",
  "along",
  "the",
  "Fairfield",
  "County",
  "commuter",
  "line",
  "have",
  "touched",
  "off",
  "an",
  "extended",
  "building",
  "boom",
  "in",
  "the",
  "neighborhoods",
  "around",
  "Fairfield",
  "'s",
  "beaches",
  "."
] | 
	[
  [
    "Fairfield County",
    "/location/location/contains",
    "Fairfield"
  ]
] | 
	[
  "NNS",
  "VBN",
  "IN",
  "IN",
  "NN",
  "NNS",
  "RBR",
  "RB",
  "IN",
  "DT",
  "NNP",
  "NNP",
  "NN",
  "NN",
  "VBP",
  "VBN",
  "RP",
  "DT",
  "JJ",
  "NN",
  "NN",
  "IN",
  "DT",
  "NNS",
  "IN",
  "NNP",
  "POS",
  "NNS",
  "."
] | 
	[
  {
    "h": {
      "text": "Fairfield County",
      "start": 10,
      "end": 12,
      "type": "LOCATION"
    },
    "t": {
      "text": "Fairfield",
      "start": 10,
      "end": 11,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "Most",
  "of",
  "the",
  "Dominican",
  "Republic",
  "'s",
  "resorts",
  "and",
  "white",
  "sandy",
  "beaches",
  "lie",
  "along",
  "the",
  "southern",
  "coast",
  "to",
  "the",
  "east",
  "of",
  "the",
  "capital",
  ",",
  "Santo",
  "Domingo",
  ",",
  "and",
  "stretch",
  "to",
  "the",
  "country",
  "'s",
  "eastern",
  "tip",
  "at",
  "Punta",
  "Cana",
  "."
] | 
	[
  [
    "Dominican Republic",
    "/location/location/contains",
    "Punta Cana"
  ],
  [
    "Dominican Republic",
    "/location/country/capital",
    "Santo Domingo"
  ],
  [
    "Dominican Republic",
    "/location/location/contains",
    "Santo Domingo"
  ]
] | 
	[
  "JJS",
  "IN",
  "DT",
  "NNP",
  "NNP",
  "POS",
  "NNS",
  "CC",
  "JJ",
  "JJ",
  "NNS",
  "VBP",
  "IN",
  "DT",
  "JJ",
  "NN",
  "TO",
  "DT",
  "JJ",
  "IN",
  "DT",
  "NN",
  ",",
  "NNP",
  "NNP",
  ",",
  "CC",
  "NN",
  "TO",
  "DT",
  "NN",
  "POS",
  "JJ",
  "NN",
  "IN",
  "NNP",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Dominican Republic",
      "start": 3,
      "end": 5,
      "type": "LOCATION"
    },
    "t": {
      "text": "Punta Cana",
      "start": 35,
      "end": 37,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Dominican Republic",
      "start": 3,
      "end": 5,
      "type": "LOCATION"
    },
    "t": {
      "text": "Santo Domingo",
      "start": 23,
      "end": 25,
      "type": "PERSON"
    },
    "type": "/location/country/capital"
  },
  {
    "h": {
      "text": "Dominican Republic",
      "start": 3,
      "end": 5,
      "type": "LOCATION"
    },
    "t": {
      "text": "Santo Domingo",
      "start": 23,
      "end": 25,
      "type": "PERSON"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "For",
  "My",
  "People",
  ":",
  "The",
  "Art",
  "of",
  "Elizabeth",
  "Catlett",
  ",",
  "''",
  "Harold",
  "B.",
  "Lemmerman",
  "Gallery",
  ",",
  "third",
  "floor",
  ",",
  "Hepburn",
  "Hall",
  ",",
  "New",
  "Jersey",
  "City",
  "University",
  ",",
  "2039",
  "Kennedy",
  "Boulevard",
  ",",
  "Jersey",
  "City",
  ",",
  "through",
  "May",
  "17",
  "."
] | 
	[
  [
    "Jersey City",
    "/location/location/contains",
    "New Jersey City University"
  ]
] | 
	[
  "IN",
  "PRP$",
  "NNS",
  ":",
  "DT",
  "NN",
  "IN",
  "NNP",
  "NNP",
  ",",
  "''",
  "NNP",
  "NNP",
  "NNP",
  "NNP",
  ",",
  "JJ",
  "NN",
  ",",
  "NNP",
  "NNP",
  ",",
  "NNP",
  "NNP",
  "NNP",
  "NNP",
  ",",
  "CD",
  "NNP",
  "NNP",
  ",",
  "NNP",
  "NNP",
  ",",
  "IN",
  "NNP",
  "CD",
  "."
] | 
	[
  {
    "h": {
      "text": "Jersey City",
      "start": 23,
      "end": 25,
      "type": "LOCATION"
    },
    "t": {
      "text": "New Jersey City University",
      "start": 22,
      "end": 26,
      "type": "ORGANIZATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "It",
  "is",
  "not",
  "civil",
  "of",
  "Mr.",
  "Brooks",
  "to",
  "put",
  "a",
  "gentlemanly",
  "and",
  "genuinely",
  "moderate",
  "Greenwich",
  "businessman",
  "like",
  "Ned",
  "Lamont",
  "on",
  "a",
  "par",
  "with",
  "a",
  "corrupt",
  "extremist",
  "like",
  "Tom",
  "DeLay",
  "."
] | 
	[
  [
    "Ned Lamont",
    "/people/person/place_lived",
    "Greenwich"
  ]
] | 
	[
  "PRP",
  "VBZ",
  "RB",
  "JJ",
  "IN",
  "NNP",
  "NNP",
  "TO",
  "VB",
  "DT",
  "JJ",
  "CC",
  "RB",
  "JJ",
  "NNP",
  "NN",
  "IN",
  "NNP",
  "NNP",
  "IN",
  "DT",
  "NN",
  "IN",
  "DT",
  "JJ",
  "NN",
  "IN",
  "NNP",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Ned Lamont",
      "start": 17,
      "end": 19,
      "type": "PERSON"
    },
    "t": {
      "text": "Greenwich",
      "start": 14,
      "end": 15,
      "type": "LOCATION"
    },
    "type": "/people/person/place_lived"
  }
] | 
| 
	[
  "But",
  "the",
  "study",
  "area",
  ",",
  "the",
  "Cuddalore",
  "District",
  "in",
  "Tamil",
  "Nadu",
  "state",
  "in",
  "India",
  "'s",
  "southern",
  "tip",
  ",",
  "was",
  "spared",
  "the",
  "worst",
  "waves",
  "."
] | 
	[
  [
    "India",
    "/location/country/administrative_divisions",
    "Tamil Nadu"
  ],
  [
    "Tamil Nadu",
    "/location/administrative_division/country",
    "India"
  ],
  [
    "India",
    "/location/location/contains",
    "Tamil Nadu"
  ]
] | 
	[
  "CC",
  "DT",
  "NN",
  "NN",
  ",",
  "DT",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  "NNP",
  "NN",
  "IN",
  "NNP",
  "POS",
  "JJ",
  "NN",
  ",",
  "VBD",
  "VBN",
  "DT",
  "JJS",
  "NNS",
  "."
] | 
	[
  {
    "h": {
      "text": "India",
      "start": 13,
      "end": 14,
      "type": "LOCATION"
    },
    "t": {
      "text": "Tamil Nadu",
      "start": 9,
      "end": 11,
      "type": "LOCATION"
    },
    "type": "/location/country/administrative_divisions"
  },
  {
    "h": {
      "text": "Tamil Nadu",
      "start": 9,
      "end": 11,
      "type": "LOCATION"
    },
    "t": {
      "text": "India",
      "start": 13,
      "end": 14,
      "type": "LOCATION"
    },
    "type": "/location/administrative_division/country"
  },
  {
    "h": {
      "text": "India",
      "start": 13,
      "end": 14,
      "type": "LOCATION"
    },
    "t": {
      "text": "Tamil Nadu",
      "start": 9,
      "end": 11,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "The",
  "Large",
  "Binocular",
  "Telescope",
  ",",
  "a",
  "project",
  "of",
  "the",
  "University",
  "of",
  "Arizona",
  ",",
  "Ohio",
  "State",
  "University",
  ",",
  "the",
  "National",
  "Institute",
  "of",
  "Astrophysics",
  "in",
  "Italy",
  "and",
  "other",
  "institutions",
  ",",
  "is",
  "being",
  "installed",
  "on",
  "Mount",
  "Graham",
  "in",
  "southeastern",
  "Arizona",
  "."
] | 
	[
  [
    "Arizona",
    "/location/location/contains",
    "Mount Graham"
  ]
] | 
	[
  "DT",
  "JJ",
  "NNP",
  "NNP",
  ",",
  "DT",
  "NN",
  "IN",
  "DT",
  "NNP",
  "IN",
  "NNP",
  ",",
  "NNP",
  "NNP",
  "NNP",
  ",",
  "DT",
  "NNP",
  "NNP",
  "IN",
  "NNPS",
  "IN",
  "NNP",
  "CC",
  "JJ",
  "NNS",
  ",",
  "VBZ",
  "VBG",
  "VBN",
  "IN",
  "NNP",
  "NNP",
  "IN",
  "JJ",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Arizona",
      "start": 11,
      "end": 12,
      "type": "LOCATION"
    },
    "t": {
      "text": "Mount Graham",
      "start": 32,
      "end": 34,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "The",
  "''",
  "In",
  "the",
  "Region",
  "''",
  "article",
  "last",
  "Sunday",
  "about",
  "apartments",
  "on",
  "the",
  "New",
  "Jersey",
  "waterfront",
  "with",
  "views",
  "of",
  "Manhattan",
  "misstated",
  "the",
  "prices",
  "of",
  "units",
  "at",
  "Hudson",
  "Park",
  "in",
  "Edgewater",
  "relative",
  "to",
  "New",
  "York",
  "City",
  "properties",
  "."
] | 
	[
  [
    "New York City",
    "/location/location/contains",
    "Manhattan"
  ]
] | 
	[
  "DT",
  "''",
  "IN",
  "DT",
  "NNP",
  "''",
  "NN",
  "JJ",
  "NNP",
  "IN",
  "NNS",
  "IN",
  "DT",
  "NNP",
  "NNP",
  "NN",
  "IN",
  "NNS",
  "IN",
  "NNP",
  "VBD",
  "DT",
  "NNS",
  "IN",
  "NNS",
  "IN",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  "JJ",
  "TO",
  "NNP",
  "NNP",
  "NNP",
  "NNS",
  "."
] | 
	[
  {
    "h": {
      "text": "New York City",
      "start": 32,
      "end": 35,
      "type": "LOCATION"
    },
    "t": {
      "text": "Manhattan",
      "start": 19,
      "end": 20,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "Thanks",
  "to",
  "a",
  "late",
  "agreement",
  "by",
  "legislators",
  "in",
  "Albany",
  ",",
  "New",
  "York",
  "no",
  "longer",
  "ranks",
  "among",
  "the",
  "dwindling",
  "number",
  "of",
  "states",
  "that",
  "have",
  "failed",
  "to",
  "take",
  "full",
  "advantage",
  "of",
  "DNA",
  "'s",
  "ability",
  "to",
  "identify",
  "and",
  "remove",
  "serial",
  "sex",
  "offenders",
  "from",
  "the",
  "streets",
  "."
] | 
	[
  [
    "New York",
    "/location/location/contains",
    "Albany"
  ]
] | 
	[
  "NNS",
  "TO",
  "DT",
  "JJ",
  "NN",
  "IN",
  "NNS",
  "IN",
  "NNP",
  ",",
  "NNP",
  "NNP",
  "RB",
  "RB",
  "VBZ",
  "IN",
  "DT",
  "VBG",
  "NN",
  "IN",
  "NNS",
  "WDT",
  "VBP",
  "VBN",
  "TO",
  "VB",
  "JJ",
  "NN",
  "IN",
  "NN",
  "POS",
  "NN",
  "TO",
  "VB",
  "CC",
  "VB",
  "JJ",
  "NN",
  "NNS",
  "IN",
  "DT",
  "NNS",
  "."
] | 
	[
  {
    "h": {
      "text": "New York",
      "start": 10,
      "end": 12,
      "type": "LOCATION"
    },
    "t": {
      "text": "Albany",
      "start": 8,
      "end": 9,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "Dr.",
  "Zahi",
  "Hawass",
  ",",
  "Egypt",
  "'s",
  "chief",
  "archaeologist",
  ",",
  "said",
  "that",
  "results",
  "of",
  "the",
  "CT",
  "scan",
  "would",
  "be",
  "announced",
  "later",
  "his",
  "month",
  "in",
  "Cairo",
  "."
] | 
	[
  [
    "Egypt",
    "/location/country/capital",
    "Cairo"
  ],
  [
    "Egypt",
    "/location/location/contains",
    "Cairo"
  ]
] | 
	[
  "NNP",
  "NNP",
  "NNP",
  ",",
  "NNP",
  "POS",
  "JJ",
  "NN",
  ",",
  "VBD",
  "IN",
  "NNS",
  "IN",
  "DT",
  "NNP",
  "VB",
  "MD",
  "VB",
  "VBN",
  "RB",
  "PRP$",
  "NN",
  "IN",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Egypt",
      "start": 4,
      "end": 5,
      "type": "LOCATION"
    },
    "t": {
      "text": "Cairo",
      "start": 23,
      "end": 24,
      "type": "LOCATION"
    },
    "type": "/location/country/capital"
  },
  {
    "h": {
      "text": "Egypt",
      "start": 4,
      "end": 5,
      "type": "LOCATION"
    },
    "t": {
      "text": "Cairo",
      "start": 23,
      "end": 24,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "Died",
  "August",
  "29",
  "at",
  "the",
  "age",
  "of",
  "93",
  "in",
  "Jupiter",
  ",",
  "Florida",
  "."
] | 
	[
  [
    "Florida",
    "/location/location/contains",
    "Jupiter"
  ]
] | 
	[
  "VBN",
  "NNP",
  "CD",
  "IN",
  "DT",
  "NN",
  "IN",
  "CD",
  "IN",
  "NNP",
  ",",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Florida",
      "start": 11,
      "end": 12,
      "type": "LOCATION"
    },
    "t": {
      "text": "Jupiter",
      "start": 9,
      "end": 10,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "Joe",
  "and",
  "his",
  "previously",
  "deceased",
  "wife",
  ",",
  "Bea",
  ",",
  "formerly",
  "lived",
  "in",
  "Harrison",
  ",",
  "NY",
  "and",
  "in",
  "Palm",
  "Beach",
  ",",
  "Florida",
  "."
] | 
	[
  [
    "Florida",
    "/location/location/contains",
    "Palm Beach"
  ]
] | 
	[
  "NNP",
  "CC",
  "PRP$",
  "RB",
  "VBN",
  "NN",
  ",",
  "NNP",
  ",",
  "RB",
  "VBD",
  "IN",
  "NNP",
  ",",
  "NNP",
  "CC",
  "IN",
  "NNP",
  "NNP",
  ",",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Florida",
      "start": 20,
      "end": 21,
      "type": "LOCATION"
    },
    "t": {
      "text": "Palm Beach",
      "start": 17,
      "end": 19,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "RIVERHEAD",
  "--",
  "Mozart",
  "'s",
  "''",
  "Cosi",
  "Fan",
  "Tutte",
  ",",
  "''",
  "Opera",
  "of",
  "the",
  "Hamptons",
  ",",
  "June",
  "17",
  "at",
  "7",
  "p.m.",
  "''",
  "A",
  "Night",
  "in",
  "Italy",
  "''",
  ":",
  "Pietro",
  "Mascagni",
  "'s",
  "''",
  "Cavalleria",
  "Rusticana",
  "''",
  "and",
  "other",
  "works",
  ",",
  "Aug.",
  "19",
  "at",
  "7",
  "p.m.",
  "Tickets",
  "for",
  "each",
  ":",
  "$",
  "45",
  "to",
  "$",
  "55",
  "."
] | 
	[
  [
    "Pietro Mascagni",
    "/people/person/nationality",
    "Italy"
  ]
] | 
	[
  "NN",
  ":",
  "NNP",
  "POS",
  "''",
  "NNP",
  "NNP",
  "NNP",
  ",",
  "''",
  "NNP",
  "IN",
  "DT",
  "NNPS",
  ",",
  "NNP",
  "CD",
  "IN",
  "CD",
  "NN",
  "''",
  "DT",
  "NN",
  "IN",
  "NNP",
  "''",
  ":",
  "NNP",
  "NNP",
  "POS",
  "''",
  "NNP",
  "NNP",
  "''",
  "CC",
  "JJ",
  "NNS",
  ",",
  "NNP",
  "CD",
  "IN",
  "CD",
  "NN",
  "NNS",
  "IN",
  "DT",
  ":",
  "$",
  "CD",
  "TO",
  "$",
  "CD",
  "."
] | 
	[
  {
    "h": {
      "text": "Pietro Mascagni",
      "start": 27,
      "end": 29,
      "type": "LOCATION"
    },
    "t": {
      "text": "Italy",
      "start": 24,
      "end": 25,
      "type": "LOCATION"
    },
    "type": "/people/person/nationality"
  }
] | 
| 
	[
  "Items",
  "for",
  "the",
  "weekly",
  "guide",
  "should",
  "be",
  "sent",
  "at",
  "least",
  "three",
  "weeks",
  "in",
  "advance",
  "by",
  "e-mail",
  ",",
  "to",
  "[email protected]",
  ",",
  "or",
  "by",
  "mail",
  ",",
  "to",
  "Long",
  "Island",
  "Cultural",
  "Calendar",
  ",",
  "229",
  "West",
  "43rd",
  "Street",
  ",",
  "New",
  "York",
  ",",
  "N.Y.",
  "10036",
  "."
] | 
	[
  [
    "New York",
    "/location/location/contains",
    "Long Island"
  ]
] | 
	[
  "NNS",
  "IN",
  "DT",
  "JJ",
  "NN",
  "MD",
  "VB",
  "VBN",
  "IN",
  "JJS",
  "CD",
  "NNS",
  "IN",
  "NN",
  "IN",
  "NN",
  ",",
  "TO",
  "NNP",
  ",",
  "CC",
  "IN",
  "NN",
  ",",
  "TO",
  "NNP",
  "NNP",
  "NNP",
  "NNP",
  ",",
  "CD",
  "NNP",
  "NNP",
  "NNP",
  ",",
  "NNP",
  "NNP",
  ",",
  "NNP",
  "CD",
  "."
] | 
	[
  {
    "h": {
      "text": "New York",
      "start": 35,
      "end": 37,
      "type": "LOCATION"
    },
    "t": {
      "text": "Long Island",
      "start": 25,
      "end": 27,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "This",
  "is",
  "the",
  "first",
  "bombing",
  "since",
  "Iran",
  "'s",
  "presidential",
  "elections",
  "in",
  "June",
  ",",
  "when",
  "a",
  "string",
  "of",
  "explosions",
  "went",
  "off",
  "in",
  "Ahwaz",
  "and",
  "in",
  "Tehran",
  "."
] | 
	[
  [
    "Iran",
    "/location/location/contains",
    "Tehran"
  ],
  [
    "Iran",
    "/location/country/capital",
    "Tehran"
  ]
] | 
	[
  "DT",
  "VBZ",
  "DT",
  "JJ",
  "NN",
  "IN",
  "NNP",
  "POS",
  "JJ",
  "NNS",
  "IN",
  "NNP",
  ",",
  "WRB",
  "DT",
  "NN",
  "IN",
  "NNS",
  "VBD",
  "RB",
  "IN",
  "NNP",
  "CC",
  "IN",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Iran",
      "start": 6,
      "end": 7,
      "type": "LOCATION"
    },
    "t": {
      "text": "Tehran",
      "start": 24,
      "end": 25,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Iran",
      "start": 6,
      "end": 7,
      "type": "LOCATION"
    },
    "t": {
      "text": "Tehran",
      "start": 24,
      "end": 25,
      "type": "LOCATION"
    },
    "type": "/location/country/capital"
  }
] | 
| 
	[
  "Marshal",
  "Igor",
  "D.",
  "Sergeyev",
  ",",
  "a",
  "career",
  "soldier",
  "who",
  "rose",
  "to",
  "command",
  "Russia",
  "'s",
  "nuclear",
  "missiles",
  "and",
  "then",
  "became",
  "defense",
  "minister",
  ",",
  "presiding",
  "over",
  "a",
  "deteriorated",
  "military",
  "until",
  "being",
  "fired",
  "in",
  "2001",
  "in",
  "the",
  "aftermath",
  "of",
  "the",
  "disastrous",
  "sinking",
  "of",
  "a",
  "submarine",
  ",",
  "died",
  "yesterday",
  "in",
  "Moscow",
  "."
] | 
	[
  [
    "Russia",
    "/location/country/administrative_divisions",
    "Moscow"
  ],
  [
    "Moscow",
    "/location/administrative_division/country",
    "Russia"
  ],
  [
    "Russia",
    "/location/country/capital",
    "Moscow"
  ],
  [
    "Russia",
    "/location/location/contains",
    "Moscow"
  ]
] | 
	[
  "NNP",
  "NNP",
  "NNP",
  "NNP",
  ",",
  "DT",
  "NN",
  "NN",
  "WP",
  "VBD",
  "TO",
  "VB",
  "NNP",
  "POS",
  "JJ",
  "NNS",
  "CC",
  "RB",
  "VBD",
  "NN",
  "NN",
  ",",
  "VBG",
  "IN",
  "DT",
  "JJ",
  "NN",
  "IN",
  "VBG",
  "VBN",
  "IN",
  "CD",
  "IN",
  "DT",
  "NN",
  "IN",
  "DT",
  "JJ",
  "NN",
  "IN",
  "DT",
  "NN",
  ",",
  "VBD",
  "NN",
  "IN",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Russia",
      "start": 12,
      "end": 13,
      "type": "LOCATION"
    },
    "t": {
      "text": "Moscow",
      "start": 46,
      "end": 47,
      "type": "LOCATION"
    },
    "type": "/location/country/administrative_divisions"
  },
  {
    "h": {
      "text": "Moscow",
      "start": 46,
      "end": 47,
      "type": "LOCATION"
    },
    "t": {
      "text": "Russia",
      "start": 12,
      "end": 13,
      "type": "LOCATION"
    },
    "type": "/location/administrative_division/country"
  },
  {
    "h": {
      "text": "Russia",
      "start": 12,
      "end": 13,
      "type": "LOCATION"
    },
    "t": {
      "text": "Moscow",
      "start": 46,
      "end": 47,
      "type": "LOCATION"
    },
    "type": "/location/country/capital"
  },
  {
    "h": {
      "text": "Russia",
      "start": 12,
      "end": 13,
      "type": "LOCATION"
    },
    "t": {
      "text": "Moscow",
      "start": 46,
      "end": 47,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "It",
  "'s",
  "the",
  "best",
  "of",
  "the",
  "best",
  ",",
  "''",
  "said",
  "John",
  "Buckman",
  ",",
  "founder",
  "and",
  "owner",
  "of",
  "Magnatune",
  ",",
  "which",
  "offers",
  "music",
  "from",
  "180",
  "artists",
  ".",
  "''"
] | 
	[
  [
    "Magnatune",
    "/business/company/founders",
    "John Buckman"
  ]
] | 
	[
  "PRP",
  "VBZ",
  "DT",
  "JJS",
  "IN",
  "DT",
  "JJS",
  ",",
  "''",
  "VBD",
  "NNP",
  "NNP",
  ",",
  "NN",
  "CC",
  "NN",
  "IN",
  "NNP",
  ",",
  "WDT",
  "VBZ",
  "NN",
  "IN",
  "CD",
  "NNS",
  ".",
  "''"
] | 
	[
  {
    "h": {
      "text": "Magnatune",
      "start": 17,
      "end": 18,
      "type": "ORGANIZATION"
    },
    "t": {
      "text": "John Buckman",
      "start": 10,
      "end": 12,
      "type": "PERSON"
    },
    "type": "/business/company/founders"
  }
] | 
| 
	[
  "Mr.",
  "Wilkins",
  ",",
  "54",
  ",",
  "who",
  "was",
  "born",
  "in",
  "Sydney",
  ",",
  "Australia",
  ",",
  "has",
  "been",
  "the",
  "music",
  "director",
  "of",
  "the",
  "National",
  "Ballet",
  "of",
  "Canada",
  "since",
  "1990",
  ",",
  "and",
  "a",
  "guest",
  "conductor",
  "with",
  "Ballet",
  "Theater",
  "since",
  "2000",
  "."
] | 
	[
  [
    "Australia",
    "/location/location/contains",
    "Sydney"
  ]
] | 
	[
  "NNP",
  "NNP",
  ",",
  "CD",
  ",",
  "WP",
  "VBD",
  "VBN",
  "IN",
  "NNP",
  ",",
  "NNP",
  ",",
  "VBZ",
  "VBN",
  "DT",
  "NN",
  "NN",
  "IN",
  "DT",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  "IN",
  "CD",
  ",",
  "CC",
  "DT",
  "NN",
  "NN",
  "IN",
  "NNP",
  "NNP",
  "IN",
  "CD",
  "."
] | 
	[
  {
    "h": {
      "text": "Australia",
      "start": 11,
      "end": 12,
      "type": "LOCATION"
    },
    "t": {
      "text": "Sydney",
      "start": 9,
      "end": 10,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "He",
  "graduated",
  "from",
  "Hartwick",
  "College",
  "in",
  "Oneonta",
  ",",
  "N.Y.",
  "His",
  "late",
  "parents",
  ",",
  "Mr.",
  "Babchak",
  "Jr.",
  "and",
  "M.",
  "Priscilla",
  "Crawford",
  "Babchak",
  ",",
  "lived",
  "in",
  "Peekskill",
  ",",
  "N.Y",
  ".",
  "Mr.",
  "Babchak",
  "'s",
  "mother",
  "was",
  "the",
  "president",
  "of",
  "the",
  "women",
  "'s",
  "auxiliary",
  "at",
  "Peekskill",
  "Community",
  "Hospital",
  "in",
  "Cortlandt",
  "Manor",
  ",",
  "N.Y.",
  "His",
  "father",
  "was",
  "a",
  "managing",
  "partner",
  "in",
  "Babchak",
  ",",
  "Daly",
  "&",
  "Lavery",
  ",",
  "a",
  "law",
  "firm",
  "in",
  "Ossining",
  ",",
  "N.Y",
  ".",
  "Mr.",
  "Walsh",
  ",",
  "60",
  ",",
  "retired",
  "as",
  "a",
  "special",
  "education",
  "teacher",
  "at",
  "the",
  "John",
  "W.",
  "McCormack",
  "Middle",
  "School",
  "in",
  "Boston",
  "."
] | 
	[
  [
    "Oneonta",
    "/location/location/contains",
    "Hartwick College"
  ]
] | 
	[
  "PRP",
  "VBD",
  "IN",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  ",",
  "NNP",
  "PRP$",
  "JJ",
  "NNS",
  ",",
  "NNP",
  "NNP",
  "NNP",
  "CC",
  "NNP",
  "NNP",
  "NNP",
  "NNP",
  ",",
  "VBD",
  "IN",
  "NNP",
  ",",
  "NNP",
  ".",
  "NNP",
  "NNP",
  "POS",
  "NN",
  "VBD",
  "DT",
  "NN",
  "IN",
  "DT",
  "NNS",
  "POS",
  "NN",
  "IN",
  "NNP",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  "NNP",
  ",",
  "NNP",
  "PRP$",
  "NN",
  "VBD",
  "DT",
  "NN",
  "NN",
  "IN",
  "NNP",
  ",",
  "NNP",
  "CC",
  "NNP",
  ",",
  "DT",
  "NN",
  "NN",
  "IN",
  "NNP",
  ",",
  "NNP",
  ".",
  "NNP",
  "NNP",
  ",",
  "CD",
  ",",
  "VBN",
  "IN",
  "DT",
  "JJ",
  "NN",
  "NN",
  "IN",
  "DT",
  "NNP",
  "NNP",
  "NNP",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Oneonta",
      "start": 6,
      "end": 7,
      "type": "LOCATION"
    },
    "t": {
      "text": "Hartwick College",
      "start": 3,
      "end": 5,
      "type": "ORGANIZATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "John",
  "Donald",
  "Fiedler",
  "was",
  "born",
  "Feb.",
  "3",
  ",",
  "1925",
  "in",
  "Platteville",
  ",",
  "a",
  "small",
  "town",
  "in",
  "southwestern",
  "Wisconsin",
  ",",
  "and",
  "was",
  "the",
  "oldest",
  "of",
  "three",
  "children",
  "born",
  "to",
  "Donald",
  "and",
  "Margaret",
  "Fiedler",
  "."
] | 
	[
  [
    "Wisconsin",
    "/location/location/contains",
    "Platteville"
  ]
] | 
	[
  "NNP",
  "NNP",
  "NNP",
  "VBD",
  "VBN",
  "NNP",
  "CD",
  ",",
  "CD",
  "IN",
  "NNP",
  ",",
  "DT",
  "JJ",
  "NN",
  "IN",
  "JJ",
  "NNP",
  ",",
  "CC",
  "VBD",
  "DT",
  "JJS",
  "IN",
  "CD",
  "NNS",
  "VBN",
  "TO",
  "NNP",
  "CC",
  "NNP",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Wisconsin",
      "start": 17,
      "end": 18,
      "type": "LOCATION"
    },
    "t": {
      "text": "Platteville",
      "start": 10,
      "end": 11,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "When",
  "he",
  "was",
  "5",
  ",",
  "his",
  "father",
  ",",
  "a",
  "salesman",
  ",",
  "moved",
  "the",
  "family",
  "to",
  "Shorewood",
  ",",
  "a",
  "suburb",
  "of",
  "Milwaukee",
  "."
] | 
	[
  [
    "Milwaukee",
    "/location/location/contains",
    "Shorewood"
  ],
  [
    "Shorewood",
    "/location/neighborhood/neighborhood_of",
    "Milwaukee"
  ]
] | 
	[
  "WRB",
  "PRP",
  "VBD",
  "CD",
  ",",
  "PRP$",
  "NN",
  ",",
  "DT",
  "NN",
  ",",
  "VBD",
  "DT",
  "NN",
  "TO",
  "NNP",
  ",",
  "DT",
  "NN",
  "IN",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Milwaukee",
      "start": 20,
      "end": 21,
      "type": "LOCATION"
    },
    "t": {
      "text": "Shorewood",
      "start": 15,
      "end": 16,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Shorewood",
      "start": 15,
      "end": 16,
      "type": "LOCATION"
    },
    "t": {
      "text": "Milwaukee",
      "start": 20,
      "end": 21,
      "type": "LOCATION"
    },
    "type": "/location/neighborhood/neighborhood_of"
  }
] | 
| 
	[
  "Jerry",
  "McNerney",
  "is",
  "a",
  "California",
  "alternative-energy",
  "entrepreneur",
  "with",
  "a",
  "doctorate",
  "in",
  "mathematics",
  "."
] | 
	[
  [
    "Jerry McNerney",
    "/people/person/place_lived",
    "California"
  ]
] | 
	[
  "NNP",
  "NNP",
  "VBZ",
  "DT",
  "NNP",
  "NN",
  "NN",
  "IN",
  "DT",
  "NN",
  "IN",
  "NNS",
  "."
] | 
	[
  {
    "h": {
      "text": "Jerry McNerney",
      "start": 0,
      "end": 2,
      "type": "PERSON"
    },
    "t": {
      "text": "California",
      "start": 4,
      "end": 5,
      "type": "LOCATION"
    },
    "type": "/people/person/place_lived"
  }
] | 
| 
	[
  "Vowing",
  "to",
  "pursue",
  "political",
  "corruption",
  "''",
  "no",
  "matter",
  "how",
  "large",
  "or",
  "small",
  ",",
  "''",
  "New",
  "Jersey",
  "'s",
  "new",
  "attorney",
  "general",
  "announced",
  "on",
  "Tuesday",
  "the",
  "indictment",
  "of",
  "the",
  "mayor",
  "of",
  "a",
  "small",
  "Salem",
  "County",
  "community",
  "on",
  "charges",
  "of",
  "offering",
  "a",
  "political",
  "opponent",
  "two",
  "municipal",
  "jobs",
  "if",
  "he",
  "would",
  "drop",
  "out",
  "of",
  "this",
  "month",
  "'s",
  "race",
  "."
] | 
	[
  [
    "New Jersey",
    "/location/location/contains",
    "Salem County"
  ]
] | 
	[
  "VBG",
  "TO",
  "VB",
  "JJ",
  "NN",
  "''",
  "DT",
  "NN",
  "WRB",
  "JJ",
  "CC",
  "JJ",
  ",",
  "''",
  "NNP",
  "NNP",
  "POS",
  "JJ",
  "NN",
  "JJ",
  "VBN",
  "IN",
  "NNP",
  "DT",
  "NN",
  "IN",
  "DT",
  "NN",
  "IN",
  "DT",
  "JJ",
  "NNP",
  "NNP",
  "NN",
  "IN",
  "NNS",
  "IN",
  "VBG",
  "DT",
  "JJ",
  "NN",
  "CD",
  "JJ",
  "NNS",
  "IN",
  "PRP",
  "MD",
  "VB",
  "IN",
  "IN",
  "DT",
  "NN",
  "POS",
  "NN",
  "."
] | 
	[
  {
    "h": {
      "text": "New Jersey",
      "start": 14,
      "end": 16,
      "type": "LOCATION"
    },
    "t": {
      "text": "Salem County",
      "start": 31,
      "end": 33,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "The",
  "journey",
  "finally",
  "and",
  "fittingly",
  "will",
  "end",
  "this",
  "summer",
  "in",
  "Canton",
  ",",
  "Ohio",
  "."
] | 
	[
  [
    "Ohio",
    "/location/location/contains",
    "Canton"
  ]
] | 
	[
  "DT",
  "NN",
  "RB",
  "CC",
  "RB",
  "MD",
  "VB",
  "DT",
  "NN",
  "IN",
  "NNP",
  ",",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Ohio",
      "start": 12,
      "end": 13,
      "type": "LOCATION"
    },
    "t": {
      "text": "Canton",
      "start": 10,
      "end": 11,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "The",
  "governor",
  "believes",
  "that",
  "the",
  "Roosevelt",
  "Island",
  "tram",
  "is",
  "a",
  "unique",
  "and",
  "vital",
  "element",
  ",",
  "not",
  "only",
  "to",
  "the",
  "New",
  "York",
  "City",
  "transportation",
  "system",
  ",",
  "but",
  "to",
  "the",
  "residents",
  "of",
  "Roosevelt",
  "Island",
  ",",
  "''",
  "she",
  "said",
  "."
] | 
	[
  [
    "New York City",
    "/location/location/contains",
    "Roosevelt Island"
  ],
  [
    "Roosevelt Island",
    "/location/neighborhood/neighborhood_of",
    "New York City"
  ],
  [
    "New York City",
    "/location/location/contains",
    "Roosevelt Island"
  ],
  [
    "Roosevelt Island",
    "/location/neighborhood/neighborhood_of",
    "New York City"
  ]
] | 
	[
  "DT",
  "NN",
  "VBZ",
  "IN",
  "DT",
  "NNP",
  "NNP",
  "NN",
  "VBZ",
  "DT",
  "JJ",
  "CC",
  "JJ",
  "NN",
  ",",
  "RB",
  "RB",
  "TO",
  "DT",
  "NNP",
  "NNP",
  "NNP",
  "NN",
  "NN",
  ",",
  "CC",
  "TO",
  "DT",
  "NNS",
  "IN",
  "NNP",
  "NNP",
  ",",
  "''",
  "PRP",
  "VBD",
  "."
] | 
	[
  {
    "h": {
      "text": "New York City",
      "start": 19,
      "end": 22,
      "type": "LOCATION"
    },
    "t": {
      "text": "Roosevelt Island",
      "start": 5,
      "end": 7,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Roosevelt Island",
      "start": 5,
      "end": 7,
      "type": "LOCATION"
    },
    "t": {
      "text": "New York City",
      "start": 19,
      "end": 22,
      "type": "LOCATION"
    },
    "type": "/location/neighborhood/neighborhood_of"
  },
  {
    "h": {
      "text": "New York City",
      "start": 19,
      "end": 22,
      "type": "LOCATION"
    },
    "t": {
      "text": "Roosevelt Island",
      "start": 5,
      "end": 7,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Roosevelt Island",
      "start": 5,
      "end": 7,
      "type": "LOCATION"
    },
    "t": {
      "text": "New York City",
      "start": 19,
      "end": 22,
      "type": "LOCATION"
    },
    "type": "/location/neighborhood/neighborhood_of"
  }
] | 
| 
	[
  "Three",
  "Democratic",
  "senators",
  "with",
  "a",
  "longstanding",
  "concern",
  "about",
  "this",
  "problem",
  "--",
  "Patrick",
  "Leahy",
  "of",
  "Vermont",
  ",",
  "Russell",
  "Feingold",
  "of",
  "Wisconsin",
  "and",
  "John",
  "Kerry",
  "of",
  "Massachusetts",
  "--",
  "are",
  "readying",
  "provisions",
  "to",
  "ban",
  "junkets",
  "and",
  "other",
  "compromising",
  "gifts",
  "for",
  "judges",
  ",",
  "which",
  "they",
  "hope",
  "to",
  "make",
  "part",
  "of",
  "their",
  "party",
  "'s",
  "lobbying",
  "reform",
  "proposal",
  "."
] | 
	[
  [
    "John Kerry",
    "/people/person/place_lived",
    "Massachusetts"
  ]
] | 
	[
  "CD",
  "JJ",
  "NNS",
  "IN",
  "DT",
  "JJ",
  "NN",
  "IN",
  "DT",
  "NN",
  ":",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  ",",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  "CC",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  ":",
  "VBP",
  "VBG",
  "NNS",
  "TO",
  "VB",
  "NNS",
  "CC",
  "JJ",
  "VBG",
  "NNS",
  "IN",
  "NNS",
  ",",
  "WDT",
  "PRP",
  "VBP",
  "TO",
  "VB",
  "NN",
  "IN",
  "PRP$",
  "NN",
  "POS",
  "NN",
  "NN",
  "NN",
  "."
] | 
	[
  {
    "h": {
      "text": "John Kerry",
      "start": 21,
      "end": 23,
      "type": "PERSON"
    },
    "t": {
      "text": "Massachusetts",
      "start": 24,
      "end": 25,
      "type": "LOCATION"
    },
    "type": "/people/person/place_lived"
  }
] | 
| 
	[
  "Gary",
  "N.",
  "Chaison",
  ",",
  "a",
  "professor",
  "of",
  "industrial",
  "relations",
  "at",
  "Clark",
  "University",
  "in",
  "Worcester",
  ",",
  "Mass.",
  ",",
  "said",
  "neither",
  "United",
  "nor",
  "its",
  "unions",
  "wanted",
  "to",
  "risk",
  "the",
  "strikes",
  ",",
  "knowing",
  "they",
  "could",
  "cripple",
  "the",
  "airline",
  "during",
  "the",
  "busy",
  "summer",
  "travel",
  "season",
  ".",
  "''"
] | 
	[
  [
    "Worcester",
    "/location/location/contains",
    "Clark University"
  ]
] | 
	[
  "NNP",
  "NNP",
  "NNP",
  ",",
  "DT",
  "NN",
  "IN",
  "JJ",
  "NNS",
  "IN",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  ",",
  "NNP",
  ",",
  "VBD",
  "CC",
  "NNP",
  "CC",
  "PRP$",
  "NNS",
  "VBD",
  "TO",
  "VB",
  "DT",
  "NNS",
  ",",
  "VBG",
  "PRP",
  "MD",
  "VB",
  "DT",
  "NN",
  "IN",
  "DT",
  "JJ",
  "NN",
  "NN",
  "NN",
  ".",
  "''"
] | 
	[
  {
    "h": {
      "text": "Worcester",
      "start": 13,
      "end": 14,
      "type": "LOCATION"
    },
    "t": {
      "text": "Clark University",
      "start": 10,
      "end": 12,
      "type": "ORGANIZATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "A",
  "1995",
  "image",
  "from",
  "Mr.",
  "Barney",
  "'s",
  "film",
  "''",
  "Cremaster",
  "1",
  ":",
  "Orchidella",
  ",",
  "''",
  "a",
  "musical",
  "performed",
  "on",
  "the",
  "Astroturf",
  "playing",
  "field",
  "of",
  "Bronco",
  "Stadium",
  "in",
  "Boise",
  ",",
  "Idaho",
  ",",
  "was",
  "estimated",
  "at",
  "$",
  "150,000",
  "to",
  "$",
  "200,000",
  "."
] | 
	[
  [
    "Idaho",
    "/location/location/contains",
    "Boise"
  ]
] | 
	[
  "DT",
  "CD",
  "NN",
  "IN",
  "NNP",
  "NNP",
  "POS",
  "NN",
  "''",
  "NNP",
  "CD",
  ":",
  "NNP",
  ",",
  "''",
  "DT",
  "JJ",
  "VBN",
  "IN",
  "DT",
  "NNP",
  "NN",
  "NN",
  "IN",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  ",",
  "NNP",
  ",",
  "VBD",
  "VBN",
  "IN",
  "$",
  "CD",
  "TO",
  "$",
  "CD",
  "."
] | 
	[
  {
    "h": {
      "text": "Idaho",
      "start": 29,
      "end": 30,
      "type": "LOCATION"
    },
    "t": {
      "text": "Boise",
      "start": 27,
      "end": 28,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "Walking",
  "Tours",
  "New",
  "York",
  "City",
  "EIGHTH",
  "STREET",
  "AND",
  "ST.",
  "MARKS",
  "PLACE",
  "A",
  "look",
  "at",
  "the",
  "area",
  "'s",
  "history",
  "and",
  "famous",
  "residents",
  ",",
  "meeting",
  "tomorrow",
  "at",
  "11:30",
  "a.m.",
  "on",
  "the",
  "northwest",
  "corner",
  "of",
  "Second",
  "Avenue",
  "and",
  "St.",
  "Marks",
  "Place",
  ",",
  "East",
  "Village",
  "."
] | 
	[
  [
    "East Village",
    "/location/neighborhood/neighborhood_of",
    "New York City"
  ],
  [
    "New York City",
    "/location/location/contains",
    "East Village"
  ]
] | 
	[
  "VBG",
  "NNP",
  "NNP",
  "NNP",
  "NNP",
  "NNP",
  "NNP",
  "CC",
  "NNP",
  "NNP",
  "NN",
  "DT",
  "NN",
  "IN",
  "DT",
  "NN",
  "POS",
  "NN",
  "CC",
  "JJ",
  "NNS",
  ",",
  "NN",
  "NN",
  "IN",
  "CD",
  "NN",
  "IN",
  "DT",
  "RB",
  "NN",
  "IN",
  "NNP",
  "NNP",
  "CC",
  "NNP",
  "NNP",
  "NNP",
  ",",
  "NNP",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "East Village",
      "start": 39,
      "end": 41,
      "type": "LOCATION"
    },
    "t": {
      "text": "New York City",
      "start": 2,
      "end": 5,
      "type": "LOCATION"
    },
    "type": "/location/neighborhood/neighborhood_of"
  },
  {
    "h": {
      "text": "New York City",
      "start": 2,
      "end": 5,
      "type": "LOCATION"
    },
    "t": {
      "text": "East Village",
      "start": 39,
      "end": 41,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "OUTDOOR",
  "CINEMA",
  "AT",
  "NARROWS",
  "BOTANICAL",
  "GARDEN",
  ",",
  "Shore",
  "Road",
  ",",
  "between",
  "Bay",
  "Ridge",
  "Avenue",
  "and",
  "72nd",
  "Street",
  ",",
  "Bay",
  "Ridge",
  ",",
  "Brooklyn",
  "."
] | 
	[
  [
    "Brooklyn",
    "/location/location/contains",
    "Bay Ridge"
  ],
  [
    "Bay Ridge",
    "/location/neighborhood/neighborhood_of",
    "Brooklyn"
  ]
] | 
	[
  "JJ",
  "NN",
  "IN",
  "NNP",
  "NNP",
  "NNP",
  ",",
  "NNP",
  "NNP",
  ",",
  "IN",
  "NNP",
  "NNP",
  "NNP",
  "CC",
  "NNP",
  "NNP",
  ",",
  "NNP",
  "NNP",
  ",",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Brooklyn",
      "start": 21,
      "end": 22,
      "type": "LOCATION"
    },
    "t": {
      "text": "Bay Ridge",
      "start": 11,
      "end": 13,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Bay Ridge",
      "start": 11,
      "end": 13,
      "type": "LOCATION"
    },
    "t": {
      "text": "Brooklyn",
      "start": 21,
      "end": 22,
      "type": "LOCATION"
    },
    "type": "/location/neighborhood/neighborhood_of"
  }
] | 
| 
	[
  "Sunday",
  ",",
  "11",
  "a.m.",
  "to",
  "7",
  "p.m.",
  "37TH",
  "AVENUE",
  "FESTIVAL",
  ",",
  "from",
  "83rd",
  "to",
  "89th",
  "Streets",
  ",",
  "Jackson",
  "Heights",
  ",",
  "Queens",
  "."
] | 
	[
  [
    "Queens",
    "/location/location/contains",
    "Jackson Heights"
  ],
  [
    "Jackson Heights",
    "/location/neighborhood/neighborhood_of",
    "Queens"
  ]
] | 
	[
  "NNP",
  ",",
  "CD",
  "NN",
  "TO",
  "CD",
  "NN",
  "NNP",
  "NNP",
  "NNP",
  ",",
  "IN",
  "CD",
  "TO",
  "CD",
  "NNPS",
  ",",
  "NNP",
  "NNP",
  ",",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Queens",
      "start": 20,
      "end": 21,
      "type": "LOCATION"
    },
    "t": {
      "text": "Jackson Heights",
      "start": 17,
      "end": 19,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Jackson Heights",
      "start": 17,
      "end": 19,
      "type": "LOCATION"
    },
    "t": {
      "text": "Queens",
      "start": 20,
      "end": 21,
      "type": "LOCATION"
    },
    "type": "/location/neighborhood/neighborhood_of"
  }
] | 
| 
	[
  "MUSEUM",
  "OF",
  "THE",
  "MOVING",
  "IMAGE",
  ",",
  "36-01",
  "35th",
  "Avenue",
  ",",
  "Astoria",
  ",",
  "Queens",
  "."
] | 
	[
  [
    "Queens",
    "/location/location/contains",
    "Astoria"
  ],
  [
    "Astoria",
    "/location/neighborhood/neighborhood_of",
    "Queens"
  ]
] | 
	[
  "NN",
  "IN",
  "DT",
  "VBG",
  "NN",
  ",",
  "CD",
  "JJ",
  "NNP",
  ",",
  "NNP",
  ",",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Queens",
      "start": 12,
      "end": 13,
      "type": "LOCATION"
    },
    "t": {
      "text": "Astoria",
      "start": 10,
      "end": 11,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Astoria",
      "start": 10,
      "end": 11,
      "type": "LOCATION"
    },
    "t": {
      "text": "Queens",
      "start": 12,
      "end": 13,
      "type": "LOCATION"
    },
    "type": "/location/neighborhood/neighborhood_of"
  }
] | 
| 
	[
  "Also",
  "Sunday",
  "at",
  "1",
  "p.m.",
  ",",
  "Brooklyn",
  "'s",
  "Green-Wood",
  "Cemetery",
  ",",
  "meeting",
  "at",
  "the",
  "entrance",
  "at",
  "Fifth",
  "Avenue",
  "and",
  "25th",
  "Street",
  ",",
  "Greenwood",
  "Heights",
  "."
] | 
	[
  [
    "Brooklyn",
    "/location/location/contains",
    "Greenwood Heights"
  ],
  [
    "Greenwood Heights",
    "/location/neighborhood/neighborhood_of",
    "Brooklyn"
  ]
] | 
	[
  "RB",
  "NNP",
  "IN",
  "CD",
  "RB",
  ",",
  "NNP",
  "POS",
  "NNP",
  "NNP",
  ",",
  "NN",
  "IN",
  "DT",
  "NN",
  "IN",
  "NNP",
  "NNP",
  "CC",
  "JJ",
  "NN",
  ",",
  "NNP",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Brooklyn",
      "start": 6,
      "end": 7,
      "type": "LOCATION"
    },
    "t": {
      "text": "Greenwood Heights",
      "start": 22,
      "end": 24,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Greenwood Heights",
      "start": 22,
      "end": 24,
      "type": "LOCATION"
    },
    "t": {
      "text": "Brooklyn",
      "start": 6,
      "end": 7,
      "type": "LOCATION"
    },
    "type": "/location/neighborhood/neighborhood_of"
  }
] | 
| 
	[
  "Liverpool",
  "is",
  "seeking",
  "financing",
  "to",
  "build",
  "a",
  "60,000-seat",
  "stadium",
  "to",
  "replace",
  "Anfield",
  "."
] | 
	[
  [
    "Liverpool",
    "/location/location/contains",
    "Anfield"
  ]
] | 
	[
  "NNP",
  "VBZ",
  "VBG",
  "NN",
  "TO",
  "VB",
  "DT",
  "JJ",
  "NN",
  "TO",
  "VB",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Liverpool",
      "start": 0,
      "end": 1,
      "type": "LOCATION"
    },
    "t": {
      "text": "Anfield",
      "start": 11,
      "end": 12,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "An",
  "unexpected",
  "encore",
  "came",
  "Saturday",
  ",",
  "when",
  "Rolfe",
  "emerged",
  "from",
  "a",
  "trans-Atlantic",
  "daydream",
  "and",
  "found",
  "himself",
  "on",
  "the",
  "field",
  "at",
  "Hampden",
  "Park",
  "in",
  "Glasgow",
  "as",
  "a",
  "substitute",
  "in",
  "the",
  "second",
  "half",
  "of",
  "his",
  "first",
  "international",
  "match",
  "for",
  "the",
  "United",
  "States",
  ",",
  "a",
  "1-1",
  "tie",
  "with",
  "Scotland",
  ".",
  "''"
] | 
	[
  [
    "Scotland",
    "/location/location/contains",
    "Glasgow"
  ]
] | 
	[
  "DT",
  "JJ",
  "NN",
  "VBD",
  "NNP",
  ",",
  "WRB",
  "NNP",
  "VBD",
  "IN",
  "DT",
  "JJ",
  "NN",
  "CC",
  "VBD",
  "PRP",
  "IN",
  "DT",
  "NN",
  "IN",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  "IN",
  "DT",
  "NN",
  "IN",
  "DT",
  "JJ",
  "NN",
  "IN",
  "PRP$",
  "JJ",
  "JJ",
  "NN",
  "IN",
  "DT",
  "NNP",
  "NNPS",
  ",",
  "DT",
  "CD",
  "NN",
  "IN",
  "NNP",
  ".",
  "''"
] | 
	[
  {
    "h": {
      "text": "Scotland",
      "start": 45,
      "end": 46,
      "type": "LOCATION"
    },
    "t": {
      "text": "Glasgow",
      "start": 23,
      "end": 24,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "After",
  "weeks",
  "of",
  "rising",
  "tensions",
  "between",
  "the",
  "administration",
  "of",
  "President",
  "Vicente",
  "Fox",
  "and",
  "union",
  "leaders",
  ",",
  "tens",
  "of",
  "thousands",
  "of",
  "workers",
  ",",
  "Communists",
  "and",
  "revolutionaries",
  "thronged",
  "the",
  "center",
  "of",
  "Mexico",
  "City",
  "on",
  "Monday",
  "to",
  "send",
  "a",
  "message",
  "to",
  "the",
  "government",
  ":",
  "The",
  "unions",
  "are",
  "still",
  "here",
  ",",
  "and",
  "they",
  "are",
  "angry",
  ".",
  "''"
] | 
	[
  [
    "Vicente Fox",
    "/people/person/place_of_birth",
    "Mexico City"
  ]
] | 
	[
  "IN",
  "NNS",
  "IN",
  "VBG",
  "NNS",
  "IN",
  "DT",
  "NN",
  "IN",
  "NNP",
  "NNP",
  "NNP",
  "CC",
  "NN",
  "NNS",
  ",",
  "NNS",
  "IN",
  "NNS",
  "IN",
  "NNS",
  ",",
  "NNPS",
  "CC",
  "NNS",
  "VBD",
  "DT",
  "NN",
  "IN",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  "TO",
  "VB",
  "DT",
  "NN",
  "TO",
  "DT",
  "NN",
  ":",
  "DT",
  "NNS",
  "VBP",
  "RB",
  "RB",
  ",",
  "CC",
  "PRP",
  "VBP",
  "JJ",
  ".",
  "''"
] | 
	[
  {
    "h": {
      "text": "Vicente Fox",
      "start": 10,
      "end": 12,
      "type": "PERSON"
    },
    "t": {
      "text": "Mexico City",
      "start": 29,
      "end": 31,
      "type": "LOCATION"
    },
    "type": "/people/person/place_of_birth"
  }
] | 
| 
	[
  "Today",
  ",",
  "under",
  "a",
  "tenacious",
  "dictatorship",
  "that",
  "has",
  "lasted",
  "more",
  "than",
  "40",
  "years",
  ",",
  "Myanmar",
  "has",
  "the",
  "lowest",
  "income",
  "in",
  "Southeast",
  "Asia",
  "and",
  "ranks",
  "as",
  "one",
  "of",
  "least-developed",
  "countries",
  "in",
  "the",
  "world",
  "."
] | 
	[
  [
    "Southeast Asia",
    "/location/location/contains",
    "Myanmar"
  ]
] | 
	[
  "NN",
  ",",
  "IN",
  "DT",
  "JJ",
  "NN",
  "WDT",
  "VBZ",
  "VBN",
  "JJR",
  "IN",
  "CD",
  "NNS",
  ",",
  "NNP",
  "VBZ",
  "DT",
  "JJS",
  "NN",
  "IN",
  "NNP",
  "NNP",
  "CC",
  "VBZ",
  "IN",
  "CD",
  "IN",
  "JJ",
  "NNS",
  "IN",
  "DT",
  "NN",
  "."
] | 
	[
  {
    "h": {
      "text": "Southeast Asia",
      "start": 20,
      "end": 22,
      "type": "LOCATION"
    },
    "t": {
      "text": "Myanmar",
      "start": 14,
      "end": 15,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "Perhaps",
  "the",
  "most",
  "well-known",
  "Korean",
  "place",
  "in",
  "Queens",
  "is",
  "Kum",
  "Gang",
  "San",
  "in",
  "Flushing",
  ",",
  "a",
  "barbecue",
  "restaurant",
  "whose",
  "attractions",
  "include",
  "a",
  "waterfall",
  "and",
  "live",
  "music",
  "played",
  "on",
  "a",
  "harplike",
  "instrument",
  ",",
  "the",
  "kayakum",
  "."
] | 
	[
  [
    "Queens",
    "/location/location/contains",
    "Flushing"
  ],
  [
    "Flushing",
    "/location/neighborhood/neighborhood_of",
    "Queens"
  ]
] | 
	[
  "RB",
  "DT",
  "RBS",
  "JJ",
  "JJ",
  "NN",
  "IN",
  "NNP",
  "VBZ",
  "NNP",
  "NN",
  "NNP",
  "IN",
  "NNP",
  ",",
  "DT",
  "NN",
  "NN",
  "WP$",
  "NNS",
  "VBP",
  "DT",
  "NN",
  "CC",
  "VB",
  "NN",
  "VBN",
  "IN",
  "DT",
  "JJ",
  "NN",
  ",",
  "DT",
  "NN",
  "."
] | 
	[
  {
    "h": {
      "text": "Queens",
      "start": 7,
      "end": 8,
      "type": "LOCATION"
    },
    "t": {
      "text": "Flushing",
      "start": 13,
      "end": 14,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Flushing",
      "start": 13,
      "end": 14,
      "type": "LOCATION"
    },
    "t": {
      "text": "Queens",
      "start": 7,
      "end": 8,
      "type": "LOCATION"
    },
    "type": "/location/neighborhood/neighborhood_of"
  }
] | 
| 
	[
  "And",
  "one",
  "of",
  "the",
  "restaurants",
  "'",
  "most",
  "popular",
  "items",
  ",",
  "deep-fried",
  "shrimp",
  ",",
  "comes",
  "not",
  "from",
  "Korea",
  "but",
  "from",
  "Brooklyn",
  ",",
  "a",
  "holdover",
  "from",
  "the",
  "days",
  "when",
  "Ms.",
  "Kwak",
  "and",
  "her",
  "mother",
  "worked",
  "the",
  "deep-fryer",
  "at",
  "a",
  "family-owned",
  "fish",
  "market",
  "in",
  "Bushwick",
  "."
] | 
	[
  [
    "Bushwick",
    "/location/neighborhood/neighborhood_of",
    "Brooklyn"
  ],
  [
    "Brooklyn",
    "/location/location/contains",
    "Bushwick"
  ]
] | 
	[
  "CC",
  "CD",
  "IN",
  "DT",
  "NNS",
  "POS",
  "RBS",
  "JJ",
  "NNS",
  ",",
  "JJ",
  "NN",
  ",",
  "VBZ",
  "RB",
  "IN",
  "NNP",
  "CC",
  "IN",
  "NNP",
  ",",
  "DT",
  "NN",
  "IN",
  "DT",
  "NNS",
  "WRB",
  "NNP",
  "NNP",
  "CC",
  "PRP$",
  "NN",
  "VBD",
  "DT",
  "NN",
  "IN",
  "DT",
  "JJ",
  "NN",
  "NN",
  "IN",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Bushwick",
      "start": 41,
      "end": 42,
      "type": "LOCATION"
    },
    "t": {
      "text": "Brooklyn",
      "start": 19,
      "end": 20,
      "type": "LOCATION"
    },
    "type": "/location/neighborhood/neighborhood_of"
  },
  {
    "h": {
      "text": "Brooklyn",
      "start": 19,
      "end": 20,
      "type": "LOCATION"
    },
    "t": {
      "text": "Bushwick",
      "start": 41,
      "end": 42,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "Korean",
  "Temple",
  "Cuisine",
  ",",
  "on",
  "St.",
  "Marks",
  "Place",
  "near",
  "First",
  "Avenue",
  ",",
  "is",
  "one",
  "of",
  "at",
  "least",
  "10",
  "Korean",
  "restaurants",
  "that",
  "have",
  "opened",
  "in",
  "Manhattan",
  "in",
  "the",
  "past",
  "five",
  "years",
  "outside",
  "Koreatown",
  ",",
  "the",
  "group",
  "of",
  "old-style",
  "restaurants",
  "and",
  "other",
  "Korean",
  "businesses",
  "clustered",
  "on",
  "and",
  "near",
  "a",
  "single",
  "block",
  "of",
  "West",
  "32nd",
  "Street",
  "."
] | 
	[
  [
    "Koreatown",
    "/location/neighborhood/neighborhood_of",
    "Manhattan"
  ],
  [
    "Manhattan",
    "/location/location/contains",
    "Koreatown"
  ]
] | 
	[
  "JJ",
  "NNP",
  "NNP",
  ",",
  "IN",
  "NNP",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  "NNP",
  ",",
  "VBZ",
  "CD",
  "IN",
  "IN",
  "JJS",
  "CD",
  "JJ",
  "NNS",
  "WDT",
  "VBP",
  "VBN",
  "IN",
  "NNP",
  "IN",
  "DT",
  "JJ",
  "CD",
  "NNS",
  "IN",
  "NNP",
  ",",
  "DT",
  "NN",
  "IN",
  "JJ",
  "NNS",
  "CC",
  "JJ",
  "JJ",
  "NNS",
  "VBN",
  "IN",
  "CC",
  "IN",
  "DT",
  "JJ",
  "NN",
  "IN",
  "NNP",
  "NNP",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Koreatown",
      "start": 31,
      "end": 32,
      "type": "LOCATION"
    },
    "t": {
      "text": "Manhattan",
      "start": 24,
      "end": 25,
      "type": "LOCATION"
    },
    "type": "/location/neighborhood/neighborhood_of"
  },
  {
    "h": {
      "text": "Manhattan",
      "start": 24,
      "end": 25,
      "type": "LOCATION"
    },
    "t": {
      "text": "Koreatown",
      "start": 31,
      "end": 32,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "Centered",
  "on",
  "a",
  "single",
  "block",
  "bordered",
  "by",
  "Broadway",
  "and",
  "Fifth",
  "Avenue",
  ",",
  "it",
  "is",
  "home",
  "to",
  "most",
  "of",
  "Manhattan",
  "'s",
  "Korean",
  "restaurants",
  "."
] | 
	[
  [
    "Broadway",
    "/location/neighborhood/neighborhood_of",
    "Manhattan"
  ]
] | 
	[
  "VBN",
  "IN",
  "DT",
  "JJ",
  "NN",
  "VBN",
  "IN",
  "NNP",
  "CC",
  "NNP",
  "NNP",
  ",",
  "PRP",
  "VBZ",
  "NN",
  "TO",
  "JJS",
  "IN",
  "NNP",
  "POS",
  "JJ",
  "NNS",
  "."
] | 
	[
  {
    "h": {
      "text": "Broadway",
      "start": 7,
      "end": 8,
      "type": "LOCATION"
    },
    "t": {
      "text": "Manhattan",
      "start": 18,
      "end": 19,
      "type": "LOCATION"
    },
    "type": "/location/neighborhood/neighborhood_of"
  }
] | 
| 
	[
  "One",
  "thing",
  "we",
  "know",
  "about",
  "groups",
  "is",
  "that",
  "they",
  "do",
  "tend",
  "to",
  "form",
  "status",
  "hierarchies",
  "very",
  "quickly",
  ",",
  "''",
  "said",
  "Dr.",
  "Philip",
  "Tetlock",
  ",",
  "a",
  "professor",
  "at",
  "the",
  "Haas",
  "School",
  "of",
  "Business",
  "at",
  "the",
  "University",
  "of",
  "California",
  ",",
  "Berkeley",
  "."
] | 
	[
  [
    "Berkeley",
    "/location/location/contains",
    "Haas School of Business"
  ]
] | 
	[
  "CD",
  "NN",
  "PRP",
  "VBP",
  "IN",
  "NNS",
  "VBZ",
  "IN",
  "PRP",
  "VBP",
  "VB",
  "TO",
  "VB",
  "NN",
  "NNS",
  "RB",
  "RB",
  ",",
  "''",
  "VBD",
  "NNP",
  "NNP",
  "NNP",
  ",",
  "DT",
  "NN",
  "IN",
  "DT",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  "IN",
  "DT",
  "NNP",
  "IN",
  "NNP",
  ",",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Berkeley",
      "start": 38,
      "end": 39,
      "type": "LOCATION"
    },
    "t": {
      "text": "Haas School of Business",
      "start": 28,
      "end": 32,
      "type": "ORGANIZATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "-LRB-",
  "The",
  "name",
  "comes",
  "from",
  "a",
  "nightmarish",
  "car",
  "trip",
  "his",
  "family",
  "once",
  "took",
  "in",
  "Texas",
  ";",
  "when",
  "they",
  "got",
  "to",
  "Abilene",
  ",",
  "they",
  "realized",
  "that",
  "no",
  "one",
  "had",
  "wanted",
  "to",
  "go",
  ".",
  "-RRB-"
] | 
	[
  [
    "Texas",
    "/location/location/contains",
    "Abilene"
  ]
] | 
	[
  "-LRB-",
  "DT",
  "NN",
  "VBZ",
  "IN",
  "DT",
  "JJ",
  "NN",
  "NN",
  "PRP$",
  "NN",
  "RB",
  "VBD",
  "IN",
  "NNP",
  ":",
  "WRB",
  "PRP",
  "VBD",
  "TO",
  "NNP",
  ",",
  "PRP",
  "VBD",
  "IN",
  "DT",
  "NN",
  "VBD",
  "VBN",
  "TO",
  "VB",
  ".",
  "-RRB-"
] | 
	[
  {
    "h": {
      "text": "Texas",
      "start": 14,
      "end": 15,
      "type": "LOCATION"
    },
    "t": {
      "text": "Abilene",
      "start": 20,
      "end": 21,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "During",
  "a",
  "13th-century",
  "conclave",
  "in",
  "Viterbo",
  ",",
  "Italy",
  ",",
  "one",
  "that",
  "might",
  "best",
  "be",
  "described",
  "as",
  "interminable",
  "-LRB-",
  "it",
  "lasted",
  "almost",
  "three",
  "years",
  "-RRB-",
  ",",
  "the",
  "townspeople",
  "finally",
  "got",
  "fed",
  "up",
  "."
] | 
	[
  [
    "Italy",
    "/location/location/contains",
    "Viterbo"
  ]
] | 
	[
  "IN",
  "DT",
  "JJ",
  "NN",
  "IN",
  "NNP",
  ",",
  "NNP",
  ",",
  "CD",
  "WDT",
  "MD",
  "RB",
  "VB",
  "VBN",
  "IN",
  "JJ",
  "-LRB-",
  "PRP",
  "VBD",
  "RB",
  "CD",
  "NNS",
  "-RRB-",
  ",",
  "DT",
  "NN",
  "RB",
  "VBD",
  "VBN",
  "RP",
  "."
] | 
	[
  {
    "h": {
      "text": "Italy",
      "start": 7,
      "end": 8,
      "type": "LOCATION"
    },
    "t": {
      "text": "Viterbo",
      "start": 5,
      "end": 6,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "Sheik",
  "Abdul-Amir",
  "al-Jamri",
  ",",
  "Bahrain",
  "'s",
  "most",
  "prominent",
  "Shiite",
  "Muslim",
  "cleric",
  "and",
  "an",
  "opposition",
  "leader",
  "during",
  "civil",
  "unrest",
  "in",
  "the",
  "1990s",
  ",",
  "died",
  "Monday",
  "at",
  "his",
  "home",
  "in",
  "Manama",
  ",",
  "his",
  "son",
  "Mansour",
  "al-Jamri",
  "said",
  "."
] | 
	[
  [
    "Bahrain",
    "/location/location/contains",
    "Manama"
  ],
  [
    "Manama",
    "/location/administrative_division/country",
    "Bahrain"
  ],
  [
    "Bahrain",
    "/location/country/capital",
    "Manama"
  ],
  [
    "Bahrain",
    "/location/country/administrative_divisions",
    "Manama"
  ]
] | 
	[
  "NNP",
  "NNP",
  "NNP",
  ",",
  "NNP",
  "POS",
  "RBS",
  "JJ",
  "NNP",
  "JJ",
  "NN",
  "CC",
  "DT",
  "NN",
  "NN",
  "IN",
  "JJ",
  "NN",
  "IN",
  "DT",
  "CD",
  ",",
  "VBD",
  "NNP",
  "IN",
  "PRP$",
  "NN",
  "IN",
  "NNP",
  ",",
  "PRP$",
  "NN",
  "NNP",
  "NNP",
  "VBD",
  "."
] | 
	[
  {
    "h": {
      "text": "Bahrain",
      "start": 4,
      "end": 5,
      "type": "LOCATION"
    },
    "t": {
      "text": "Manama",
      "start": 28,
      "end": 29,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Manama",
      "start": 28,
      "end": 29,
      "type": "LOCATION"
    },
    "t": {
      "text": "Bahrain",
      "start": 4,
      "end": 5,
      "type": "LOCATION"
    },
    "type": "/location/administrative_division/country"
  },
  {
    "h": {
      "text": "Bahrain",
      "start": 4,
      "end": 5,
      "type": "LOCATION"
    },
    "t": {
      "text": "Manama",
      "start": 28,
      "end": 29,
      "type": "LOCATION"
    },
    "type": "/location/country/capital"
  },
  {
    "h": {
      "text": "Bahrain",
      "start": 4,
      "end": 5,
      "type": "LOCATION"
    },
    "t": {
      "text": "Manama",
      "start": 28,
      "end": 29,
      "type": "LOCATION"
    },
    "type": "/location/country/administrative_divisions"
  }
] | 
| 
	[
  "The",
  "husband",
  ",",
  "Joseph",
  "Vione",
  ",",
  "43",
  ",",
  "who",
  "had",
  "been",
  "living",
  "in",
  "Garden",
  "City",
  ",",
  "says",
  "in",
  "papers",
  "filed",
  "last",
  "week",
  "in",
  "State",
  "Supreme",
  "Court",
  "in",
  "Manhattan",
  "that",
  "the",
  "Rev.",
  "Thomas",
  "K.",
  "Tewell",
  ",",
  "56",
  ",",
  "the",
  "senior",
  "pastor",
  "of",
  "the",
  "Fifth",
  "Avenue",
  "Presbyterian",
  "Church",
  "in",
  "Midtown",
  "Manhattan",
  ",",
  "used",
  "confidential",
  "information",
  "obtained",
  "during",
  "marriage",
  "counseling",
  "to",
  "seduce",
  "Mr.",
  "Vione",
  "'s",
  "wife",
  ",",
  "Rachel",
  ",",
  "42",
  "."
] | 
	[
  [
    "Manhattan",
    "/location/location/contains",
    "Midtown Manhattan"
  ],
  [
    "Midtown Manhattan",
    "/location/neighborhood/neighborhood_of",
    "Manhattan"
  ]
] | 
	[
  "DT",
  "NN",
  ",",
  "NNP",
  "NNP",
  ",",
  "CD",
  ",",
  "WP",
  "VBD",
  "VBN",
  "VBG",
  "IN",
  "NNP",
  "NNP",
  ",",
  "VBZ",
  "IN",
  "NNS",
  "VBN",
  "JJ",
  "NN",
  "IN",
  "NNP",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  "IN",
  "DT",
  "NNP",
  "NNP",
  "NNP",
  "NNP",
  ",",
  "CD",
  ",",
  "DT",
  "JJ",
  "NN",
  "IN",
  "DT",
  "NNP",
  "NNP",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  "NNP",
  ",",
  "VBD",
  "JJ",
  "NN",
  "VBN",
  "IN",
  "NN",
  "NN",
  "TO",
  "VB",
  "NNP",
  "NNP",
  "POS",
  "NN",
  ",",
  "NNP",
  ",",
  "CD",
  "."
] | 
	[
  {
    "h": {
      "text": "Manhattan",
      "start": 27,
      "end": 28,
      "type": "LOCATION"
    },
    "t": {
      "text": "Midtown Manhattan",
      "start": 47,
      "end": 49,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Midtown Manhattan",
      "start": 47,
      "end": 49,
      "type": "LOCATION"
    },
    "t": {
      "text": "Manhattan",
      "start": 27,
      "end": 28,
      "type": "LOCATION"
    },
    "type": "/location/neighborhood/neighborhood_of"
  }
] | 
| 
	[
  "CHASING",
  "AMY",
  "(",
  "1997",
  ")",
  "--",
  "Before",
  "Ben",
  "Affleck",
  "met",
  "Will",
  "Hunting",
  "and",
  "unlikely",
  "tabloid",
  "acclaim",
  ",",
  "he",
  "starred",
  "in",
  "this",
  "Kevin",
  "Smith",
  "movie",
  "as",
  "a",
  "Red",
  "Bank",
  "comic",
  "book",
  "illustrator",
  "who",
  "coaxes",
  "a",
  "lesbian",
  "-LRB-",
  "Joey",
  "Lauren",
  "Adams",
  "-RRB-",
  "into",
  "heterosexuality",
  "because",
  ",",
  "well",
  ",",
  "he",
  "'s",
  "Ben",
  "Affleck",
  "."
] | 
	[
  [
    "Kevin Smith",
    "/people/person/place_lived",
    "Red Bank"
  ],
  [
    "Kevin Smith",
    "/people/person/place_of_birth",
    "Red Bank"
  ]
] | 
	[
  "VBG",
  "NNP",
  "-LRB-",
  "CD",
  "-RRB-",
  ":",
  "IN",
  "NNP",
  "NNP",
  "VBD",
  "MD",
  "NN",
  "CC",
  "JJ",
  "JJ",
  "NN",
  ",",
  "PRP",
  "VBD",
  "IN",
  "DT",
  "NNP",
  "NNP",
  "NN",
  "IN",
  "DT",
  "NNP",
  "NNP",
  "JJ",
  "NN",
  "NN",
  "WP",
  "VBZ",
  "DT",
  "JJ",
  "-LRB-",
  "NNP",
  "NNP",
  "NNP",
  "-RRB-",
  "IN",
  "NN",
  "RB",
  ",",
  "RB",
  ",",
  "PRP",
  "VBZ",
  "NNP",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Kevin Smith",
      "start": 21,
      "end": 23,
      "type": "PERSON"
    },
    "t": {
      "text": "Red Bank",
      "start": 26,
      "end": 28,
      "type": "ORGANIZATION"
    },
    "type": "/people/person/place_lived"
  },
  {
    "h": {
      "text": "Kevin Smith",
      "start": 21,
      "end": 23,
      "type": "PERSON"
    },
    "t": {
      "text": "Red Bank",
      "start": 26,
      "end": 28,
      "type": "ORGANIZATION"
    },
    "type": "/people/person/place_of_birth"
  }
] | 
| 
	[
  "Violet",
  "-LRB-",
  "Piper",
  "Perabo",
  "-RRB-",
  "is",
  "a",
  "South",
  "Amboy",
  "pizza",
  "waitress",
  "who",
  "moves",
  "the",
  "42",
  "miles",
  "to",
  "New",
  "York",
  "City",
  "to",
  "become",
  "a",
  "songwriter",
  "despite",
  "her",
  "toll",
  "collector",
  "father",
  "'s",
  "objections",
  "in",
  "this",
  "surprisingly",
  "charming",
  ",",
  "thoroughly",
  "ridiculous",
  "Jerry",
  "Bruckheimer",
  "film",
  "."
] | 
	[
  [
    "Jerry Bruckheimer",
    "/people/person/place_lived",
    "New York City"
  ]
] | 
	[
  "NN",
  "-LRB-",
  "NNP",
  "NNP",
  "-RRB-",
  "VBZ",
  "DT",
  "NNP",
  "NNP",
  "NN",
  "NN",
  "WP",
  "VBZ",
  "DT",
  "CD",
  "NNS",
  "TO",
  "NNP",
  "NNP",
  "NNP",
  "TO",
  "VB",
  "DT",
  "NN",
  "IN",
  "PRP$",
  "NN",
  "NN",
  "NN",
  "POS",
  "NNS",
  "IN",
  "DT",
  "RB",
  "JJ",
  ",",
  "RB",
  "JJ",
  "NNP",
  "NNP",
  "NN",
  "."
] | 
	[
  {
    "h": {
      "text": "Jerry Bruckheimer",
      "start": 38,
      "end": 40,
      "type": "PERSON"
    },
    "t": {
      "text": "New York City",
      "start": 17,
      "end": 20,
      "type": "LOCATION"
    },
    "type": "/people/person/place_lived"
  }
] | 
| 
	[
  "Born",
  "in",
  "Gotha",
  ",",
  "Germany",
  "."
] | 
	[
  [
    "Germany",
    "/location/location/contains",
    "Gotha"
  ]
] | 
	[
  "VBN",
  "IN",
  "NNP",
  ",",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Germany",
      "start": 4,
      "end": 5,
      "type": "LOCATION"
    },
    "t": {
      "text": "Gotha",
      "start": 2,
      "end": 3,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "She",
  "recalled",
  "that",
  "as",
  "a",
  "newcomer",
  "and",
  "junior",
  "researcher",
  "at",
  "Genentech",
  "in",
  "1995",
  ",",
  "she",
  "was",
  "shocked",
  "when",
  "Arthur",
  "D.",
  "Levinson",
  ",",
  "then",
  "the",
  "head",
  "of",
  "research",
  "and",
  "now",
  "chief",
  "executive",
  ",",
  "asked",
  "for",
  "her",
  "opinion",
  ".",
  "''"
] | 
	[
  [
    "Arthur D. Levinson",
    "/business/person/company",
    "Genentech"
  ]
] | 
	[
  "PRP",
  "VBD",
  "IN",
  "IN",
  "DT",
  "NN",
  "CC",
  "NN",
  "NN",
  "IN",
  "NNP",
  "IN",
  "CD",
  ",",
  "PRP",
  "VBD",
  "VBN",
  "WRB",
  "NNP",
  "NNP",
  "NNP",
  ",",
  "RB",
  "DT",
  "NN",
  "IN",
  "NN",
  "CC",
  "RB",
  "JJ",
  "NN",
  ",",
  "VBD",
  "IN",
  "PRP$",
  "NN",
  ".",
  "''"
] | 
	[
  {
    "h": {
      "text": "Arthur D. Levinson",
      "start": 18,
      "end": 21,
      "type": "PERSON"
    },
    "t": {
      "text": "Genentech",
      "start": 10,
      "end": 11,
      "type": "ORGANIZATION"
    },
    "type": "/business/person/company"
  }
] | 
| 
	[
  "She",
  "also",
  "accompanied",
  "her",
  "granddaughter",
  "Chelsea",
  "on",
  "a",
  "trip",
  "to",
  "Jodhpur",
  ",",
  "India",
  ",",
  "in",
  "2000",
  "."
] | 
	[
  [
    "India",
    "/location/location/contains",
    "Jodhpur"
  ]
] | 
	[
  "PRP",
  "RB",
  "VBD",
  "PRP$",
  "NN",
  "NNP",
  "IN",
  "DT",
  "NN",
  "TO",
  "NNP",
  ",",
  "NNP",
  ",",
  "IN",
  "CD",
  "."
] | 
	[
  {
    "h": {
      "text": "India",
      "start": 12,
      "end": 13,
      "type": "LOCATION"
    },
    "t": {
      "text": "Jodhpur",
      "start": 10,
      "end": 11,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "Malaysia",
  "'s",
  "firefighters",
  "carried",
  "in",
  "portable",
  ",",
  "lightweight",
  "pumps",
  ",",
  "hoses",
  ",",
  "nozzles",
  "and",
  "other",
  "essential",
  "equipment",
  ",",
  "according",
  "to",
  "Norizan",
  "Sulaiman",
  ",",
  "a",
  "spokesman",
  "for",
  "the",
  "Malaysian",
  "Fire",
  "and",
  "Rescue",
  "Department",
  "in",
  "the",
  "government",
  "'s",
  "administrative",
  "center",
  ",",
  "Putrajaya",
  "."
] | 
	[
  [
    "Malaysia",
    "/location/location/contains",
    "Putrajaya"
  ],
  [
    "Putrajaya",
    "/location/administrative_division/country",
    "Malaysia"
  ],
  [
    "Malaysia",
    "/location/country/administrative_divisions",
    "Putrajaya"
  ]
] | 
	[
  "NNP",
  "POS",
  "NNS",
  "VBD",
  "IN",
  "JJ",
  ",",
  "JJ",
  "NNS",
  ",",
  "NNS",
  ",",
  "NNS",
  "CC",
  "JJ",
  "JJ",
  "NN",
  ",",
  "VBG",
  "TO",
  "NNP",
  "NNP",
  ",",
  "DT",
  "NN",
  "IN",
  "DT",
  "JJ",
  "NN",
  "CC",
  "NN",
  "NNP",
  "IN",
  "DT",
  "NN",
  "POS",
  "JJ",
  "NN",
  ",",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Malaysia",
      "start": 0,
      "end": 1,
      "type": "LOCATION"
    },
    "t": {
      "text": "Putrajaya",
      "start": 39,
      "end": 40,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Putrajaya",
      "start": 39,
      "end": 40,
      "type": "LOCATION"
    },
    "t": {
      "text": "Malaysia",
      "start": 0,
      "end": 1,
      "type": "LOCATION"
    },
    "type": "/location/administrative_division/country"
  },
  {
    "h": {
      "text": "Malaysia",
      "start": 0,
      "end": 1,
      "type": "LOCATION"
    },
    "t": {
      "text": "Putrajaya",
      "start": 39,
      "end": 40,
      "type": "LOCATION"
    },
    "type": "/location/country/administrative_divisions"
  }
] | 
| 
	[
  "In",
  "Malaysia",
  ",",
  "authorities",
  "have",
  "begun",
  "to",
  "look",
  "beyond",
  "the",
  "immediate",
  "threat",
  "to",
  "how",
  "to",
  "prevent",
  "its",
  "annual",
  "recurrence",
  ",",
  "including",
  "taking",
  "legal",
  "action",
  "against",
  "plantation",
  "companies",
  "that",
  "worsen",
  "the",
  "haze",
  "by",
  "burning",
  "trash",
  "around",
  "the",
  "capital",
  ",",
  "Kuala",
  "Lumpur",
  "."
] | 
	[
  [
    "Malaysia",
    "/location/country/administrative_divisions",
    "Kuala Lumpur"
  ],
  [
    "Malaysia",
    "/location/location/contains",
    "Kuala Lumpur"
  ],
  [
    "Malaysia",
    "/location/country/capital",
    "Kuala Lumpur"
  ],
  [
    "Kuala Lumpur",
    "/location/administrative_division/country",
    "Malaysia"
  ]
] | 
	[
  "IN",
  "NNP",
  ",",
  "NNS",
  "VBP",
  "VBN",
  "TO",
  "VB",
  "IN",
  "DT",
  "JJ",
  "NN",
  "TO",
  "WRB",
  "TO",
  "VB",
  "PRP$",
  "JJ",
  "NN",
  ",",
  "VBG",
  "VBG",
  "JJ",
  "NN",
  "IN",
  "NN",
  "NNS",
  "WDT",
  "VBP",
  "DT",
  "NN",
  "IN",
  "VBG",
  "NN",
  "IN",
  "DT",
  "NN",
  ",",
  "NNP",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Malaysia",
      "start": 1,
      "end": 2,
      "type": "LOCATION"
    },
    "t": {
      "text": "Kuala Lumpur",
      "start": 38,
      "end": 40,
      "type": "LOCATION"
    },
    "type": "/location/country/administrative_divisions"
  },
  {
    "h": {
      "text": "Malaysia",
      "start": 1,
      "end": 2,
      "type": "LOCATION"
    },
    "t": {
      "text": "Kuala Lumpur",
      "start": 38,
      "end": 40,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Malaysia",
      "start": 1,
      "end": 2,
      "type": "LOCATION"
    },
    "t": {
      "text": "Kuala Lumpur",
      "start": 38,
      "end": 40,
      "type": "LOCATION"
    },
    "type": "/location/country/capital"
  },
  {
    "h": {
      "text": "Kuala Lumpur",
      "start": 38,
      "end": 40,
      "type": "LOCATION"
    },
    "t": {
      "text": "Malaysia",
      "start": 1,
      "end": 2,
      "type": "LOCATION"
    },
    "type": "/location/administrative_division/country"
  }
] | 
| 
	[
  "Smoke",
  "from",
  "burning",
  "jungles",
  "in",
  "Indonesia",
  "spread",
  "across",
  "wider",
  "portions",
  "of",
  "Southeast",
  "Asia",
  "on",
  "Monday",
  ",",
  "as",
  "firefighters",
  "from",
  "Malaysia",
  "moved",
  "in",
  "to",
  "help",
  "combat",
  "the",
  "string",
  "of",
  "blazes",
  "that",
  "are",
  "testing",
  "relations",
  "between",
  "the",
  "neighbors",
  "."
] | 
	[
  [
    "Southeast Asia",
    "/location/location/contains",
    "Malaysia"
  ],
  [
    "Southeast Asia",
    "/location/location/contains",
    "Indonesia"
  ]
] | 
	[
  "NN",
  "IN",
  "VBG",
  "NNS",
  "IN",
  "NNP",
  "VBD",
  "IN",
  "JJR",
  "NNS",
  "IN",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  ",",
  "IN",
  "NNS",
  "IN",
  "NNP",
  "VBD",
  "IN",
  "TO",
  "VB",
  "VB",
  "DT",
  "NN",
  "IN",
  "NNS",
  "WDT",
  "VBP",
  "VBG",
  "NNS",
  "IN",
  "DT",
  "NNS",
  "."
] | 
	[
  {
    "h": {
      "text": "Southeast Asia",
      "start": 11,
      "end": 13,
      "type": "LOCATION"
    },
    "t": {
      "text": "Malaysia",
      "start": 19,
      "end": 20,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Southeast Asia",
      "start": 11,
      "end": 13,
      "type": "LOCATION"
    },
    "t": {
      "text": "Indonesia",
      "start": 5,
      "end": 6,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "An",
  "acrid",
  "haze",
  "covered",
  "some",
  "Indonesian",
  "cities",
  "and",
  "drifted",
  "up",
  "the",
  "northern",
  "coast",
  "of",
  "Borneo",
  "and",
  "north",
  "along",
  "the",
  "Malay",
  "Peninsula",
  "into",
  "Thailand",
  ",",
  "where",
  "officials",
  "issued",
  "health",
  "warnings",
  "."
] | 
	[
  [
    "Malay Peninsula",
    "/location/location/contains",
    "Thailand"
  ]
] | 
	[
  "DT",
  "JJ",
  "NN",
  "VBD",
  "DT",
  "JJ",
  "NNS",
  "CC",
  "VBD",
  "RP",
  "DT",
  "JJ",
  "NN",
  "IN",
  "NNP",
  "CC",
  "RB",
  "IN",
  "DT",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  ",",
  "WRB",
  "NNS",
  "VBD",
  "NN",
  "NNS",
  "."
] | 
	[
  {
    "h": {
      "text": "Malay Peninsula",
      "start": 19,
      "end": 21,
      "type": "LOCATION"
    },
    "t": {
      "text": "Thailand",
      "start": 22,
      "end": 23,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "I",
  "find",
  "it",
  "absolutely",
  "stunning",
  "that",
  "this",
  "hearing",
  "would",
  "start",
  "out",
  "with",
  "you",
  ",",
  "Mr.",
  "Brown",
  ",",
  "laying",
  "the",
  "blame",
  "for",
  "FEMA",
  "'s",
  "failings",
  "at",
  "the",
  "feet",
  "of",
  "the",
  "governor",
  "of",
  "Louisiana",
  "and",
  "the",
  "mayor",
  "of",
  "New",
  "Orleans",
  ",",
  "''",
  "said",
  "Representative",
  "William",
  "J.",
  "Jefferson",
  ",",
  "Democrat",
  "of",
  "Louisiana",
  ".",
  "''"
] | 
	[
  [
    "Louisiana",
    "/location/location/contains",
    "New Orleans"
  ],
  [
    "Louisiana",
    "/location/location/contains",
    "New Orleans"
  ],
  [
    "William J. Jefferson",
    "/people/person/place_lived",
    "New Orleans"
  ]
] | 
	[
  "PRP",
  "VBP",
  "PRP",
  "RB",
  "JJ",
  "IN",
  "DT",
  "NN",
  "MD",
  "VB",
  "RP",
  "IN",
  "PRP",
  ",",
  "NNP",
  "NNP",
  ",",
  "VBG",
  "DT",
  "NN",
  "IN",
  "NNP",
  "POS",
  "NNS",
  "IN",
  "DT",
  "NNS",
  "IN",
  "DT",
  "NN",
  "IN",
  "NNP",
  "CC",
  "DT",
  "NN",
  "IN",
  "NNP",
  "NNP",
  ",",
  "''",
  "VBD",
  "NNP",
  "NNP",
  "NNP",
  "NNP",
  ",",
  "NNP",
  "IN",
  "NNP",
  ".",
  "''"
] | 
	[
  {
    "h": {
      "text": "Louisiana",
      "start": 31,
      "end": 32,
      "type": "LOCATION"
    },
    "t": {
      "text": "New Orleans",
      "start": 36,
      "end": 38,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Louisiana",
      "start": 31,
      "end": 32,
      "type": "LOCATION"
    },
    "t": {
      "text": "New Orleans",
      "start": 36,
      "end": 38,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "William J. Jefferson",
      "start": 42,
      "end": 45,
      "type": "PERSON"
    },
    "t": {
      "text": "New Orleans",
      "start": 36,
      "end": 38,
      "type": "LOCATION"
    },
    "type": "/people/person/place_lived"
  }
] | 
| 
	[
  "While",
  "the",
  "''",
  "Hitch",
  "''",
  "crew",
  "captured",
  "city",
  "views",
  "of",
  "Madison",
  "Square",
  "Garden",
  ",",
  "Ms.",
  "Wu",
  "was",
  "getting",
  "the",
  "sequence",
  "that",
  "established",
  "her",
  "entire",
  "film",
  "--",
  "her",
  "heroine",
  "'s",
  "D",
  "train",
  "making",
  "its",
  "way",
  "over",
  "the",
  "Manhattan",
  "Bridge",
  ",",
  "with",
  "the",
  "camera",
  "veering",
  "up",
  "to",
  "capture",
  "the",
  "New",
  "York",
  "skyline",
  "for",
  "the",
  "credits",
  ".",
  "''"
] | 
	[
  [
    "New York",
    "/location/location/contains",
    "Manhattan Bridge"
  ]
] | 
	[
  "IN",
  "DT",
  "''",
  "NN",
  "''",
  "NN",
  "VBN",
  "NN",
  "NNS",
  "IN",
  "NNP",
  "NNP",
  "NNP",
  ",",
  "NNP",
  "NNP",
  "VBD",
  "VBG",
  "DT",
  "NN",
  "WDT",
  "VBD",
  "PRP",
  "JJ",
  "NN",
  ":",
  "PRP$",
  "NN",
  "POS",
  "NN",
  "NN",
  "VBG",
  "PRP$",
  "NN",
  "IN",
  "DT",
  "NNP",
  "NNP",
  ",",
  "IN",
  "DT",
  "NN",
  "VBG",
  "RP",
  "TO",
  "VB",
  "DT",
  "NNP",
  "NNP",
  "NN",
  "IN",
  "DT",
  "NNS",
  ".",
  "''"
] | 
	[
  {
    "h": {
      "text": "New York",
      "start": 47,
      "end": 49,
      "type": "LOCATION"
    },
    "t": {
      "text": "Manhattan Bridge",
      "start": 36,
      "end": 38,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "When",
  "she",
  "was",
  "born",
  "in",
  "1915",
  ",",
  "the",
  "town",
  "was",
  "Jarotschin",
  ",",
  "Germany",
  ",",
  "not",
  "Jarocin",
  ",",
  "and",
  "it",
  "was",
  "not",
  "''",
  "near",
  "Poland",
  ";",
  "''",
  "Poland",
  "did",
  "not",
  "exist",
  "then",
  "as",
  "an",
  "independent",
  "nation",
  "."
] | 
	[
  [
    "Poland",
    "/location/location/contains",
    "Jarocin"
  ],
  [
    "Poland",
    "/location/location/contains",
    "Jarocin"
  ]
] | 
	[
  "WRB",
  "PRP",
  "VBD",
  "VBN",
  "IN",
  "CD",
  ",",
  "DT",
  "NN",
  "VBD",
  "NNP",
  ",",
  "NNP",
  ",",
  "RB",
  "NNP",
  ",",
  "CC",
  "PRP",
  "VBD",
  "RB",
  "''",
  "IN",
  "NNP",
  ":",
  "''",
  "NNP",
  "VBD",
  "RB",
  "VB",
  "RB",
  "IN",
  "DT",
  "JJ",
  "NN",
  "."
] | 
	[
  {
    "h": {
      "text": "Poland",
      "start": 23,
      "end": 24,
      "type": "LOCATION"
    },
    "t": {
      "text": "Jarocin",
      "start": 15,
      "end": 16,
      "type": "PERSON"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Poland",
      "start": 23,
      "end": 24,
      "type": "LOCATION"
    },
    "t": {
      "text": "Jarocin",
      "start": 15,
      "end": 16,
      "type": "PERSON"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "Since",
  "1918",
  "the",
  "town",
  "has",
  "been",
  "Jarocin",
  ",",
  "Poland",
  "."
] | 
	[
  [
    "Poland",
    "/location/location/contains",
    "Jarocin"
  ]
] | 
	[
  "IN",
  "CD",
  "DT",
  "NN",
  "VBZ",
  "VBN",
  "NNP",
  ",",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Poland",
      "start": 8,
      "end": 9,
      "type": "LOCATION"
    },
    "t": {
      "text": "Jarocin",
      "start": 6,
      "end": 7,
      "type": "PERSON"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "Citing",
  "a",
  "funeral",
  "home",
  "director",
  ",",
  "the",
  "broadcaster",
  ",",
  "ORF",
  ",",
  "said",
  "Miss",
  "Schwarzkopf",
  "had",
  "died",
  "in",
  "the",
  "town",
  "of",
  "Schruns",
  "in",
  "Austria",
  "'s",
  "westernmost",
  "province",
  ",",
  "Vorarlberg",
  "."
] | 
	[
  [
    "Austria",
    "/location/location/contains",
    "Schruns"
  ],
  [
    "Vorarlberg",
    "/location/administrative_division/country",
    "Austria"
  ],
  [
    "Vorarlberg",
    "/location/location/contains",
    "Schruns"
  ],
  [
    "Austria",
    "/location/country/administrative_divisions",
    "Vorarlberg"
  ],
  [
    "Austria",
    "/location/location/contains",
    "Vorarlberg"
  ]
] | 
	[
  "VBG",
  "DT",
  "JJ",
  "NN",
  "NN",
  ",",
  "DT",
  "NN",
  ",",
  "NN",
  ",",
  "VBD",
  "NNP",
  "NNP",
  "VBD",
  "VBN",
  "IN",
  "DT",
  "NN",
  "IN",
  "NNP",
  "IN",
  "NNP",
  "POS",
  "JJ",
  "NN",
  ",",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Austria",
      "start": 22,
      "end": 23,
      "type": "LOCATION"
    },
    "t": {
      "text": "Schruns",
      "start": 20,
      "end": 21,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Vorarlberg",
      "start": 27,
      "end": 28,
      "type": "LOCATION"
    },
    "t": {
      "text": "Austria",
      "start": 22,
      "end": 23,
      "type": "LOCATION"
    },
    "type": "/location/administrative_division/country"
  },
  {
    "h": {
      "text": "Vorarlberg",
      "start": 27,
      "end": 28,
      "type": "LOCATION"
    },
    "t": {
      "text": "Schruns",
      "start": 20,
      "end": 21,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Austria",
      "start": 22,
      "end": 23,
      "type": "LOCATION"
    },
    "t": {
      "text": "Vorarlberg",
      "start": 27,
      "end": 28,
      "type": "LOCATION"
    },
    "type": "/location/country/administrative_divisions"
  },
  {
    "h": {
      "text": "Austria",
      "start": 22,
      "end": 23,
      "type": "LOCATION"
    },
    "t": {
      "text": "Vorarlberg",
      "start": 27,
      "end": 28,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "8",
  "p.m.",
  ",",
  "Tommy",
  "'s",
  "Tavern",
  ",",
  "1041",
  "Manhattan",
  "Avenue",
  ",",
  "Greenpoint",
  ",",
  "Brooklyn",
  ",",
  "(718)383-9699",
  ",",
  "$",
  "5",
  "."
] | 
	[
  [
    "Brooklyn",
    "/location/location/contains",
    "Greenpoint"
  ],
  [
    "Greenpoint",
    "/location/neighborhood/neighborhood_of",
    "Brooklyn"
  ]
] | 
	[
  "CD",
  "RB",
  ",",
  "NNP",
  "POS",
  "NNP",
  ",",
  "CD",
  "NNP",
  "NNP",
  ",",
  "NNP",
  ",",
  "NNP",
  ",",
  "NN",
  ",",
  "$",
  "CD",
  "."
] | 
	[
  {
    "h": {
      "text": "Brooklyn",
      "start": 13,
      "end": 14,
      "type": "LOCATION"
    },
    "t": {
      "text": "Greenpoint",
      "start": 11,
      "end": 12,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Greenpoint",
      "start": 11,
      "end": 12,
      "type": "LOCATION"
    },
    "t": {
      "text": "Brooklyn",
      "start": 13,
      "end": 14,
      "type": "LOCATION"
    },
    "type": "/location/neighborhood/neighborhood_of"
  }
] | 
| 
	[
  "8",
  "p.m.",
  ",",
  "Warsaw",
  ",",
  "261",
  "Driggs",
  "Avenue",
  ",",
  "Greenpoint",
  ",",
  "Brooklyn",
  ",",
  "(718)387-0505",
  ",",
  "$",
  "16",
  "in",
  "advance",
  ",",
  "$",
  "18",
  "."
] | 
	[
  [
    "Brooklyn",
    "/location/location/contains",
    "Greenpoint"
  ],
  [
    "Greenpoint",
    "/location/neighborhood/neighborhood_of",
    "Brooklyn"
  ]
] | 
	[
  "CD",
  "RB",
  ",",
  "NNP",
  ",",
  "CD",
  "NNP",
  "NNP",
  ",",
  "NNP",
  ",",
  "NNP",
  ",",
  "NN",
  ",",
  "$",
  "CD",
  "IN",
  "NN",
  ",",
  "$",
  "CD",
  "."
] | 
	[
  {
    "h": {
      "text": "Brooklyn",
      "start": 11,
      "end": 12,
      "type": "LOCATION"
    },
    "t": {
      "text": "Greenpoint",
      "start": 9,
      "end": 10,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Greenpoint",
      "start": 9,
      "end": 10,
      "type": "LOCATION"
    },
    "t": {
      "text": "Brooklyn",
      "start": 11,
      "end": 12,
      "type": "LOCATION"
    },
    "type": "/location/neighborhood/neighborhood_of"
  }
] | 
| 
	[
  "BAM",
  "Rose",
  "Cinemas",
  ",",
  "30",
  "Lafayette",
  "Avenue",
  ",",
  "Fort",
  "Greene",
  ",",
  "Brooklyn",
  ",",
  "(",
  "718",
  ")",
  "777-FILM",
  "or",
  "(718)636-4100",
  ",",
  "$",
  "10",
  "."
] | 
	[
  [
    "Brooklyn",
    "/location/location/contains",
    "Fort Greene"
  ],
  [
    "Fort Greene",
    "/location/neighborhood/neighborhood_of",
    "Brooklyn"
  ],
  [
    "Brooklyn",
    "/location/location/contains",
    "Fort Greene"
  ],
  [
    "Fort Greene",
    "/location/neighborhood/neighborhood_of",
    "Brooklyn"
  ]
] | 
	[
  "NNP",
  "NNP",
  "NNP",
  ",",
  "CD",
  "NNP",
  "NNP",
  ",",
  "NNP",
  "NNP",
  ",",
  "NNP",
  ",",
  "-LRB-",
  "CD",
  "-RRB-",
  "NN",
  "CC",
  "NN",
  ",",
  "$",
  "CD",
  "."
] | 
	[
  {
    "h": {
      "text": "Brooklyn",
      "start": 11,
      "end": 12,
      "type": "LOCATION"
    },
    "t": {
      "text": "Fort Greene",
      "start": 8,
      "end": 10,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Fort Greene",
      "start": 8,
      "end": 10,
      "type": "LOCATION"
    },
    "t": {
      "text": "Brooklyn",
      "start": 11,
      "end": 12,
      "type": "LOCATION"
    },
    "type": "/location/neighborhood/neighborhood_of"
  },
  {
    "h": {
      "text": "Brooklyn",
      "start": 11,
      "end": 12,
      "type": "LOCATION"
    },
    "t": {
      "text": "Fort Greene",
      "start": 8,
      "end": 10,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Fort Greene",
      "start": 8,
      "end": 10,
      "type": "LOCATION"
    },
    "t": {
      "text": "Brooklyn",
      "start": 11,
      "end": 12,
      "type": "LOCATION"
    },
    "type": "/location/neighborhood/neighborhood_of"
  }
] | 
| 
	[
  "-LRB-",
  "Sinagra",
  "-RRB-",
  "THE",
  "VANDALS",
  "-LRB-",
  "Tomorrow",
  "-RRB-",
  "Founded",
  "in",
  "1980",
  ",",
  "this",
  "jokey",
  "punk-pop",
  "band",
  ",",
  "from",
  "Orange",
  "County",
  ",",
  "California",
  ",",
  "contributed",
  "to",
  "the",
  "bratty",
  "sound",
  "of",
  "younger",
  "bands",
  "like",
  "the",
  "Offspring",
  "and",
  "Blink-182",
  "."
] | 
	[
  [
    "California",
    "/location/location/contains",
    "Orange County"
  ]
] | 
	[
  "-LRB-",
  "NN",
  "-RRB-",
  "DT",
  "NNS",
  "-LRB-",
  "NN",
  "-RRB-",
  "VBN",
  "IN",
  "CD",
  ",",
  "DT",
  "JJ",
  "JJ",
  "NN",
  ",",
  "IN",
  "NNP",
  "NNP",
  ",",
  "NNP",
  ",",
  "VBD",
  "TO",
  "DT",
  "JJ",
  "NN",
  "IN",
  "JJR",
  "NNS",
  "IN",
  "DT",
  "NN",
  "CC",
  "NN",
  "."
] | 
	[
  {
    "h": {
      "text": "California",
      "start": 21,
      "end": 22,
      "type": "LOCATION"
    },
    "t": {
      "text": "Orange County",
      "start": 18,
      "end": 20,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "This",
  "perfectly",
  "cast",
  "film",
  "is",
  "more",
  "than",
  "just",
  "a",
  "dizzying",
  "thrill",
  "ride",
  "laced",
  "with",
  "small",
  "doses",
  "of",
  "pitch-black",
  "comic",
  "relief",
  ";",
  "it",
  "also",
  "raises",
  "awareness",
  "of",
  "frightening",
  "real-life",
  "class",
  "wars",
  "and",
  "deep-rooted",
  "corruption",
  "in",
  "Caracas",
  ",",
  "Venezuela",
  "."
] | 
	[
  [
    "Venezuela",
    "/location/country/capital",
    "Caracas"
  ],
  [
    "Venezuela",
    "/location/location/contains",
    "Caracas"
  ]
] | 
	[
  "DT",
  "RB",
  "VBN",
  "NN",
  "VBZ",
  "JJR",
  "IN",
  "RB",
  "DT",
  "JJ",
  "NN",
  "NN",
  "VBD",
  "IN",
  "JJ",
  "NNS",
  "IN",
  "JJ",
  "JJ",
  "NN",
  ":",
  "PRP",
  "RB",
  "VBZ",
  "NN",
  "IN",
  "JJ",
  "JJ",
  "NN",
  "NNS",
  "CC",
  "JJ",
  "NN",
  "IN",
  "NNP",
  ",",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Venezuela",
      "start": 36,
      "end": 37,
      "type": "LOCATION"
    },
    "t": {
      "text": "Caracas",
      "start": 34,
      "end": 35,
      "type": "LOCATION"
    },
    "type": "/location/country/capital"
  },
  {
    "h": {
      "text": "Venezuela",
      "start": 36,
      "end": 37,
      "type": "LOCATION"
    },
    "t": {
      "text": "Caracas",
      "start": 34,
      "end": 35,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "22-25",
  "Jackson",
  "Avenue",
  ",",
  "at",
  "46th",
  "Avenue",
  ",",
  "Long",
  "Island",
  "City",
  ",",
  "Queens",
  ",",
  "(718)784-2084",
  "."
] | 
	[
  [
    "Queens",
    "/location/location/contains",
    "Long Island City"
  ],
  [
    "Long Island City",
    "/location/neighborhood/neighborhood_of",
    "Queens"
  ]
] | 
	[
  "CD",
  "NNP",
  "NNP",
  ",",
  "IN",
  "JJ",
  "NNP",
  ",",
  "NNP",
  "NNP",
  "NNP",
  ",",
  "NNP",
  ",",
  "NN",
  "."
] | 
	[
  {
    "h": {
      "text": "Queens",
      "start": 12,
      "end": 13,
      "type": "LOCATION"
    },
    "t": {
      "text": "Long Island City",
      "start": 8,
      "end": 11,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Long Island City",
      "start": 8,
      "end": 11,
      "type": "LOCATION"
    },
    "t": {
      "text": "Queens",
      "start": 12,
      "end": 13,
      "type": "LOCATION"
    },
    "type": "/location/neighborhood/neighborhood_of"
  }
] | 
| 
	[
  "A",
  "year",
  "after",
  "the",
  "eruption",
  "of",
  "Mount",
  "St.",
  "Helens",
  "in",
  "Washington",
  "in",
  "1980",
  ",",
  "this",
  "well-known",
  "landscape",
  "photographer",
  "began",
  "documenting",
  "the",
  "explosion",
  "'s",
  "effect",
  "on",
  "the",
  "surrounding",
  "terrain",
  "."
] | 
	[
  [
    "Washington",
    "/location/location/contains",
    "Mount St. Helens"
  ]
] | 
	[
  "DT",
  "NN",
  "IN",
  "DT",
  "NN",
  "IN",
  "NNP",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  "IN",
  "CD",
  ",",
  "DT",
  "JJ",
  "NN",
  "NNP",
  "VBD",
  "VBG",
  "DT",
  "NN",
  "POS",
  "NN",
  "IN",
  "DT",
  "VBG",
  "NN",
  "."
] | 
	[
  {
    "h": {
      "text": "Washington",
      "start": 10,
      "end": 11,
      "type": "LOCATION"
    },
    "t": {
      "text": "Mount St. Helens",
      "start": 6,
      "end": 9,
      "type": "ORGANIZATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "Bard",
  "College",
  ",",
  "Annandale-on-Hudson",
  ",",
  "N.Y.",
  ",",
  "(845)758-7900",
  ";",
  "$",
  "25",
  "to",
  "$",
  "55",
  ",",
  "with",
  "discounts",
  "for",
  "students",
  "and",
  "65",
  "+",
  "."
] | 
	[
  [
    "Annandale-on-Hudson",
    "/location/location/contains",
    "Bard College"
  ]
] | 
	[
  "NNP",
  "NNP",
  ",",
  "NNP",
  ",",
  "NNP",
  ",",
  "NN",
  ":",
  "$",
  "CD",
  "TO",
  "$",
  "CD",
  ",",
  "IN",
  "NNS",
  "IN",
  "NNS",
  "CC",
  "CD",
  "CC",
  "."
] | 
	[
  {
    "h": {
      "text": "Annandale-on-Hudson",
      "start": 3,
      "end": 4,
      "type": "LOCATION"
    },
    "t": {
      "text": "Bard College",
      "start": 0,
      "end": 2,
      "type": "ORGANIZATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "-LRB-",
  "Dargis",
  "-RRB-",
  "`",
  "CATERINA",
  "IN",
  "THE",
  "BIG",
  "CITY",
  "'",
  "-LRB-",
  "No",
  "rating",
  ",",
  "106",
  "minutes",
  ",",
  "in",
  "Italian",
  "-RRB-",
  "In",
  "this",
  "contemporary",
  "political",
  "allegory",
  "from",
  "Italy",
  ",",
  "a",
  "disgruntled",
  "teacher",
  "and",
  "his",
  "family",
  "move",
  "from",
  "the",
  "country",
  "to",
  "Rome",
  ",",
  "where",
  "his",
  "12-year-old",
  "daughter",
  "finds",
  "herself",
  "the",
  "object",
  "of",
  "a",
  "furious",
  "tug",
  "of",
  "war",
  "between",
  "two",
  "cliques",
  ",",
  "one",
  "left-wing",
  "and",
  "bohemian",
  ",",
  "the",
  "other",
  "right-wing",
  "and",
  "materialist",
  "."
] | 
	[
  [
    "Italy",
    "/location/location/contains",
    "Rome"
  ],
  [
    "Italy",
    "/location/country/capital",
    "Rome"
  ]
] | 
	[
  "-LRB-",
  "NNP",
  "-RRB-",
  "``",
  "NNP",
  "IN",
  "DT",
  "NNP",
  "NN",
  "''",
  "-LRB-",
  "DT",
  "NN",
  ",",
  "CD",
  "NNS",
  ",",
  "IN",
  "JJ",
  "-RRB-",
  "IN",
  "DT",
  "JJ",
  "JJ",
  "NN",
  "IN",
  "NNP",
  ",",
  "DT",
  "JJ",
  "NN",
  "CC",
  "PRP$",
  "NN",
  "NN",
  "IN",
  "DT",
  "NN",
  "TO",
  "NNP",
  ",",
  "WRB",
  "PRP$",
  "JJ",
  "NN",
  "VBZ",
  "PRP",
  "DT",
  "NN",
  "IN",
  "DT",
  "JJ",
  "NN",
  "IN",
  "NN",
  "IN",
  "CD",
  "NNS",
  ",",
  "CD",
  "JJ",
  "CC",
  "JJ",
  ",",
  "DT",
  "JJ",
  "JJ",
  "CC",
  "NN",
  "."
] | 
	[
  {
    "h": {
      "text": "Italy",
      "start": 26,
      "end": 27,
      "type": "LOCATION"
    },
    "t": {
      "text": "Rome",
      "start": 39,
      "end": 40,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Italy",
      "start": 26,
      "end": 27,
      "type": "LOCATION"
    },
    "t": {
      "text": "Rome",
      "start": 39,
      "end": 40,
      "type": "LOCATION"
    },
    "type": "/location/country/capital"
  }
] | 
| 
	[
  "This",
  "polished",
  "and",
  "studiously",
  "dry",
  "show",
  "has",
  "a",
  "dozen",
  "of",
  "Monet",
  "'s",
  "wildly",
  ",",
  "paradisaically",
  "pretty",
  "paintings",
  "at",
  "its",
  "center",
  ",",
  "surrounded",
  "by",
  "images",
  "of",
  "London",
  ",",
  "many",
  "of",
  "them",
  "prints",
  "and",
  "photographs",
  "by",
  "other",
  "artists",
  ",",
  "including",
  "James",
  "McNeill",
  "Whistler",
  "and",
  "figures",
  "now",
  "known",
  "primarily",
  "to",
  "art",
  "historians",
  "."
] | 
	[
  [
    "James McNeill Whistler",
    "/people/deceased_person/place_of_death",
    "London"
  ]
] | 
	[
  "DT",
  "JJ",
  "CC",
  "RB",
  "JJ",
  "NN",
  "VBZ",
  "DT",
  "NN",
  "IN",
  "NNP",
  "POS",
  "RB",
  ",",
  "RB",
  "RB",
  "NNS",
  "IN",
  "PRP$",
  "NN",
  ",",
  "VBN",
  "IN",
  "NNS",
  "IN",
  "NNP",
  ",",
  "JJ",
  "IN",
  "PRP",
  "NNS",
  "CC",
  "NNS",
  "IN",
  "JJ",
  "NNS",
  ",",
  "VBG",
  "NNP",
  "NNP",
  "NNP",
  "CC",
  "NNS",
  "RB",
  "VBN",
  "RB",
  "TO",
  "NN",
  "NNS",
  "."
] | 
	[
  {
    "h": {
      "text": "James McNeill Whistler",
      "start": 38,
      "end": 41,
      "type": "PERSON"
    },
    "t": {
      "text": "London",
      "start": 25,
      "end": 26,
      "type": "LOCATION"
    },
    "type": "/people/deceased_person/place_of_death"
  }
] | 
| 
	[
  "The",
  "director",
  "Raoul",
  "Peck",
  "pledged",
  "to",
  "show",
  "the",
  "film",
  "first",
  "in",
  "Kigali",
  ",",
  "Rwanda",
  "'s",
  "capital",
  ",",
  "which",
  "is",
  "why",
  "on",
  "Jan.",
  "22",
  "an",
  "enormous",
  "screen",
  "was",
  "erected",
  "at",
  "the",
  "Amhoro",
  "Stadium",
  ",",
  "one",
  "of",
  "the",
  "few",
  "places",
  "of",
  "successful",
  "refuge",
  "for",
  "thousands",
  "of",
  "Tutsis",
  "during",
  "the",
  "genocide",
  "."
] | 
	[
  [
    "Rwanda",
    "/location/country/capital",
    "Kigali"
  ],
  [
    "Rwanda",
    "/location/country/administrative_divisions",
    "Kigali"
  ],
  [
    "Rwanda",
    "/location/location/contains",
    "Kigali"
  ],
  [
    "Kigali",
    "/location/administrative_division/country",
    "Rwanda"
  ]
] | 
	[
  "DT",
  "NN",
  "NNP",
  "NNP",
  "VBD",
  "TO",
  "VB",
  "DT",
  "NN",
  "RB",
  "IN",
  "NNP",
  ",",
  "NNP",
  "POS",
  "NN",
  ",",
  "WDT",
  "VBZ",
  "WRB",
  "IN",
  "NNP",
  "CD",
  "DT",
  "JJ",
  "NN",
  "VBD",
  "VBN",
  "IN",
  "DT",
  "NNP",
  "NNP",
  ",",
  "CD",
  "IN",
  "DT",
  "JJ",
  "NNS",
  "IN",
  "JJ",
  "NN",
  "IN",
  "NNS",
  "IN",
  "NNPS",
  "IN",
  "DT",
  "NN",
  "."
] | 
	[
  {
    "h": {
      "text": "Rwanda",
      "start": 13,
      "end": 14,
      "type": "LOCATION"
    },
    "t": {
      "text": "Kigali",
      "start": 11,
      "end": 12,
      "type": "LOCATION"
    },
    "type": "/location/country/capital"
  },
  {
    "h": {
      "text": "Rwanda",
      "start": 13,
      "end": 14,
      "type": "LOCATION"
    },
    "t": {
      "text": "Kigali",
      "start": 11,
      "end": 12,
      "type": "LOCATION"
    },
    "type": "/location/country/administrative_divisions"
  },
  {
    "h": {
      "text": "Rwanda",
      "start": 13,
      "end": 14,
      "type": "LOCATION"
    },
    "t": {
      "text": "Kigali",
      "start": 11,
      "end": 12,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Kigali",
      "start": 11,
      "end": 12,
      "type": "LOCATION"
    },
    "t": {
      "text": "Rwanda",
      "start": 13,
      "end": 14,
      "type": "LOCATION"
    },
    "type": "/location/administrative_division/country"
  }
] | 
| 
	[
  "Given",
  "the",
  "size",
  "of",
  "the",
  "Knicks",
  "'",
  "Fantasy",
  "Island",
  "offer",
  ",",
  "reportedly",
  "between",
  "$",
  "50",
  "million",
  "and",
  "$",
  "60",
  "million",
  ",",
  "the",
  "entire",
  "episode",
  ",",
  "seen",
  "through",
  "the",
  "New",
  "York",
  "looking",
  "glass",
  ",",
  "had",
  "a",
  "reality-show",
  "quality",
  "to",
  "it",
  ",",
  "lacking",
  "only",
  "Donald",
  "Trump",
  "to",
  "inform",
  "Herb",
  "Williams",
  ",",
  "''",
  "You",
  "'re",
  ",",
  "uh",
  ",",
  "not",
  "hired",
  "!",
  "''"
] | 
	[
  [
    "Donald Trump",
    "/people/person/place_lived",
    "New York"
  ]
] | 
	[
  "VBN",
  "DT",
  "NN",
  "IN",
  "DT",
  "NNPS",
  "POS",
  "NNP",
  "NNP",
  "NN",
  ",",
  "RB",
  "IN",
  "$",
  "CD",
  "CD",
  "CC",
  "$",
  "CD",
  "CD",
  ",",
  "DT",
  "JJ",
  "NN",
  ",",
  "VBN",
  "IN",
  "DT",
  "NNP",
  "NNP",
  "VBG",
  "NN",
  ",",
  "VBD",
  "DT",
  "JJ",
  "NN",
  "TO",
  "PRP",
  ",",
  "VBG",
  "RB",
  "NNP",
  "NNP",
  "TO",
  "VB",
  "NNP",
  "NNP",
  ",",
  "''",
  "PRP",
  "VBP",
  ",",
  "UH",
  ",",
  "RB",
  "VBN",
  ".",
  "''"
] | 
	[
  {
    "h": {
      "text": "Donald Trump",
      "start": 42,
      "end": 44,
      "type": "PERSON"
    },
    "t": {
      "text": "New York",
      "start": 28,
      "end": 30,
      "type": "LOCATION"
    },
    "type": "/people/person/place_lived"
  }
] | 
| 
	[
  "She",
  "is",
  "also",
  "an",
  "adjunct",
  "assistant",
  "professor",
  "of",
  "Holocaust",
  "and",
  "mythology",
  "at",
  "Suffolk",
  "County",
  "Community",
  "College",
  "in",
  "Selden",
  ",",
  "N.Y.",
  "His",
  "father",
  "is",
  "a",
  "family",
  "physician",
  "with",
  "the",
  "Phoenix",
  "Medical",
  "Center",
  ",",
  "a",
  "group",
  "practice",
  "in",
  "Brooklyn",
  "."
] | 
	[
  [
    "Selden",
    "/location/location/contains",
    "Suffolk County Community College"
  ]
] | 
	[
  "PRP",
  "VBZ",
  "RB",
  "DT",
  "NN",
  "NN",
  "NN",
  "IN",
  "NNP",
  "CC",
  "NN",
  "IN",
  "NNP",
  "NNP",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  ",",
  "NNP",
  "PRP$",
  "NN",
  "VBZ",
  "DT",
  "NN",
  "NN",
  "IN",
  "DT",
  "NNP",
  "NNP",
  "NNP",
  ",",
  "DT",
  "NN",
  "NN",
  "IN",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Selden",
      "start": 17,
      "end": 18,
      "type": "LOCATION"
    },
    "t": {
      "text": "Suffolk County Community College",
      "start": 12,
      "end": 16,
      "type": "ORGANIZATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "THE",
  "Nakasendo",
  "highway",
  "in",
  "Japan",
  ",",
  "a",
  "310-mile",
  "post",
  "road",
  "connecting",
  "Tokyo",
  "and",
  "Kyoto",
  ",",
  "was",
  "constructed",
  "during",
  "the",
  "eighth",
  "century",
  ",",
  "when",
  "the",
  "term",
  "highway",
  "was",
  "applied",
  "not",
  "to",
  "six",
  "lanes",
  "of",
  "asphalt",
  ",",
  "but",
  "to",
  "wide",
  "walking",
  "paths",
  "."
] | 
	[
  [
    "Japan",
    "/location/country/capital",
    "Tokyo"
  ],
  [
    "Tokyo",
    "/location/administrative_division/country",
    "Japan"
  ],
  [
    "Japan",
    "/location/country/administrative_divisions",
    "Tokyo"
  ],
  [
    "Japan",
    "/location/location/contains",
    "Tokyo"
  ],
  [
    "Japan",
    "/location/location/contains",
    "Kyoto"
  ]
] | 
	[
  "DT",
  "NNP",
  "NN",
  "IN",
  "NNP",
  ",",
  "DT",
  "JJ",
  "NN",
  "NN",
  "VBG",
  "NNP",
  "CC",
  "NNP",
  ",",
  "VBD",
  "VBN",
  "IN",
  "DT",
  "JJ",
  "NN",
  ",",
  "WRB",
  "DT",
  "NN",
  "NN",
  "VBD",
  "VBN",
  "RB",
  "TO",
  "CD",
  "NNS",
  "IN",
  "NN",
  ",",
  "CC",
  "TO",
  "JJ",
  "VBG",
  "NNS",
  "."
] | 
	[
  {
    "h": {
      "text": "Japan",
      "start": 4,
      "end": 5,
      "type": "LOCATION"
    },
    "t": {
      "text": "Tokyo",
      "start": 11,
      "end": 12,
      "type": "LOCATION"
    },
    "type": "/location/country/capital"
  },
  {
    "h": {
      "text": "Tokyo",
      "start": 11,
      "end": 12,
      "type": "LOCATION"
    },
    "t": {
      "text": "Japan",
      "start": 4,
      "end": 5,
      "type": "LOCATION"
    },
    "type": "/location/administrative_division/country"
  },
  {
    "h": {
      "text": "Japan",
      "start": 4,
      "end": 5,
      "type": "LOCATION"
    },
    "t": {
      "text": "Tokyo",
      "start": 11,
      "end": 12,
      "type": "LOCATION"
    },
    "type": "/location/country/administrative_divisions"
  },
  {
    "h": {
      "text": "Japan",
      "start": 4,
      "end": 5,
      "type": "LOCATION"
    },
    "t": {
      "text": "Tokyo",
      "start": 11,
      "end": 12,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Japan",
      "start": 4,
      "end": 5,
      "type": "LOCATION"
    },
    "t": {
      "text": "Kyoto",
      "start": 13,
      "end": 14,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "In",
  "1912",
  "Japanese",
  "businessmen",
  "appeared",
  "to",
  "be",
  "on",
  "the",
  "verge",
  "of",
  "buying",
  "vast",
  "areas",
  "of",
  "Mexico",
  "'s",
  "Baja",
  "California",
  "bordering",
  "our",
  "Southern",
  "California",
  "."
] | 
	[
  [
    "Baja California",
    "/location/administrative_division/country",
    "Mexico"
  ],
  [
    "Mexico",
    "/location/country/administrative_divisions",
    "Baja California"
  ],
  [
    "Mexico",
    "/location/location/contains",
    "Baja California"
  ]
] | 
	[
  "IN",
  "CD",
  "JJ",
  "NNS",
  "VBD",
  "TO",
  "VB",
  "IN",
  "DT",
  "NN",
  "IN",
  "VBG",
  "JJ",
  "NNS",
  "IN",
  "NNP",
  "POS",
  "NNP",
  "NNP",
  "VBG",
  "PRP$",
  "NNP",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Baja California",
      "start": 17,
      "end": 19,
      "type": "LOCATION"
    },
    "t": {
      "text": "Mexico",
      "start": 15,
      "end": 16,
      "type": "LOCATION"
    },
    "type": "/location/administrative_division/country"
  },
  {
    "h": {
      "text": "Mexico",
      "start": 15,
      "end": 16,
      "type": "LOCATION"
    },
    "t": {
      "text": "Baja California",
      "start": 17,
      "end": 19,
      "type": "LOCATION"
    },
    "type": "/location/country/administrative_divisions"
  },
  {
    "h": {
      "text": "Mexico",
      "start": 15,
      "end": 16,
      "type": "LOCATION"
    },
    "t": {
      "text": "Baja California",
      "start": 17,
      "end": 19,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "The",
  "immediate",
  "problem",
  "was",
  "that",
  "the",
  "Dominican",
  "Republic",
  "had",
  "just",
  "reneged",
  "on",
  "millions",
  "in",
  "European",
  "loans",
  "so",
  "flagrantly",
  "that",
  "an",
  "Italian",
  "warship",
  "had",
  "turned",
  "up",
  "just",
  "off",
  "the",
  "harbor",
  "of",
  "Santo",
  "Domingo",
  "."
] | 
	[
  [
    "Dominican Republic",
    "/location/country/capital",
    "Santo Domingo"
  ],
  [
    "Dominican Republic",
    "/location/location/contains",
    "Santo Domingo"
  ]
] | 
	[
  "DT",
  "JJ",
  "NN",
  "VBD",
  "IN",
  "DT",
  "NNP",
  "NNP",
  "VBD",
  "RB",
  "VBN",
  "IN",
  "NNS",
  "IN",
  "JJ",
  "NNS",
  "RB",
  "RB",
  "IN",
  "DT",
  "JJ",
  "NN",
  "VBD",
  "VBN",
  "RP",
  "RB",
  "IN",
  "DT",
  "NN",
  "IN",
  "NNP",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Dominican Republic",
      "start": 6,
      "end": 8,
      "type": "LOCATION"
    },
    "t": {
      "text": "Santo Domingo",
      "start": 30,
      "end": 32,
      "type": "LOCATION"
    },
    "type": "/location/country/capital"
  },
  {
    "h": {
      "text": "Dominican Republic",
      "start": 6,
      "end": 8,
      "type": "LOCATION"
    },
    "t": {
      "text": "Santo Domingo",
      "start": 30,
      "end": 32,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "A",
  "few",
  "votes",
  "remain",
  "to",
  "be",
  "counted",
  "in",
  "Zimbabwe",
  "'s",
  "parliamentary",
  "elections",
  ",",
  "but",
  "it",
  "is",
  "now",
  "clear",
  "that",
  "Robert",
  "Mugabe",
  "'s",
  "ruling",
  "Zimbabwe",
  "African",
  "National",
  "Union",
  "Patriotic",
  "Front",
  "has",
  "once",
  "again",
  "managed",
  "to",
  "bully",
  "its",
  "way",
  "to",
  "victory",
  "."
] | 
	[
  [
    "Robert Mugabe",
    "/people/person/nationality",
    "Zimbabwe"
  ]
] | 
	[
  "DT",
  "JJ",
  "NNS",
  "VBP",
  "TO",
  "VB",
  "VBN",
  "IN",
  "NNP",
  "POS",
  "JJ",
  "NNS",
  ",",
  "CC",
  "PRP",
  "VBZ",
  "RB",
  "JJ",
  "IN",
  "NNP",
  "NNP",
  "POS",
  "NN",
  "NNP",
  "NNP",
  "NNP",
  "NNP",
  "NNP",
  "NN",
  "VBZ",
  "RB",
  "RB",
  "VBN",
  "TO",
  "NN",
  "PRP$",
  "NN",
  "TO",
  "NN",
  "."
] | 
	[
  {
    "h": {
      "text": "Robert Mugabe",
      "start": 19,
      "end": 21,
      "type": "PERSON"
    },
    "t": {
      "text": "Zimbabwe",
      "start": 8,
      "end": 9,
      "type": "LOCATION"
    },
    "type": "/people/person/nationality"
  }
] | 
| 
	[
  "The",
  "West",
  "mostly",
  "ignored",
  "this",
  "war",
  ",",
  "more",
  "focused",
  "on",
  "Rwanda",
  ",",
  "Somalia",
  ",",
  "and",
  "Darfur",
  ",",
  "Sudan",
  "."
] | 
	[
  [
    "Darfur",
    "/location/administrative_division/country",
    "Sudan"
  ],
  [
    "Sudan",
    "/location/location/contains",
    "Darfur"
  ],
  [
    "Sudan",
    "/location/country/administrative_divisions",
    "Darfur"
  ]
] | 
	[
  "DT",
  "NNP",
  "RB",
  "VBD",
  "DT",
  "NN",
  ",",
  "RBR",
  "VBN",
  "IN",
  "NNP",
  ",",
  "NNP",
  ",",
  "CC",
  "NNP",
  ",",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Darfur",
      "start": 15,
      "end": 16,
      "type": "LOCATION"
    },
    "t": {
      "text": "Sudan",
      "start": 17,
      "end": 18,
      "type": "LOCATION"
    },
    "type": "/location/administrative_division/country"
  },
  {
    "h": {
      "text": "Sudan",
      "start": 17,
      "end": 18,
      "type": "LOCATION"
    },
    "t": {
      "text": "Darfur",
      "start": 15,
      "end": 16,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Sudan",
      "start": 17,
      "end": 18,
      "type": "LOCATION"
    },
    "t": {
      "text": "Darfur",
      "start": 15,
      "end": 16,
      "type": "LOCATION"
    },
    "type": "/location/country/administrative_divisions"
  }
] | 
| 
	[
  "In",
  "the",
  "East",
  ",",
  "there",
  "are",
  "the",
  "Gauley",
  "in",
  "West",
  "Virginia",
  "and",
  "the",
  "Upper",
  "Youghiogheny",
  "in",
  "Maryland",
  "."
] | 
	[
  [
    "West Virginia",
    "/location/location/contains",
    "Gauley"
  ]
] | 
	[
  "IN",
  "DT",
  "NNP",
  ",",
  "EX",
  "VBP",
  "DT",
  "NNP",
  "IN",
  "NNP",
  "NNP",
  "CC",
  "DT",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "West Virginia",
      "start": 9,
      "end": 11,
      "type": "LOCATION"
    },
    "t": {
      "text": "Gauley",
      "start": 7,
      "end": 8,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "Many",
  "white-water",
  "rivers",
  ",",
  "like",
  "the",
  "Chattooga",
  "River",
  "in",
  "Georgia",
  "or",
  "the",
  "mighty",
  "Penobscot",
  "in",
  "Maine",
  ",",
  "are",
  "described",
  "by",
  "paddlers",
  "who",
  "know",
  "them",
  "well",
  "as",
  "''",
  "drop-pool",
  "''",
  ":",
  "riding",
  "on",
  "them",
  ",",
  "you",
  "run",
  "a",
  "bevy",
  "of",
  "rapids",
  "and",
  "then",
  "float",
  "for",
  "a",
  "spell",
  "in",
  "a",
  "state",
  "of",
  "meditative",
  "bliss",
  "."
] | 
	[
  [
    "Maine",
    "/location/location/contains",
    "Penobscot"
  ]
] | 
	[
  "JJ",
  "JJ",
  "NNS",
  ",",
  "IN",
  "DT",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  "CC",
  "DT",
  "JJ",
  "NNP",
  "IN",
  "NNP",
  ",",
  "VBP",
  "VBN",
  "IN",
  "NNS",
  "WP",
  "VBP",
  "PRP",
  "RB",
  "IN",
  "''",
  "NN",
  "''",
  ":",
  "VBG",
  "IN",
  "PRP",
  ",",
  "PRP",
  "VBP",
  "DT",
  "NN",
  "IN",
  "NNS",
  "CC",
  "RB",
  "VB",
  "IN",
  "DT",
  "NN",
  "IN",
  "DT",
  "NN",
  "IN",
  "JJ",
  "NN",
  "."
] | 
	[
  {
    "h": {
      "text": "Maine",
      "start": 15,
      "end": 16,
      "type": "LOCATION"
    },
    "t": {
      "text": "Penobscot",
      "start": 13,
      "end": 14,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "ON",
  "the",
  "cloud-speckled",
  "morning",
  "of",
  "Oct.",
  "1",
  ",",
  "dozens",
  "of",
  "rafters",
  "stood",
  "near",
  "the",
  "end",
  "of",
  "a",
  "muddy",
  "road",
  "on",
  "the",
  "wooded",
  "outskirts",
  "of",
  "Robbinsville",
  ",",
  "a",
  "town",
  "in",
  "western",
  "North",
  "Carolina",
  ",",
  "waiting",
  "to",
  "run",
  "a",
  "river",
  "that",
  ",",
  "after",
  "decades",
  "of",
  "being",
  "dry",
  ",",
  "now",
  "comes",
  "back",
  "to",
  "life",
  "as",
  "a",
  "hard-charging",
  "flow",
  "of",
  "white",
  "water",
  "--",
  "set",
  "to",
  "a",
  "strict",
  "schedule",
  "."
] | 
	[
  [
    "North Carolina",
    "/location/location/contains",
    "Robbinsville"
  ]
] | 
	[
  "IN",
  "DT",
  "JJ",
  "NN",
  "IN",
  "NNP",
  "CD",
  ",",
  "NNS",
  "IN",
  "NNS",
  "VBD",
  "IN",
  "DT",
  "NN",
  "IN",
  "DT",
  "JJ",
  "NN",
  "IN",
  "DT",
  "JJ",
  "NNS",
  "IN",
  "NNP",
  ",",
  "DT",
  "NN",
  "IN",
  "JJ",
  "NNP",
  "NNP",
  ",",
  "VBG",
  "TO",
  "VB",
  "DT",
  "NN",
  "IN",
  ",",
  "IN",
  "NNS",
  "IN",
  "VBG",
  "JJ",
  ",",
  "RB",
  "VBZ",
  "RB",
  "TO",
  "NN",
  "IN",
  "DT",
  "NN",
  "NN",
  "IN",
  "JJ",
  "NN",
  ":",
  "VBN",
  "TO",
  "DT",
  "JJ",
  "NN",
  "."
] | 
	[
  {
    "h": {
      "text": "North Carolina",
      "start": 30,
      "end": 32,
      "type": "LOCATION"
    },
    "t": {
      "text": "Robbinsville",
      "start": 24,
      "end": 25,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "These",
  "are",
  "the",
  "so-called",
  "''",
  "milk",
  "runs",
  ",",
  "''",
  "dependable",
  "enough",
  "to",
  "plan",
  "vacations",
  "around",
  "and",
  ",",
  "with",
  "safety",
  "kept",
  "in",
  "mind",
  ",",
  "not",
  "too",
  "powerful",
  "for",
  "novices",
  ":",
  "the",
  "Ocoee",
  "River",
  "in",
  "Tennessee",
  ",",
  "the",
  "New",
  "River",
  "in",
  "West",
  "Virginia",
  ",",
  "the",
  "Arkansas",
  "River",
  "in",
  "Colorado",
  "."
] | 
	[
  [
    "Colorado",
    "/location/location/contains",
    "Arkansas River"
  ]
] | 
	[
  "DT",
  "VBP",
  "DT",
  "JJ",
  "''",
  "NN",
  "NNS",
  ",",
  "''",
  "JJ",
  "JJ",
  "TO",
  "VB",
  "NNS",
  "IN",
  "CC",
  ",",
  "IN",
  "NN",
  "VBD",
  "IN",
  "NN",
  ",",
  "RB",
  "RB",
  "JJ",
  "IN",
  "NNS",
  ":",
  "DT",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  ",",
  "DT",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  "NNP",
  ",",
  "DT",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Colorado",
      "start": 46,
      "end": 47,
      "type": "LOCATION"
    },
    "t": {
      "text": "Arkansas River",
      "start": 43,
      "end": 45,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "The",
  "two",
  "main",
  "candidates",
  "for",
  "governor",
  "of",
  "New",
  "York",
  "prepared",
  "yesterday",
  "for",
  "their",
  "second",
  "and",
  "final",
  "debate",
  ",",
  "with",
  "John",
  "Faso",
  "hoping",
  "tonight",
  "'s",
  "face-off",
  "will",
  "put",
  "a",
  "dent",
  "in",
  "the",
  "commanding",
  "lead",
  "held",
  "by",
  "Attorney",
  "General",
  "Eliot",
  "Spitzer",
  "."
] | 
	[
  [
    "Eliot Spitzer",
    "/business/person/company",
    "New York"
  ]
] | 
	[
  "DT",
  "CD",
  "JJ",
  "NNS",
  "IN",
  "NN",
  "IN",
  "NNP",
  "NNP",
  "JJ",
  "NN",
  "IN",
  "PRP$",
  "JJ",
  "CC",
  "JJ",
  "NN",
  ",",
  "IN",
  "NNP",
  "NNP",
  "VBG",
  "NN",
  "POS",
  "NN",
  "MD",
  "VB",
  "DT",
  "NN",
  "IN",
  "DT",
  "JJ",
  "NN",
  "VBN",
  "IN",
  "NNP",
  "NNP",
  "NNP",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Eliot Spitzer",
      "start": 37,
      "end": 39,
      "type": "PERSON"
    },
    "t": {
      "text": "New York",
      "start": 7,
      "end": 9,
      "type": "LOCATION"
    },
    "type": "/business/person/company"
  }
] | 
| 
	[
  "Seeking",
  "to",
  "bolster",
  "New",
  "Jersey",
  "'s",
  "battered",
  "image",
  ",",
  "the",
  "State",
  "Senate",
  "yesterday",
  "passed",
  "a",
  "bipartisan",
  "measure",
  "to",
  "create",
  "a",
  "New",
  "Jersey",
  "Hall",
  "of",
  "Fame",
  "at",
  "the",
  "Meadowlands",
  "Complex",
  "in",
  "Bergen",
  "County",
  ".",
  "''"
] | 
	[
  [
    "New Jersey",
    "/location/location/contains",
    "Bergen County"
  ]
] | 
	[
  "VBG",
  "TO",
  "VB",
  "NNP",
  "NNP",
  "POS",
  "JJ",
  "NN",
  ",",
  "DT",
  "NNP",
  "NNP",
  "NN",
  "VBD",
  "DT",
  "JJ",
  "NN",
  "TO",
  "VB",
  "DT",
  "NNP",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  "IN",
  "DT",
  "NNPS",
  "NN",
  "IN",
  "NNP",
  "NNP",
  ".",
  "''"
] | 
	[
  {
    "h": {
      "text": "New Jersey",
      "start": 3,
      "end": 5,
      "type": "LOCATION"
    },
    "t": {
      "text": "Bergen County",
      "start": 30,
      "end": 32,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "The",
  "state",
  "comptroller",
  "'s",
  "office",
  "and",
  "Nassau",
  "County",
  "prosecutors",
  "said",
  "Thursday",
  "that",
  "they",
  "have",
  "begun",
  "a",
  "new",
  "investigation",
  "of",
  "misspending",
  "in",
  "the",
  "affluent",
  "Roslyn",
  "school",
  "district",
  ",",
  "where",
  "three",
  "former",
  "officials",
  "are",
  "charged",
  "with",
  "spending",
  "millions",
  "in",
  "school",
  "funds",
  "on",
  "luxury",
  "homes",
  ",",
  "cars",
  ",",
  "food",
  "and",
  "vacations",
  "."
] | 
	[
  [
    "Nassau County",
    "/location/location/contains",
    "Roslyn"
  ]
] | 
	[
  "DT",
  "NN",
  "NN",
  "POS",
  "NN",
  "CC",
  "NNP",
  "NNP",
  "NNS",
  "VBD",
  "NNP",
  "IN",
  "PRP",
  "VBP",
  "VBN",
  "DT",
  "JJ",
  "NN",
  "IN",
  "NN",
  "IN",
  "DT",
  "JJ",
  "NNP",
  "NN",
  "NN",
  ",",
  "WRB",
  "CD",
  "JJ",
  "NNS",
  "VBP",
  "VBN",
  "IN",
  "NN",
  "NNS",
  "IN",
  "NN",
  "NNS",
  "IN",
  "NN",
  "NNS",
  ",",
  "NNS",
  ",",
  "NN",
  "CC",
  "NNS",
  "."
] | 
	[
  {
    "h": {
      "text": "Nassau County",
      "start": 6,
      "end": 8,
      "type": "LOCATION"
    },
    "t": {
      "text": "Roslyn",
      "start": 23,
      "end": 24,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "This",
  "is",
  "the",
  "punching-bag",
  "beat",
  "of",
  "American",
  "journalism",
  ",",
  "''",
  "said",
  "David",
  "E.",
  "Sanger",
  ",",
  "who",
  "has",
  "covered",
  "the",
  "Bush",
  "administration",
  "since",
  "its",
  "inception",
  "for",
  "The",
  "New",
  "York",
  "Times",
  ".",
  "''"
] | 
	[
  [
    "David E. Sanger",
    "/business/person/company",
    "The New York Times"
  ]
] | 
	[
  "DT",
  "VBZ",
  "DT",
  "NN",
  "NN",
  "IN",
  "JJ",
  "NN",
  ",",
  "''",
  "VBD",
  "NNP",
  "NNP",
  "NNP",
  ",",
  "WP",
  "VBZ",
  "VBN",
  "DT",
  "NNP",
  "NN",
  "IN",
  "PRP$",
  "NN",
  "IN",
  "DT",
  "NNP",
  "NNP",
  "NNP",
  ".",
  "''"
] | 
	[
  {
    "h": {
      "text": "David E. Sanger",
      "start": 11,
      "end": 14,
      "type": "PERSON"
    },
    "t": {
      "text": "The New York Times",
      "start": 25,
      "end": 29,
      "type": "ORGANIZATION"
    },
    "type": "/business/person/company"
  }
] | 
| 
	[
  "Robert",
  "Scoble",
  ",",
  "a",
  "technology",
  "executive",
  ",",
  "was",
  "on",
  "a",
  "flight",
  "from",
  "Northern",
  "California",
  "to",
  "Seattle",
  "when",
  "he",
  "found",
  "himself",
  "seated",
  "next",
  "to",
  "a",
  "vice",
  "president",
  "for",
  "Costco",
  "."
] | 
	[
  [
    "Costco",
    "/business/company/place_founded",
    "Seattle"
  ]
] | 
	[
  "NNP",
  "NNP",
  ",",
  "DT",
  "NN",
  "NN",
  ",",
  "VBD",
  "IN",
  "DT",
  "NN",
  "IN",
  "NNP",
  "NNP",
  "TO",
  "NNP",
  "WRB",
  "PRP",
  "VBD",
  "PRP",
  "VBN",
  "JJ",
  "TO",
  "DT",
  "NN",
  "NN",
  "IN",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Costco",
      "start": 27,
      "end": 28,
      "type": "ORGANIZATION"
    },
    "t": {
      "text": "Seattle",
      "start": 15,
      "end": 16,
      "type": "LOCATION"
    },
    "type": "/business/company/place_founded"
  }
] | 
| 
	[
  "Other",
  "flights",
  "between",
  "San",
  "Jose",
  "and",
  "Seattle",
  ",",
  "Boston",
  "and",
  "Washington",
  "qualify",
  "for",
  "the",
  "''",
  "nerd",
  "''",
  "moniker",
  ",",
  "said",
  "an",
  "American",
  "Airlines",
  "spokesman",
  ",",
  "Tim",
  "Smith",
  "."
] | 
	[
  [
    "Washington",
    "/location/location/contains",
    "Seattle"
  ]
] | 
	[
  "JJ",
  "NNS",
  "IN",
  "NNP",
  "NNP",
  "CC",
  "NNP",
  ",",
  "NNP",
  "CC",
  "NNP",
  "VB",
  "IN",
  "DT",
  "''",
  "NN",
  "''",
  "NN",
  ",",
  "VBD",
  "DT",
  "NNP",
  "NNPS",
  "NN",
  ",",
  "NNP",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Washington",
      "start": 10,
      "end": 11,
      "type": "LOCATION"
    },
    "t": {
      "text": "Seattle",
      "start": 6,
      "end": 7,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "So",
  "it",
  "is",
  "with",
  "Muhammad",
  "Ali",
  "and",
  "Louisville",
  "."
] | 
	[
  [
    "Muhammad Ali",
    "/people/person/place_of_birth",
    "Louisville"
  ]
] | 
	[
  "IN",
  "PRP",
  "VBZ",
  "IN",
  "NNP",
  "NNP",
  "CC",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Muhammad Ali",
      "start": 4,
      "end": 6,
      "type": "PERSON"
    },
    "t": {
      "text": "Louisville",
      "start": 7,
      "end": 8,
      "type": "LOCATION"
    },
    "type": "/people/person/place_of_birth"
  }
] | 
| 
	[
  "This",
  "year",
  "'s",
  "Chefs",
  "at",
  "Sea",
  "will",
  "include",
  "Ed",
  "Brown",
  "of",
  "Manhattan",
  "'s",
  "Sea",
  "Grill",
  ";",
  "Govind",
  "Armstrong",
  "of",
  "Table",
  "8",
  "in",
  "Los",
  "Angeles",
  ";",
  "Carey",
  "Savona",
  ",",
  "the",
  "executive",
  "chef",
  "of",
  "Lucca",
  "at",
  "the",
  "Boca",
  "Raton",
  "Resort",
  "and",
  "Spa",
  ";",
  "Jim",
  "Botsacos",
  ",",
  "the",
  "executive",
  "chef",
  "of",
  "Molyvos",
  "in",
  "New",
  "York",
  ",",
  "and",
  "Geoffrey",
  "Zakarian",
  "from",
  "Town",
  "Restaurant",
  "in",
  "New",
  "York",
  "."
] | 
	[
  [
    "New York",
    "/location/location/contains",
    "Manhattan"
  ],
  [
    "New York",
    "/location/location/contains",
    "Manhattan"
  ]
] | 
	[
  "DT",
  "NN",
  "POS",
  "NNS",
  "IN",
  "NNP",
  "MD",
  "VB",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  "POS",
  "NNP",
  "NNP",
  ":",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  "CD",
  "IN",
  "NNP",
  "NNP",
  ":",
  "NNP",
  "NNP",
  ",",
  "DT",
  "NN",
  "NN",
  "IN",
  "NNP",
  "IN",
  "DT",
  "NNP",
  "NNP",
  "NNP",
  "CC",
  "NNP",
  ":",
  "NNP",
  "NNP",
  ",",
  "DT",
  "NN",
  "NN",
  "IN",
  "NNP",
  "IN",
  "NNP",
  "NNP",
  ",",
  "CC",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "New York",
      "start": 50,
      "end": 52,
      "type": "LOCATION"
    },
    "t": {
      "text": "Manhattan",
      "start": 11,
      "end": 12,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "New York",
      "start": 50,
      "end": 52,
      "type": "LOCATION"
    },
    "t": {
      "text": "Manhattan",
      "start": 11,
      "end": 12,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "It",
  "is",
  "practically",
  "an",
  "article",
  "of",
  "faith",
  "in",
  "Louisiana",
  "that",
  "if",
  "the",
  "state",
  "'s",
  "marshes",
  "had",
  "not",
  "been",
  "allowed",
  "to",
  "deteriorate",
  "over",
  "the",
  "years",
  ",",
  "New",
  "Orleans",
  "and",
  "other",
  "flooded",
  "areas",
  "would",
  "have",
  "been",
  "preserved",
  "from",
  "the",
  "devastation",
  "of",
  "Hurricane",
  "Katrina",
  "."
] | 
	[
  [
    "Louisiana",
    "/location/location/contains",
    "New Orleans"
  ]
] | 
	[
  "PRP",
  "VBZ",
  "RB",
  "DT",
  "NN",
  "IN",
  "NN",
  "IN",
  "NNP",
  "IN",
  "IN",
  "DT",
  "NN",
  "POS",
  "NNS",
  "VBD",
  "RB",
  "VBN",
  "VBN",
  "TO",
  "VB",
  "IN",
  "DT",
  "NNS",
  ",",
  "NNP",
  "NNP",
  "CC",
  "JJ",
  "VBN",
  "NNS",
  "MD",
  "VB",
  "VBN",
  "VBN",
  "IN",
  "DT",
  "NN",
  "IN",
  "NNP",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Louisiana",
      "start": 8,
      "end": 9,
      "type": "LOCATION"
    },
    "t": {
      "text": "New Orleans",
      "start": 25,
      "end": 27,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  }
] | 
| 
	[
  "Correction",
  ":",
  "May",
  "27",
  ",",
  "2006",
  ",",
  "Saturday",
  "An",
  "obituary",
  "yesterday",
  "about",
  "James",
  "W.",
  "Carey",
  ",",
  "a",
  "scholar",
  "of",
  "communications",
  "theory",
  "at",
  "the",
  "Graduate",
  "School",
  "of",
  "Journalism",
  "at",
  "Columbia",
  "University",
  ",",
  "misstated",
  "the",
  "length",
  "of",
  "the",
  "more",
  "academically",
  "rigorous",
  "master",
  "'s",
  "degree",
  "program",
  "he",
  "helped",
  "to",
  "develop",
  "."
] | 
	[
  [
    "James W. Carey",
    "/business/person/company",
    "Columbia University"
  ]
] | 
	[
  "NN",
  ":",
  "NNP",
  "CD",
  ",",
  "CD",
  ",",
  "NNP",
  "DT",
  "JJ",
  "NN",
  "IN",
  "NNP",
  "NNP",
  "NNP",
  ",",
  "DT",
  "NN",
  "IN",
  "NNS",
  "NN",
  "IN",
  "DT",
  "NNP",
  "NNP",
  "IN",
  "NNP",
  "IN",
  "NNP",
  "NNP",
  ",",
  "VBD",
  "DT",
  "NN",
  "IN",
  "DT",
  "JJR",
  "RB",
  "JJ",
  "NN",
  "POS",
  "NN",
  "NN",
  "PRP",
  "VBD",
  "TO",
  "VB",
  "."
] | 
	[
  {
    "h": {
      "text": "James W. Carey",
      "start": 12,
      "end": 15,
      "type": "PERSON"
    },
    "t": {
      "text": "Columbia University",
      "start": 28,
      "end": 30,
      "type": "ORGANIZATION"
    },
    "type": "/business/person/company"
  }
] | 
| 
	[
  "Correction",
  ":",
  "May",
  "31",
  ",",
  "2006",
  ",",
  "Wednesday",
  "An",
  "obituary",
  "on",
  "Friday",
  "about",
  "James",
  "W.",
  "Carey",
  ",",
  "a",
  "scholar",
  "of",
  "communications",
  ",",
  "misstated",
  "the",
  "year",
  "he",
  "left",
  "the",
  "College",
  "of",
  "Communications",
  "at",
  "the",
  "University",
  "of",
  "Illinois",
  ",",
  "where",
  "he",
  "was",
  "dean",
  ",",
  "to",
  "become",
  "a",
  "professor",
  "at",
  "Columbia",
  "University",
  "."
] | 
	[
  [
    "James W. Carey",
    "/business/person/company",
    "Columbia University"
  ]
] | 
	[
  "NN",
  ":",
  "NNP",
  "CD",
  ",",
  "CD",
  ",",
  "NNP",
  "DT",
  "NN",
  "IN",
  "NNP",
  "IN",
  "NNP",
  "NNP",
  "NNP",
  ",",
  "DT",
  "NN",
  "IN",
  "NNS",
  ",",
  "VBD",
  "DT",
  "NN",
  "PRP",
  "VBD",
  "DT",
  "NNP",
  "IN",
  "NNPS",
  "IN",
  "DT",
  "NNP",
  "IN",
  "NNP",
  ",",
  "WRB",
  "PRP",
  "VBD",
  "NN",
  ",",
  "TO",
  "VB",
  "DT",
  "NN",
  "IN",
  "NNP",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "James W. Carey",
      "start": 13,
      "end": 16,
      "type": "PERSON"
    },
    "t": {
      "text": "Columbia University",
      "start": 47,
      "end": 49,
      "type": "ORGANIZATION"
    },
    "type": "/business/person/company"
  }
] | 
| 
	[
  "James",
  "W.",
  "Carey",
  ",",
  "a",
  "respected",
  "communications",
  "theorist",
  "whose",
  "intellectual",
  "acrobatics",
  "added",
  "heft",
  "to",
  "the",
  "practical",
  "education",
  "of",
  "journalists",
  "at",
  "Columbia",
  "University",
  ",",
  "died",
  "on",
  "Tuesday",
  "at",
  "his",
  "home",
  "in",
  "Wakefield",
  ",",
  "R.I",
  ".",
  "He",
  "was",
  "71",
  "."
] | 
	[
  [
    "James W. Carey",
    "/business/person/company",
    "Columbia University"
  ]
] | 
	[
  "NNP",
  "NNP",
  "NNP",
  ",",
  "DT",
  "JJ",
  "NNS",
  "NN",
  "WP$",
  "JJ",
  "NNS",
  "VBD",
  "NN",
  "TO",
  "DT",
  "JJ",
  "NN",
  "IN",
  "NNS",
  "IN",
  "NNP",
  "NNP",
  ",",
  "VBD",
  "IN",
  "NNP",
  "IN",
  "PRP$",
  "NN",
  "IN",
  "NNP",
  ",",
  "NNP",
  ".",
  "PRP",
  "VBD",
  "CD",
  "."
] | 
	[
  {
    "h": {
      "text": "James W. Carey",
      "start": 0,
      "end": 3,
      "type": "PERSON"
    },
    "t": {
      "text": "Columbia University",
      "start": 20,
      "end": 22,
      "type": "ORGANIZATION"
    },
    "type": "/business/person/company"
  }
] | 
| 
	[
  "He",
  "was",
  "inspired",
  "by",
  "John",
  "Dewey",
  "and",
  "other",
  "early",
  "sociologists",
  "at",
  "the",
  "University",
  "of",
  "Chicago",
  "who",
  "saw",
  "the",
  "mind",
  "and",
  "its",
  "formation",
  "as",
  "a",
  "communal",
  ",",
  "or",
  "cultural",
  ",",
  "process",
  "."
] | 
	[
  [
    "John Dewey",
    "/business/person/company",
    "University of Chicago"
  ]
] | 
	[
  "PRP",
  "VBD",
  "VBN",
  "IN",
  "NNP",
  "NNP",
  "CC",
  "JJ",
  "JJ",
  "NNS",
  "IN",
  "DT",
  "NNP",
  "IN",
  "NNP",
  "WP",
  "VBD",
  "DT",
  "NN",
  "CC",
  "PRP$",
  "NN",
  "IN",
  "DT",
  "JJ",
  ",",
  "CC",
  "JJ",
  ",",
  "NN",
  "."
] | 
	[
  {
    "h": {
      "text": "John Dewey",
      "start": 4,
      "end": 6,
      "type": "PERSON"
    },
    "t": {
      "text": "University of Chicago",
      "start": 12,
      "end": 15,
      "type": "ORGANIZATION"
    },
    "type": "/business/person/company"
  }
] | 
| 
	[
  "Each",
  "had",
  "a",
  "contract",
  "that",
  "expired",
  "at",
  "midnight",
  "Monday",
  ",",
  "but",
  "as",
  "the",
  "witching",
  "hour",
  "approached",
  ",",
  "Brian",
  "Cashman",
  "was",
  "trick-or-treating",
  "with",
  "his",
  "young",
  "children",
  "at",
  "home",
  "in",
  "Connecticut",
  ",",
  "his",
  "workday",
  "with",
  "the",
  "Yankees",
  "complete",
  ";",
  "Theo",
  "Epstein",
  "was",
  "resigning",
  "from",
  "the",
  "job",
  "he",
  "had",
  "once",
  "dreamed",
  "of",
  "having",
  "in",
  "Boston",
  "."
] | 
	[
  [
    "Theo Epstein",
    "/people/person/place_lived",
    "Boston"
  ]
] | 
	[
  "DT",
  "VBD",
  "DT",
  "NN",
  "WDT",
  "VBD",
  "IN",
  "NN",
  "NNP",
  ",",
  "CC",
  "IN",
  "DT",
  "NN",
  "NN",
  "VBD",
  ",",
  "NNP",
  "NNP",
  "VBD",
  "VBG",
  "IN",
  "PRP$",
  "JJ",
  "NNS",
  "IN",
  "NN",
  "IN",
  "NNP",
  ",",
  "PRP$",
  "NN",
  "IN",
  "DT",
  "NNPS",
  "JJ",
  ":",
  "NNP",
  "NN",
  "VBD",
  "VBG",
  "IN",
  "DT",
  "NN",
  "PRP",
  "VBD",
  "RB",
  "VBN",
  "IN",
  "VBG",
  "IN",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Theo Epstein",
      "start": 37,
      "end": 39,
      "type": "PERSON"
    },
    "t": {
      "text": "Boston",
      "start": 51,
      "end": 52,
      "type": "LOCATION"
    },
    "type": "/people/person/place_lived"
  }
] | 
| 
	[
  "Most",
  "of",
  "the",
  "nearly",
  "250,000",
  "West",
  "Bank",
  "settlers",
  "would",
  "be",
  "protected",
  "by",
  "the",
  "barrier",
  ",",
  "as",
  "well",
  "as",
  "Israelis",
  "living",
  "in",
  "East",
  "Jerusalem",
  ",",
  "which",
  "has",
  "been",
  "annexed",
  "by",
  "Israel",
  "."
] | 
	[
  [
    "Israel",
    "/location/location/contains",
    "West Bank"
  ],
  [
    "Israel",
    "/location/country/capital",
    "East Jerusalem"
  ]
] | 
	[
  "JJS",
  "IN",
  "DT",
  "RB",
  "CD",
  "NNP",
  "NNP",
  "NNS",
  "MD",
  "VB",
  "VBN",
  "IN",
  "DT",
  "NN",
  ",",
  "RB",
  "RB",
  "IN",
  "NNPS",
  "VBG",
  "IN",
  "NNP",
  "NNP",
  ",",
  "WDT",
  "VBZ",
  "VBN",
  "VBN",
  "IN",
  "NNP",
  "."
] | 
	[
  {
    "h": {
      "text": "Israel",
      "start": 29,
      "end": 30,
      "type": "LOCATION"
    },
    "t": {
      "text": "West Bank",
      "start": 5,
      "end": 7,
      "type": "LOCATION"
    },
    "type": "/location/location/contains"
  },
  {
    "h": {
      "text": "Israel",
      "start": 29,
      "end": 30,
      "type": "LOCATION"
    },
    "t": {
      "text": "East Jerusalem",
      "start": 21,
      "end": 23,
      "type": "LOCATION"
    },
    "type": "/location/country/capital"
  }
] | 
			Subsets and Splits
				
	
				
			
				
No community queries yet
The top public SQL queries from the community will appear here once available.
