@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:applicablePeriod a owl:ObjectProperty ;
    rdfs:label "applicable period"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The period over which the record applies."@en ;
    schema:domainIncludes unece:Claim,
        unece:MaterialUsage ;
    schema:rangeIncludes unece:Period ;
    unece:termStatus ts:proposed .

unece:claimDate a owl:DatatypeProperty ;
    rdfs:label "claim date"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The date the claim was made."@en ;
    schema:domainIncludes unece:Claim ;
    schema:rangeIncludes xsd:date ;
    unece:termStatus ts:proposed .

unece:claimedPerformance a owl:ObjectProperty ;
    rdfs:label "claimed performance"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The performance level claimed (a measure/score against a metric)."@en ;
    schema:domainIncludes unece:Claim ;
    schema:rangeIncludes unece:Performance ;
    unece:termStatus ts:proposed .

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:evidence a owl:ObjectProperty ;
    rdfs:label "evidence"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "A link to auditable evidence supporting an attestation, assessment or claim."@en ;
    schema:domainIncludes unece:Assessment,
        unece:Attestation,
        unece:Claim ;
    schema:rangeIncludes unece:Link ;
    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:referenceCriteria a owl:ObjectProperty ;
    rdfs:label "reference criteria"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The criterion the claim is made against."@en ;
    schema:domainIncludes unece:Claim ;
    schema:rangeIncludes unece:Criterion ;
    unece:termStatus ts:proposed .

unece:referenceRegulation a owl:ObjectProperty ;
    rdfs:label "reference regulation"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "A regulation the assessment or claim relates to."@en ;
    schema:domainIncludes unece:Assessment,
        unece:Claim ;
    schema:rangeIncludes unece:Regulation ;
    unece:termStatus ts:proposed .

unece:referenceStandard a owl:ObjectProperty ;
    rdfs:label "reference standard"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "A standard referenced by an assessment or claim."@en ;
    schema:domainIncludes unece:Assessment,
        unece:Claim ;
    schema:rangeIncludes unece:Standard ;
    unece:termStatus ts:proposed .

unece:Claim a owl:Class ;
    rdfs:label "Claim"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "A performance claim about a product, facility or organisation, made against a defined criterion."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

