@prefix on: <https://test.uncefact.org/vocabulary/object-nature/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ts: <https://test.uncefact.org/vocabulary/term-status/> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .
@prefix unece-mod: <https://test.uncefact.org/vocabulary/module/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

unece:additionalStreetName a owl:DatatypeProperty ;
    rdfs:label "additional street name"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The additional name of a street, expressed as text, for this trade address."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:addressCountry a owl:ObjectProperty ;
    rdfs:label "country"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:addressCountry ;
    skos:definition "The country of an address, as an ISO 3166-1 code."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes unece:country-id ;
    unece:termStatus ts:proposed .

unece:addressLocality a owl:DatatypeProperty ;
    rdfs:label "locality"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The locality (city or town) of an address."@en ;
    skos:exactMatch schema:addressLocality ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:addressRegion a owl:DatatypeProperty ;
    rdfs:label "region"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The region (state, province or country subdivision) of an address."@en ;
    skos:exactMatch schema:addressRegion ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:addressTypeCode a owl:ObjectProperty ;
    rdfs:label "address type code"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A code specifying the type of this trade address, such as business address or home address."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes unece:address-type-code-list ;
    unece:termStatus ts:proposed .

unece:attentionOf a owl:DatatypeProperty ;
    rdfs:label "attention of"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The name, expressed as text, of a person or department in the organization to whom incoming mail is marked with words such as 'for the attention of' or 'FAO' or 'ATTN' for this trade address."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:buildingName a owl:DatatypeProperty ;
    rdfs:label "building name"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The building name of an address."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:buildingNumber a owl:DatatypeProperty ;
    rdfs:label "building number"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The building number, expressed as text, in this trade address."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:careOf a owl:DatatypeProperty ;
    rdfs:label "care of"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The name, expressed as text, of a person or organization at this trade address to whom incoming mail is marked with words such as 'care of' or 'C/O'."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:citySubDivisionName a owl:DatatypeProperty ;
    rdfs:label "city sub division name"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A name, expressed as text, of a sub-division of a city for this trade address, for example a district or borough."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:departmentName a owl:DatatypeProperty ;
    rdfs:label "department name"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A name, expressed as text, of the department to which this trade contact belongs within an organization."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:freeForm a owl:DatatypeProperty ;
    rdfs:label "free form"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A free form representation, expressed as text, of this trade address."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:geoCoordinate a owl:ObjectProperty ;
    rdfs:label "geo coordinate identification geographical coordinate"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "An identification of a set of geographical coordinates for this trade address."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes unece:Coordinate ;
    unece:termStatus ts:proposed .

unece:lineFive a owl:DatatypeProperty ;
    rdfs:label "line five"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The fifth free form line, expressed as text, of this financial institution address."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:lineFour a owl:DatatypeProperty ;
    rdfs:label "line four"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The fourth free form line, expressed as text, of this financial institution address."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:lineOne a owl:DatatypeProperty ;
    rdfs:label "line one"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The first free form line, expressed as text, of this financial institution address."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:lineThree a owl:DatatypeProperty ;
    rdfs:label "line three"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The third free form line, expressed as text, of this financial institution address."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:lineTwo a owl:DatatypeProperty ;
    rdfs:label "line two"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The second free form line, expressed as text, of this financial institution address."@en ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:postOfficeBoxNumber a owl:DatatypeProperty ;
    rdfs:label "post office box number"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The post office box number of an address."@en ;
    skos:exactMatch schema:postOfficeBoxNumber ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:postalCode a owl:DatatypeProperty ;
    rdfs:label "postal code"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The postal code of an address."@en ;
    skos:exactMatch schema:postalCode ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:streetAddress a owl:DatatypeProperty ;
    rdfs:label "street address"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The street name and number of an address."@en ;
    skos:exactMatch schema:streetAddress ;
    schema:domainIncludes unece:Address ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:Address a owl:Class ;
    rdfs:label "Address"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:PostalAddress ;
    skos:definition "A postal/physical address of a party or location."@en ;
    unece:objectNature on:value ;
    unece:termStatus ts:proposed .

