@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:associatedStandard a owl:ObjectProperty ;
    rdfs:label "associated standard"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "A referenced standard associated to this specified licence."@en ;
    schema:domainIncludes unece:Licence ;
    schema:rangeIncludes unece:Standard ;
    unece:termStatus ts:proposed .

unece:assuranceLevelCode a owl:ObjectProperty ;
    rdfs:label "assurance level code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "A code specifying an assurance level of this specified declaration."@en ;
    schema:domainIncludes unece:Licence ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

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:grantedParty a owl:ObjectProperty ;
    rdfs:label "granted party"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "A party granted this specified licence."@en ;
    schema:domainIncludes unece:Licence ;
    schema:rangeIncludes unece:Party ;
    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:issuerParty a owl:ObjectProperty ;
    rdfs:label "issuer party"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "A party that issues this specified declaration."@en ;
    schema:domainIncludes unece:Licence ;
    schema:rangeIncludes unece:Party ;
    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:validIndicator a owl:DatatypeProperty ;
    rdfs:label "valid indicator"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The indication of whether or not this specified certificate is valid."@en ;
    schema:domainIncludes unece:Licence ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:Licence a owl:Class ;
    rdfs:label "Licence"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "A permit from an authority to own or use something, do a particular thing, or to conduct a trade."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

