@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:assetTransferStatusCode a owl:ObjectProperty ;
    rdfs:label "asset transfer status code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:trade ;
    skos:definition "The code specifying an asset transfer status for this supply chain inventory."@en ;
    schema:domainIncludes unece:SupplyChainInventory ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:availabilityIndicator a owl:DatatypeProperty ;
    rdfs:label "availability indicator"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:trade ;
    skos:definition "The indication of whether or not this supply chain inventory is available."@en ;
    schema:domainIncludes unece:SupplyChainInventory ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:averageDurationDateTime a owl:DatatypeProperty ;
    rdfs:label "average duration date time"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:trade ;
    skos:definition "The date, time, date time, or other date time of the average duration for this supply chain inventory."@en ;
    schema:domainIncludes unece:SupplyChainInventory ;
    schema:rangeIncludes xsd:dateTime ;
    unece:termStatus ts:proposed .

unece:calculationDateTime a owl:DatatypeProperty ;
    rdfs:label "calculation date time"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:trade ;
    skos:definition "The date, time, date time, or other date time value of the calculation of this supply chain inventory."@en ;
    schema:domainIncludes unece:SupplyChainInventory ;
    schema:rangeIncludes xsd:dateTime ;
    unece:termStatus ts:proposed .

unece:includedBatch a owl:ObjectProperty ;
    rdfs:label "included batch"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:trade ;
    skos:definition "A product batch included in this supply chain inventory."@en ;
    schema:domainIncludes unece:SupplyChainInventory ;
    schema:rangeIncludes unece:ProductBatch ;
    unece:termStatus ts:proposed .

unece:includedMaterial a owl:ObjectProperty ;
    rdfs:label "included material"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:trade ;
    skos:definition "Material included in this supply chain inventory."@en ;
    schema:domainIncludes unece:SupplyChainInventory ;
    schema:rangeIncludes unece:Material ;
    unece:termStatus ts:proposed .

unece:includedTradeProduct a owl:ObjectProperty ;
    rdfs:label "included trade product"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:trade ;
    skos:definition "A product included in this supply chain inventory."@en ;
    schema:domainIncludes unece:SupplyChainInventory ;
    schema:rangeIncludes unece:Product ;
    unece:termStatus ts:proposed .

unece:plannedStockCalculationDateTime a owl:DatatypeProperty ;
    rdfs:label "planned stock calculation date time"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:trade ;
    skos:definition "The date, time, date time, or other date time value of the planned stock calculation of this supply chain inventory."@en ;
    schema:domainIncludes unece:SupplyChainInventory ;
    schema:rangeIncludes xsd:dateTime ;
    unece:termStatus ts:proposed .

unece:specifiedLogisticsLocation a owl:ObjectProperty ;
    rdfs:label "specified logistics location"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:trade ;
    skos:definition "A location specified for this logistics status."@en ;
    schema:domainIncludes unece:SupplyChainInventory ;
    schema:rangeIncludes unece:Location ;
    unece:termStatus ts:proposed .

unece:specifiedTradeParty a owl:ObjectProperty ;
    rdfs:label "specified trade party"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:trade ;
    skos:definition "A party specified for this experience event."@en ;
    schema:domainIncludes unece:SupplyChainInventory ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:SupplyChainInventory a owl:Class ;
    rdfs:label "Supply Chain Inventory"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:trade ;
    skos:definition "Supply chain goods and materials held in stock."@en ;
    unece:objectNature on:value ;
    unece:termStatus ts:proposed .

