@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:conformityTopic a owl:ObjectProperty ;
    rdfs:label "conformity topic"@en ;
    rdfs:comment "value → conformity-topics code list, a hierarchical SKOS scheme at https://test.uncefact.org/vocabulary/conformity-topics/concepts."@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The topic area of conformity (environment, safety, social, …)."@en ;
    schema:domainIncludes unece:Assessment,
        unece:Claim,
        unece:Criterion ;
    schema:rangeIncludes <https://test.uncefact.org/vocabulary/conformity-topics/> ;
    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: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:requiredPerformance a owl:ObjectProperty ;
    rdfs:label "required performance"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The performance threshold a criterion requires."@en ;
    schema:domainIncludes unece:Criterion ;
    schema:rangeIncludes unece:Performance ;
    unece:termStatus ts:proposed .

unece:status a owl:ObjectProperty ;
    rdfs:label "status"@en ;
    rdfs:comment "code → criterion-status scheme."@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The lifecycle status of a criterion or profile."@en ;
    schema:domainIncludes unece:ConformityProfile,
        unece:Criterion ;
    schema:rangeIncludes unece:criterion-status ;
    unece:termStatus ts:proposed .

unece:tag a owl:DatatypeProperty ;
    rdfs:label "tag"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "A tag categorising the criterion."@en ;
    schema:domainIncludes unece:Criterion ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:version a owl:DatatypeProperty ;
    rdfs:label "version"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The version of a criterion or profile."@en ;
    schema:domainIncludes unece:ConformityProfile,
        unece:Criterion ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:Criterion a owl:Class ;
    rdfs:label "Criterion"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "A specific rule within a standard or regulation (e.g. a carbon-intensity calculation rule)."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

