@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:description a owl:DatatypeProperty ;
    rdfs:label "description"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A textual description of an item."@en ;
    skos:exactMatch schema:description ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:identifier a owl:ObjectProperty ;
    rdfs:label "identifier"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:identifier ;
    skos:definition "An identifier of this entity within some scheme, as an Identifier value object; an entity may bear several (e.g. a GTIN and an internal SKU). Its own resolvable identity is the node URI (@id)."@en ;
    schema:rangeIncludes unece:Identifier ;
    unece:termStatus ts:proposed .

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

unece:publicInformation a owl:DatatypeProperty ;
    rdfs:label "public information"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A URL to publicly available information about the registered identity."@en ;
    schema:domainIncludes unece:RegisteredIdentity ;
    schema:rangeIncludes xsd:anyURI ;
    unece:termStatus ts:proposed .

unece:registerType a owl:ObjectProperty ;
    rdfs:label "register type"@en ;
    rdfs:comment "code → registry-type scheme."@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The type of register in which the identity is recorded."@en ;
    schema:domainIncludes unece:RegisteredIdentity ;
    schema:rangeIncludes unece:registry-type ;
    unece:termStatus ts:proposed .

unece:registeredDate a owl:DatatypeProperty ;
    rdfs:label "registered date"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The date on which the identity was registered."@en ;
    schema:domainIncludes unece:RegisteredIdentity ;
    schema:rangeIncludes xsd:date ;
    unece:termStatus ts:proposed .

unece:registeredName a owl:DatatypeProperty ;
    rdfs:label "registered name"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The name of the entity as recorded in the register."@en ;
    schema:domainIncludes unece:RegisteredIdentity ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:registrar a owl:ObjectProperty ;
    rdfs:label "registrar"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The party (registry authority) that maintains the register."@en ;
    schema:domainIncludes unece:RegisteredIdentity ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:registrationId a owl:ObjectProperty ;
    rdfs:label "registration ID"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "An official registration identifier of an organisation."@en ;
    schema:domainIncludes unece:Facility,
        unece:Organisation,
        unece:RegisteredIdentity ;
    schema:rangeIncludes unece:Identifier ;
    unece:termStatus ts:proposed .

unece:registrationScope a owl:DatatypeProperty ;
    rdfs:label "registration scope"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A URL describing the scope of the registration."@en ;
    schema:domainIncludes unece:RegisteredIdentity ;
    schema:rangeIncludes xsd:anyURI ;
    unece:termStatus ts:proposed .

unece:RegisteredIdentity a owl:Class ;
    rdfs:label "Registered Identity"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The registration of a party's identity in an official register (the subject of a Digital Identity Anchor)."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

