
	{
		"@context": ["http://ontology.commonapproach.org/contexts/cidsPrefix.json",
		{
			"hasCountryCode" : {
				"@id": "ic:hasCountryCode",
				"@type": "xsd:nonNegativeInteger"
			},
			"hasAreaCode": {
				"@id": "ic:hasAreaCode",
				"@type": "xsd:nonNegativeInteger"
			},
			"hasPhoneNumber": {
				"@id": "ic:hasPhoneNumber",
              	"@type": "xsd:nonNegativeInteger"
			} ,
			"hasPhoneType": {
				"@id": "ic:hasPhoneType",
              	"@type": "ic:PhoneType"
			}			
		}]
	}
