@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:conformsTo a owl:ObjectProperty ;
    rdfs:label "conforms to"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "A link to a specification the scheme conforms to."@en ;
    schema:domainIncludes unece:Scheme ;
    schema:rangeIncludes unece:Link ;
    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:documentation a owl:DatatypeProperty ;
    rdfs:label "documentation"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "A URI to documentation of the scheme, criterion or profile."@en ;
    schema:domainIncludes unece:ConformityProfile,
        unece:Criterion,
        unece:Scheme ;
    schema:rangeIncludes xsd:anyURI ;
    unece:termStatus ts:proposed .

unece:endorsementLevel a owl:ObjectProperty ;
    rdfs:label "endorsement level"@en ;
    rdfs:comment "code → scheme-endorsement-level scheme."@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The level of endorsement the scheme has received."@en ;
    schema:domainIncludes unece:Scheme ;
    schema:rangeIncludes unece:scheme-endorsement-level ;
    unece:termStatus ts:proposed .

unece:establishedDate a owl:DatatypeProperty ;
    rdfs:label "established date"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The date the scheme was established."@en ;
    schema:domainIncludes unece:Scheme ;
    schema:rangeIncludes xsd:date ;
    unece:termStatus ts:proposed .

unece:geographicScope a owl:ObjectProperty ;
    rdfs:label "geographic scope"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The geographic scope of the scheme."@en ;
    schema:domainIncludes unece:Scheme ;
    schema:rangeIncludes unece:country-id ;
    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:includedProfile a owl:ObjectProperty ;
    rdfs:label "included profile"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "A conformity profile included in the scheme."@en ;
    schema:domainIncludes unece:Scheme ;
    schema:rangeIncludes unece:ConformityProfile ;
    unece:termStatus ts:proposed .

unece:industryScope a owl:ObjectProperty ;
    rdfs:label "industry scope"@en ;
    rdfs:comment "Open code list — typically ISIC or NACE, bound downstream."@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The industry scope of the scheme."@en ;
    schema:domainIncludes unece:Scheme ;
    schema:rangeIncludes unece:isic ;
    unece:termStatus ts:proposed .

unece:licenseType a owl:ObjectProperty ;
    rdfs:label "license type"@en ;
    rdfs:comment "code → license-type scheme."@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The license type of the published scheme vocabulary."@en ;
    schema:domainIncludes unece:Scheme ;
    schema:rangeIncludes unece:license-type ;
    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:schemeEndorsement a owl:ObjectProperty ;
    rdfs:label "scheme endorsement"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "An endorsement of the scheme."@en ;
    schema:domainIncludes unece:Scheme ;
    schema:rangeIncludes unece:Endorsement ;
    unece:termStatus ts:proposed .

unece:schemeOwner a owl:ObjectProperty ;
    rdfs:label "scheme owner"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The organisation that owns and governs the scheme."@en ;
    schema:domainIncludes unece:Scheme ;
    schema:rangeIncludes unece:Organisation ;
    unece:termStatus ts:proposed .

unece:schemeScoringFramework a owl:ObjectProperty ;
    rdfs:label "scheme scoring framework"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The scoring framework used by the scheme."@en ;
    schema:domainIncludes unece:Scheme ;
    schema:rangeIncludes unece:ScoringFramework ;
    unece:termStatus ts:proposed .

unece:trustmark a owl:ObjectProperty ;
    rdfs:label "trustmark"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "A trustmark image associated with the attestation, scheme or endorsement."@en ;
    schema:domainIncludes unece:Attestation,
        unece:Endorsement,
        unece:Scheme ;
    schema:rangeIncludes unece:Image ;
    unece:termStatus ts:proposed .

unece:Scheme a owl:Class ;
    rdfs:label "Scheme"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "A formal governance scheme under which attestations are issued; defines criteria and supports compliance with regulation."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

