wsmlVariant _"http://www.wsmo.org/wsml/wsml-syntax/wsml-flight" namespace {_"http://tripcom.org/ontologies/EDI/Address#", edi _"http://tripcom.org/ontologies/EDI/EDI_Format#", cyc _"http://sw.cyc.com/2006/07/27/cyc/#", dc _"http://purl.org/dc/elements/1.1#" } ontology _"http://tripcom.org/ontologies/EDI/Address" nonFunctionalProperties dc#title hasValue "Address" dc#subject hasValue "Address" dc#description hasValue "Address" dc#contributor hasValue { _"http://foxvog.org/doug/" } dc#date hasValue "2008-04-14" dc#type hasValue _"http://www.wsmo.org/2004/d2/v1.0/#ontologies" dc#format hasValue "text/plain" dc#language hasValue "en-US" dc#rights hasValue _"http://www.deri.org/privacy.html" version hasValue "$Revision: 1.3 $" endNonFunctionalProperties concept cyc#Individual concept cyc#TemporalThing subConceptOf cyc#Individual concept cyc#SomethingExisting subConceptOf cyc#TemporalThing concept cyc#SpatialThing subConceptOf cyc#Individual concept cyc#PartiallyTangible subConceptOf {cyc#SomethingExisting, cyc#SpatialThing} concept cyc#ContactLocation subConceptOf cyc#PartiallyTangible concept cyc#MailingLocation subConceptOf cyc#ContactLocation concept cyc#GeographicalRegion subConceptOf cyc#PartiallyTangible concept cyc#Artifact subConceptOf cyc#PartiallyTangible concept cyc#FixedStructure subConceptOf cyc#Artifact concept cyc#Roadway subConceptOf {cyc#FixedStructure, cyc#GeographicalRegion} concept cyc#NamedRoadway subConceptOf cyc#Roadway concept cyc#LegalAgent subConceptOf cyc#SomethingExisting concept cyc#GeopoliticalEntity subConceptOf cyc#LegalAgent concept cyc#City subConceptOf cyc#GeopoliticalEntity relation cyc#cityOfAddress ( ofType cyc#ContactLocation, ofType cyc#City) nonFunctionalProperties dc#description hasValue "cityOfAddress(ADD, CITY) means that the address ADD is found in the territory of the City CITY." endNonFunctionalProperties relation cyc#countryOfAddress ( ofType cyc#ContactLocation, ofType cyc#City) nonFunctionalProperties dc#description hasValue "countyOfAddress(ADD, COUNTRY) means that the address ADD is found in the territory of the Country COUNTRY." endNonFunctionalProperties relation cyc#addressText ( ofType cyc#ContactLocation, ofType _string) nonFunctionalProperties dc#description hasValue "addressText (ADD, TEXT) means that the address ADD has the text TEXT as a possible text. TEXT may or may not include the country, subnational division (e.g., province), or city name." endNonFunctionalProperties relation cyc#stateOfAddress ( ofType cyc#ContactLocation, ofType cyc#GeopoliticalEntity) nonFunctionalProperties dc#description hasValue "stateOfAddress (ADD, STATE) means that the address ADD is found in the territory of the country subdivision STATE. STATE may be a state, province, county, autonomous region, external territory, or other similar subdivision." endNonFunctionalProperties relation cyc#postalCodeOfAddress ( ofType cyc#ContactLocation, ofType _string) nonFunctionalProperties dc#description hasValue "postalCodeOfAddress (ADD, PCODE) means that the address ADD has the postal code PCODE." endNonFunctionalProperties relation cyc#streetOfAddress ( ofType cyc#ContactLocation, ofType cyc#NamedRoadway) nonFunctionalProperties dc#description hasValue "streetOfAddress(ADD, STREET) means that the address ADD is specified as being located on the roadway, STREET." endNonFunctionalProperties relation cyc#streetNameText ( ofType cyc#ContactLocation, ofType _string) nonFunctionalProperties dc#description hasValue "streetNameText (ADD, STREET_NAME) means that the address ADD is specified as being located on the roadway named STREET_NAME." endNonFunctionalProperties relation cyc#streetAddressText ( ofType cyc#ContactLocation, ofType _string) nonFunctionalProperties dc#description hasValue "streetAddressText (ADD, TEXT) means that the address ADD has the local street address represented by the text, TEXT. TEXT does not include the city (or any larger polity) name. TEXT may not be a post office box designator." endNonFunctionalProperties relation cyc#poBoxNumber ( ofType cyc#ContactLocation, ofType _string) nonFunctionalProperties dc#description hasValue "poBoxNumber (ADD, NUM) means that the address ADD is an alphanumeric post office box designator. NUM does not include the city (or any larger polity) name" endNonFunctionalProperties relation cyc#pointsOfContact ( ofType cyc#LegalAgent, ofType cyc#ContactLocation) nonFunctionalProperties dc#description hasValue "pointsOfContact (AGENT, CONTACT_INFO) means that AGENT can be contacted at CONTACT_INFO, which may be a mailing address, a phone number, an email address, etc." endNonFunctionalProperties relation partysAddress ( ofType cyc#LegalAgent, ofType cyc#MailingLocation) subRelationOf cyc#pointsOfContact nonFunctionalProperties dc#description hasValue "partysAddress (AGENT, ADD) means that AGENT has the address, ADD. This may be a complete address, or a local address without the city, province, and/or country identified." endNonFunctionalProperties