@prefix dcterms: <http://purl.org/dc/terms/> .
@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:authorityEvidence a owl:ObjectProperty ;
    rdfs:label "authority evidence"@en ;
    dcterms:provenance "Proposed Vocab addition — not from BSP/UNTP; pending governance approval."@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "A link to evidence of the authority recognition asserted by the scheme or the authority endorsement."@en ;
    schema:domainIncludes unece:AuthorityEndorsement,
        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:domainIncludes unece:TradeItem ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:endorsementType a owl:ObjectProperty ;
    rdfs:label "endorsement type"@en ;
    dcterms:provenance "Proposed Vocab addition — not from BSP/UNTP; pending governance approval."@en ;
    rdfs:comment "code → endorsement-type scheme."@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The type of authority-derived assurance that applies to the attestation."@en ;
    schema:domainIncludes unece:AuthorityEndorsement ;
    schema:rangeIncludes unece:endorsement-type ;
    unece:termStatus ts:proposed .

unece:grantingAuthority a owl:ObjectProperty ;
    rdfs:label "granting authority"@en ;
    dcterms:provenance "Proposed Vocab addition — not from BSP/UNTP; pending governance approval."@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The authority that granted the recognition, for example the accreditation body, government, or peer assessment body."@en ;
    schema:domainIncludes unece:AuthorityEndorsement ;
    schema:rangeIncludes unece:Party ;
    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:trustmark a owl:ObjectProperty ;
    rdfs:label "trustmark"@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "A trustmark image associated with the attestation, scheme or authority endorsement."@en ;
    schema:domainIncludes unece:Attestation,
        unece:AuthorityEndorsement,
        unece:Scheme ;
    schema:rangeIncludes unece:Image ;
    unece:termStatus ts:proposed .

unece:AuthorityEndorsement a owl:Class ;
    rdfs:label "Authority Endorsement"@en ;
    dcterms:provenance "Proposed Vocab addition — not from BSP/UNTP; pending governance approval."@en ;
    rdfs:isDefinedBy unece-mod:conformity ;
    skos:definition "The authority-derived recognition under which a conformity attestation is issued, for example an accreditation, a government mandate, or a peer recognition. Renames the former Endorsement, which the scheme no longer references, so its sole use is now the attestation's authorisation."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

