
	{
		"@context": ["http://ontology.commonapproach.org/contexts/cidsPrefix.json",
		{
			"hasAddressType" : {
				"@id": "ic:hasAddressType",
				"@type": "ic:AddressType"
			},
			"hasStreetNumber": {
				"@id": "ic:hasStreetNumber",
				"@type": "xsd:nonNegativeInteger"
			},
			"hasStreetType": {
				"@id": "ic:hasStreetType",
              	"@type": "ic:StreetType"
			},
			"hasStreetDirection": {
				"@id": "ic:hasStreetDirection",
              	"@type": "ic:StreetDirection"
			},
			"hasUnitNumber": {
				"@id": "ic:hasUnitNumber",
              	"@type": "xsd:nonNegativeInteger"
			},
			"hasPostalBox": {
				"@id": "ic:hasPostalBox",
              	"@type": "xsd:string"
			},
			"hasBuilding": {
				"@id": "ic:hasBuilding",
              	"@type": "xsd:string"
			},
			"hasCitySection": {
				"@id": "ic:hasCitySection",
              	"@type": "xsd:string"
			},
			"hasCity": {
				"@id": "ic:hasCity",
              	"@type": "sch:City"
			},
			"hasProvince": {
				"@id": "ic:hasProvince",
              	"@type": "sch:State"
			},
			"hasPostalCode": {
				"@id": "ic:hasPostalCode",
              	"@type": "xsd:string"
			},
			"hasCountry": {
				"@id": "ic:hasCountry",
              	"@type": "sch:Country"
			},
			"lat": {
				"@id": "wgs84:lat",
              	"@type": "xsd:decimal"
			},
			"long": {
				"@id": "wgs84:long",
              	"@type": "xsd:decimal"
			}
			
		}]
	}
