@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:assessedAgainst a owl:ObjectProperty ;
    rdfs:label "assessed against"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "A criterion the subject was assessed against."@en ;
    schema:domainIncludes unece:Assessment ;
    schema:rangeIncludes unece:Criterion ;
    unece:termStatus ts:proposed .

unece:assessedFacility a owl:ObjectProperty ;
    rdfs:label "assessed facility"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "A facility (with verification status) that is the subject of the assessment."@en ;
    schema:domainIncludes unece:Assessment ;
    schema:rangeIncludes unece:Facility ;
    unece:termStatus ts:proposed .

unece:assessedOrganisation a owl:ObjectProperty ;
    rdfs:label "assessed organisation"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "An organisation that is the subject of the assessment."@en ;
    schema:domainIncludes unece:Assessment ;
    schema:rangeIncludes unece:Organisation ;
    unece:termStatus ts:proposed .

unece:assessedPerformance a owl:ObjectProperty ;
    rdfs:label "assessed performance"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The performance recorded by the assessment."@en ;
    schema:domainIncludes unece:Assessment ;
    schema:rangeIncludes unece:Performance ;
    unece:termStatus ts:proposed .

unece:assessedProduct a owl:ObjectProperty ;
    rdfs:label "assessed product"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "A product (with verification status) that is the subject of the assessment."@en ;
    schema:domainIncludes unece:Assessment ;
    schema:rangeIncludes unece:Product ;
    unece:termStatus ts:proposed .

unece:assessmentDate a owl:DatatypeProperty ;
    rdfs:label "assessment date"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The date the assessment was performed."@en ;
    schema:domainIncludes unece:Assessment ;
    schema:rangeIncludes xsd:date ;
    unece:termStatus ts:proposed .

unece:conformance a owl:DatatypeProperty ;
    rdfs:label "conformance"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "Whether the subject conforms (pass/fail)."@en ;
    schema:domainIncludes unece:Assessment ;
    schema:rangeIncludes xsd:boolean ;
    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: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:specifiedCondition a owl:DatatypeProperty ;
    rdfs:label "specified condition"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "A condition specified on the assessment."@en ;
    schema:domainIncludes unece:Assessment ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:startDateTime a owl:DatatypeProperty ;
    rdfs:label "start date time"@en ;
    rdfs:comment "brought back from BSP (UNVTD grounding gap)"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The date, time, date time or other date time value for the start of this available period of time."@en ;
    schema:domainIncludes unece:Assessment ;
    schema:rangeIncludes xsd:dateTime ;
    unece:termStatus ts:proposed .

unece:Assessment a owl:Class ;
    rdfs:label "Assessment"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "A specific assessment of a product, facility or organisation against a specification."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

