@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: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: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:sealCondition a owl:ObjectProperty ;
    rdfs:label "seal condition"@en ;
    rdfs:comment "code → seal-condition scheme."@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The condition of the seal (intact, broken, …)."@en ;
    schema:domainIncludes unece:Seal ;
    schema:rangeIncludes unece:seal-condition-code-list ;
    unece:termStatus ts:proposed .

unece:sealIssuer a owl:ObjectProperty ;
    rdfs:label "seal issuer"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The party that affixed/issued the seal."@en ;
    schema:domainIncludes unece:Seal ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:sealType a owl:DatatypeProperty ;
    rdfs:label "seal type"@en ;
    rdfs:comment "code → seal-type scheme (Phase 3)."@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The type of seal."@en ;
    schema:domainIncludes unece:Seal ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:sealingPartyRoleCode a owl:ObjectProperty ;
    rdfs:label "sealing party role code"@en ;
    rdfs:comment "code → sealing-party-role scheme (re-added from BSP)."@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The role of the party responsible for the sealing of this logistics seal."@en ;
    schema:domainIncludes unece:Seal ;
    schema:rangeIncludes unece:sealing-party-role-code-list ;
    unece:termStatus ts:proposed .

unece:Seal a owl:Class ;
    rdfs:label "Seal"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A security seal affixed to transport equipment."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

