@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:access a owl:DatatypeProperty ;
    rdfs:label "access"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "Access information, expressed as text, for the mode of universal communication such as 9 or *70 for a telephone network."@en ;
    schema:domainIncludes unece:Communication ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:areaNumberCode a owl:ObjectProperty ;
    rdfs:label "area number code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The code specifying the area number for this universal communication."@en ;
    schema:domainIncludes unece:Communication ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:communicationChannelCode a owl:ObjectProperty ;
    rdfs:label "communication channel code"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The code specifying the channel by which this referenced document is sent, such as mail, email, fax."@en ;
    schema:domainIncludes unece:Communication ;
    schema:rangeIncludes unece:communication-channel-code-list ;
    unece:termStatus ts:proposed .

unece:completeNumber a owl:DatatypeProperty ;
    rdfs:label "complete number"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:telephone ;
    skos:definition "The text string of characters that make up the complete number for this universal communication."@en ;
    schema:domainIncludes unece:Communication ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:countryNumberCode a owl:ObjectProperty ;
    rdfs:label "country number code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The country access code for this universal communication number such as 44, 1, 353 etc."@en ;
    schema:domainIncludes unece:Communication ;
    schema:rangeIncludes unece:itu-calling-code ;
    unece:termStatus ts:proposed .

unece:emailURIId a owl:DatatypeProperty ;
    rdfs:label "email uriid"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:email ;
    skos:definition "The Uniform Resource Identifier (URI) of the email for this universal communication."@en ;
    schema:domainIncludes unece:Communication ;
    schema:rangeIncludes xsd:anyURI ;
    unece:termStatus ts:proposed .

unece:extensionNumber a owl:DatatypeProperty ;
    rdfs:label "extension number"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The extension number, expressed as text, assigned to this universal communication number to enable a caller to reach a specific party."@en ;
    schema:domainIncludes unece:Communication ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:hTMLPreferredIndicator a owl:DatatypeProperty ;
    rdfs:label "h tmlpreferred indicator"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The indication of whether or not HTML format is preferred by the recipient for email universal communications."@en ;
    schema:domainIncludes unece:Communication ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:invalidIndicator a owl:DatatypeProperty ;
    rdfs:label "invalid indicator"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The indication of whether or not this trade address is invalid."@en ;
    schema:domainIncludes unece:Communication ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:localNumber a owl:DatatypeProperty ;
    rdfs:label "local number"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The universal communication number, expressed as text and not including country access code or the area number code, for this communication."@en ;
    schema:domainIncludes unece:Communication ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:uRIId a owl:DatatypeProperty ;
    rdfs:label "u riid"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A Uniform Resource Identifier (URI) for this specified certification."@en ;
    schema:domainIncludes unece:Communication ;
    schema:rangeIncludes xsd:anyURI ;
    unece:termStatus ts:proposed .

unece:useCode a owl:ObjectProperty ;
    rdfs:label "use code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The code specifying the use of this universal communication such as for business purposes or private."@en ;
    schema:domainIncludes unece:Communication ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:websiteURIId a owl:DatatypeProperty ;
    rdfs:label "website uriid"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:url ;
    skos:definition "A website Uniform Resource Identifier (URI) for this specified marketplace."@en ;
    schema:domainIncludes unece:Communication ;
    schema:rangeIncludes xsd:anyURI ;
    unece:termStatus ts:proposed .

unece:Communication a owl:Class ;
    rdfs:label "Communication"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:ContactPoint ;
    skos:definition "The exchange of thoughts, messages, or information, as universally exchanged by speech, signals, writing, or behaviour between persons and/or organizations."@en ;
    unece:objectNature on:value ;
    unece:termStatus ts:proposed .

