@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:commitmentLevelCode a owl:ObjectProperty ;
    rdfs:label "supply chain supply plan commitment level code"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:trade ;
    skos:definition "The code specifying the commitment level for this supply chain supply plan, such as fabrication or raw material."@en ;
    schema:domainIncludes unece:SupplyPlan ;
    schema:rangeIncludes unece:commitment-level-code-list ;
    unece:termStatus ts:proposed .

unece:latestSynchronizationDateTime a owl:DatatypeProperty ;
    rdfs:label "latest synchronization date time"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:trade ;
    skos:definition "A date, time, date time, or other date time value of the latest synchronization of the supply chain supply plan."@en ;
    schema:domainIncludes unece:SupplyPlan ;
    schema:rangeIncludes xsd:dateTime ;
    unece:termStatus ts:proposed .

unece:projectedSpecifiedPeriod a owl:ObjectProperty ;
    rdfs:label "projected specified period"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:trade ;
    skos:definition "A specified period projected for this supply chain supply plan."@en ;
    schema:domainIncludes unece:SupplyPlan ;
    schema:rangeIncludes unece:Period ;
    unece:termStatus ts:proposed .

unece:releaseFrequencyCode a owl:ObjectProperty ;
    rdfs:label "supply chain supply plan release frequency code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:trade ;
    skos:definition "A code specifying the release frequency of this supply chain supply plan."@en ;
    schema:domainIncludes unece:SupplyPlan ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:reviewFrequencyCode a owl:ObjectProperty ;
    rdfs:label "supply chain supply plan review frequency code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:trade ;
    skos:definition "A code specifying the review frequency of this supply chain supply plan."@en ;
    schema:domainIncludes unece:SupplyPlan ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:specifiedSpecifiedPeriod a owl:ObjectProperty ;
    rdfs:label "specified specified period"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:trade ;
    skos:definition "The period specified for this supply chain supply plan."@en ;
    schema:domainIncludes unece:SupplyPlan ;
    schema:rangeIncludes unece:Period ;
    unece:termStatus ts:proposed .

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

unece:SupplyPlan a owl:Class ;
    rdfs:label "Supply Plan"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:trade ;
    skos:definition "Specification of the delivery quantities and date/time values in a supply schedule."@en ;
    unece:objectNature on:value ;
    unece:termStatus ts:proposed .

