{
	types: {
    "Poem" : {
        pluralLabel: "Poems"
    },
		"Place" : {
				pluralLabel: "Places"
		}
	},
	
	properties: {
      "location" : {
          valueType: "item"
      }
  },

  "items" : [
        {   
						type :			"Place",
						label :				"Ye",		
						description :	"Linzhang county, Henan",
						latlng		: 	"36.230427,114.351196"				
				},
				{   
						type :				"Place",
						label :				"Handan",		
						description :	"Just NW of modern Handan, Hebei",
						latlng		: 	"36.644457,114.427414"				
				},
				{   
						type :				"Place",
						label :				"Taihang Mountains",
						description :	"Along the Hebei/Henan border at Jiyuan county",
						latlng		: 	"36.567012,113.648071"				
				},
				{
					type : 					"Place",
					label : 				"Xu",
					description : 	"Site of Han capital under Cao Cao",
					latlng : 				"34.0100,113.8100"
				},
				
				{
					type : 					"Place",
					label : 				"Luoyang",
					description : 	"Site of Wei Capital",
					latlng : 				"34.66528,112.38263"
				},
				
				{
					type : 					"Place",
					label : 				"Juancheng",
					description : 	"Cao Zhi briefly served as Marquis",
					latlng : 				"35.55000,115.50000"
				},
				
				{
					type : 					"Place",
					label : 				"Linzi",
					description : 	"Cao Zhi briefly served as Marquis",
					latlng : 				"36.79609,118.515015"
				},
				
				{
					type : 					"Place",
					label : 				"Yongqiu",
					description : 	"Cao Zhi briefly served as Marquis",
					latlng : 				"34.49000,114.76000"
				},
				
				
				{   
						type :				"Event",
						label :				"Cao Zhi Marquis of Pingyuan",
						"start-time" :	"0211-00-00",
						"end-time" :		"0212-12-30",	
						location :		"Ye",
						timeline : "Cao Zhi"
				},	
				{   
						type :				"Event",
						label :				"Cao's living in Ye",
						"start-time" :	"0205-00-00",
						"end-time" :		"0215-00-00",
						location :		"Ye",
						timeline : "Wei History"
				},
				
				{   
						type :				"Event",
						label :				"Cao Zhi's second daughter",
						"start-time" :	"0218-10-00",
						"end-time" :		"0219-05-00",
						location :		"Ye",
						timeline : "Cao Zhi"
				},
				
				{   
						type :				"Event",
						label :				"Ye epidemic",
						"start-time" :	"0217-00-00",
						location :		"Ye",
						timeline : "Wei History"
				},
				
				{   
						type :				"Event",
						label :				"Cao Pi as Emperor",
						"start-time" :	"0220-10-00",
						"end-time" :		"0225-00-00",
						location :		"Ye",
						timeline : "Wei History"
				},
				
				{   
						type :				"Event",
						label :				"Cao Cao 'receives' the emperor",
						"start-time" :	"0196-00-00",
						description : "Cao Cao takes control of the Emperor and moves him to Xu (modern Xuchang).",
						location :		"Xu",
						timeline : 		"Wei History"
				},
						
				{   
						type :				"Event",
						label :				"Cao Zhi Marqius of Linzi",
						"start-time" :	"0213-00-00",
						"end-time" :		"0221-00-00",
						location :		"Linzi",
						description : "There is debate whether Zhi ever actually lived at his fief",
						timeline : "Cao Zhi"
				},
				
				{   
						type :				"Event",
						label :				"Cao Zhi Marqius of Anxiang",
						"start-time" :	"0221-00-00",
						"end-time" :		"0221-10-00",
						description : "This was an empty title; Cao lived in Luoyang.",
						location :		"Luoyang",
						timeline : "Cao Zhi"
				},
				
				{   
						type :				"Event",
						label :				"Outing at West Park",
						"start-time" :	"0212-03-00",
						description : "This is the famous occasion of the dedication of Bronze Bird Terrace and the composition of Zhi's <i>Deng tai fu</i>.",
						location :		"Ye",
						timeline : "Cao Zhi"
				},
				
				{   
						type :				"Event",
						label :				"Cao Zhi Marquis of Juancheng",
						"start-time" :	"0221-10-00",
						"end-time" :		"0223-00-00",
						description : "After being slandered, Zhi defended himself to the Emperor and was eventually promoted to this position, with 2500 household income.",
						location :		"Juancheng",
						timeline : "Cao Zhi"
				},
				
				{   
						type :				"Event",
						label :				"Cao Zhi Marquis of Yongqiu",
						"start-time" :	"0223-00-00",
						"end-time" :		"0223-00-00",
						description : "After being slandered, Zhi defended himself to the Emperor and was eventually promoted to this position, with 2500 household income.",
						location :		"Yongqiu",
						timeline : "Cao Zhi"
				},
				
				{   
						type :				"Event",
						label :				"Cao Zhang dies",
						"start-time" :	"0223-07-00",
						description : "Family gathered for 'Season Ethers' when Zhang dies. Cao Zhi and Biao return home separately.",
						location :		"Luoyang",
						timeline : "Wei History"
				}
				
				
				
		]
}