@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:contentAmount a owl:ObjectProperty ;
    rdfs:label "content amount"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "Content, expressed as a monetary amount, for this packaging marking."@en ;
    schema:domainIncludes unece:Marking ;
    schema:rangeIncludes unece:MonetaryAmount ;
    unece:termStatus ts:proposed .

unece:contentCode a owl:ObjectProperty ;
    rdfs:label "content code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A code specifying the content of this note."@en ;
    schema:domainIncludes unece:Marking ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:contentDateTime a owl:DatatypeProperty ;
    rdfs:label "content date time"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The date, time, date time or other date time value for the content of this packaging marking."@en ;
    schema:domainIncludes unece:Marking ;
    schema:rangeIncludes xsd:dateTime ;
    unece:termStatus ts:proposed .

unece:packagingMarkingBarcodeTypeCode a owl:ObjectProperty ;
    rdfs:label "packaging marking barcode type code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A code specifying a type of barcode for this packaging marking."@en ;
    schema:domainIncludes unece:Marking ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:packagingMarkingTypeCode a owl:ObjectProperty ;
    rdfs:label "packaging marking type code"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A code specifying a type of packaging marking."@en ;
    schema:domainIncludes unece:Marking ;
    schema:rangeIncludes unece:packaging-marking-code-list ;
    unece:termStatus ts:proposed .

unece:Marking a owl:Class ;
    rdfs:label "Marking"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "An inscription, stamp or label on packaging, such as to indicate date, ownership, quality, manufacture or origin."@en ;
    unece:objectNature on:value ;
    unece:termStatus ts:proposed .

