@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:assessmentLevel a owl:ObjectProperty ;
    rdfs:label "assessment level"@en ;
    rdfs:comment "code → assessment-level scheme."@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The independence level of the assessment (self, second-party, third-party)."@en ;
    schema:domainIncludes unece:Attestation ;
    schema:rangeIncludes unece:assessment-level ;
    unece:termStatus ts:proposed .

unece:assessorLevel a owl:ObjectProperty ;
    rdfs:label "assessor level"@en ;
    rdfs:comment "code → assessor-level scheme."@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The level of independent assurance of the assessor."@en ;
    schema:domainIncludes unece:Attestation ;
    schema:rangeIncludes unece:assessor-level ;
    unece:termStatus ts:proposed .

unece:attestationScheme a owl:ObjectProperty ;
    rdfs:label "attestation scheme"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The scheme under which the attestation is issued."@en ;
    schema:domainIncludes unece:Attestation ;
    schema:rangeIncludes unece:Scheme ;
    unece:termStatus ts:proposed .

unece:attestationType a owl:ObjectProperty ;
    rdfs:label "attestation type"@en ;
    rdfs:comment "code → attestation-type scheme."@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The type of attestation (certification, declaration, inspection, …)."@en ;
    schema:domainIncludes unece:Attestation ;
    schema:rangeIncludes unece:attestation-type ;
    unece:termStatus ts:proposed .

unece:authorisation a owl:ObjectProperty ;
    rdfs:label "authorisation"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The endorsement/accreditation authorising the attestation."@en ;
    schema:domainIncludes unece:Attestation ;
    schema:rangeIncludes unece:Endorsement ;
    unece:termStatus ts:proposed .

unece:conformityCertificate a owl:ObjectProperty ;
    rdfs:label "conformity certificate"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "A link to the conformity certificate document."@en ;
    schema:domainIncludes unece:Attestation ;
    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: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:includesAssessment a owl:ObjectProperty ;
    rdfs:label "includes assessment"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "An assessment included in the attestation."@en ;
    schema:domainIncludes unece:Attestation ;
    schema:rangeIncludes unece:Assessment ;
    unece:termStatus ts:proposed .

unece:issuedToParty a owl:ObjectProperty ;
    rdfs:label "issued to party"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The party the attestation is issued to / about."@en ;
    schema:domainIncludes unece:Attestation ;
    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:profileScore a owl:ObjectProperty ;
    rdfs:label "profile score"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The score achieved against the profile's scoring framework."@en ;
    schema:domainIncludes unece:Attestation ;
    schema:rangeIncludes unece:Score ;
    unece:termStatus ts:proposed .

unece:referenceProfile a owl:ObjectProperty ;
    rdfs:label "reference profile"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The conformity profile the attestation is issued against."@en ;
    schema:domainIncludes unece:Attestation ;
    schema:rangeIncludes unece:ConformityProfile ;
    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:Attestation a owl:Class ;
    rdfs:label "Attestation"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "A conformity attestation issued by a competent body, defining one or more assessments against a specification."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

