@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:applicableLicence a owl:ObjectProperty ;
    rdfs:label "applicable licence"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "A specified licence applicable to this production process."@en ;
    schema:domainIncludes unece:ProductionProcess ;
    schema:rangeIncludes unece:Licence ;
    unece:termStatus ts:proposed .

unece:criticalIndicator a owl:DatatypeProperty ;
    rdfs:label "critical indicator"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The indication of whether or not this production process is critical."@en ;
    schema:domainIncludes unece:ProductionProcess ;
    schema:rangeIncludes xsd:string ;
    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:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:disclosureLevelCode a owl:ObjectProperty ;
    rdfs:label "disclosure level code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "A code specifying a disclosure level for this production process."@en ;
    schema:domainIncludes unece:ProductionProcess ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:finalIndicator a owl:DatatypeProperty ;
    rdfs:label "final indicator"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The indication of whether or not this production process is a final one."@en ;
    schema:domainIncludes unece:ProductionProcess ;
    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:inputApplicableBatch a owl:ObjectProperty ;
    rdfs:label "input applicable batch"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "An input batch applicable to this production machine."@en ;
    schema:domainIncludes unece:ProductionProcess ;
    schema:rangeIncludes unece:ProductBatch ;
    unece:termStatus ts:proposed .

unece:inputApplicableMaterial a owl:ObjectProperty ;
    rdfs:label "input applicable material"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "Input material applicable to this facility production unit."@en ;
    schema:domainIncludes unece:ProductionProcess ;
    schema:rangeIncludes unece:Material ;
    unece:termStatus ts:proposed .

unece:inputApplicableProduct a owl:ObjectProperty ;
    rdfs:label "input applicable product"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "An input product applicable to this facility production unit."@en ;
    schema:domainIncludes unece:ProductionProcess ;
    schema:rangeIncludes unece:Product ;
    unece:termStatus ts:proposed .

unece:inventoryTypeCode a owl:ObjectProperty ;
    rdfs:label "inventory type code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The code specifying the inventory type for this production process."@en ;
    schema:domainIncludes unece:ProductionProcess ;
    schema:rangeIncludes unece:any-code ;
    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:occurrenceDateTime a owl:DatatypeProperty ;
    rdfs:label "occurrence date time"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "A date, time, date time, or other date time of an occurrence in this supply chain schedule."@en ;
    schema:domainIncludes unece:ProductionProcess ;
    schema:rangeIncludes xsd:dateTime ;
    unece:termStatus ts:proposed .

unece:operationReferenceCode a owl:ObjectProperty ;
    rdfs:label "operation reference code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The code specifying the operation reference for this production process."@en ;
    schema:domainIncludes unece:ProductionProcess ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:operationTechnologyCode a owl:ObjectProperty ;
    rdfs:label "operation technology code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The code specifying the operation technology for this production process."@en ;
    schema:domainIncludes unece:ProductionProcess ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:outputApplicableBatch a owl:ObjectProperty ;
    rdfs:label "output applicable batch"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "An output batch applicable to this specified production device."@en ;
    schema:domainIncludes unece:ProductionProcess ;
    schema:rangeIncludes unece:ProductBatch ;
    unece:termStatus ts:proposed .

unece:outputApplicableMaterial a owl:ObjectProperty ;
    rdfs:label "output applicable material"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "Output material applicable to this facility production unit."@en ;
    schema:domainIncludes unece:ProductionProcess ;
    schema:rangeIncludes unece:Material ;
    unece:termStatus ts:proposed .

unece:outputApplicableProduct a owl:ObjectProperty ;
    rdfs:label "output applicable product"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "An output product applicable to this facility production unit."@en ;
    schema:domainIncludes unece:ProductionProcess ;
    schema:rangeIncludes unece:Product ;
    unece:termStatus ts:proposed .

unece:processTypeCode a owl:ObjectProperty ;
    rdfs:label "production process type code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The code specifying the type of production process."@en ;
    schema:domainIncludes unece:ProductionProcess ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:productionProcessInventoryTypeCode a owl:ObjectProperty ;
    rdfs:label "production process inventory type code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The code specifying the inventory type for this production process."@en ;
    schema:domainIncludes unece:ProductionProcess ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:recyclingIndicator a owl:DatatypeProperty ;
    rdfs:label "recycling indicator"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The indication of whether or not this is a recycling production process."@en ;
    schema:domainIncludes unece:ProductionProcess ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:stepCode a owl:ObjectProperty ;
    rdfs:label "step code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The code specifying the step in this production process."@en ;
    schema:domainIncludes unece:ProductionProcess ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

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

unece:subordinateProcess a owl:ObjectProperty ;
    rdfs:label "subordinate process"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "A subordinate process of this production process."@en ;
    schema:domainIncludes unece:ProductionProcess ;
    schema:rangeIncludes unece:ProductionProcess ;
    unece:termStatus ts:proposed .

unece:subordinateTypeCode a owl:ObjectProperty ;
    rdfs:label "production process subordinate type code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The code specifying the subordinate type of production process."@en ;
    schema:domainIncludes unece:ProductionProcess ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:ProductionProcess a owl:Class ;
    rdfs:label "Production Process"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "A naturally occurring or designed sequence of operations or events in order to produce something."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

