@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:activityType a owl:ObjectProperty ;
    rdfs:label "activity type"@en ;
    rdfs:comment "Open code list — e.g. an EPCIS business-step or sector activity vocabulary, bound downstream."@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The classification of the lifecycle activity."@en ;
    schema:domainIncludes unece:LifecycleEvent ;
    schema:rangeIncludes unece:any-code ;
    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:eventClassifier a owl:DatatypeProperty ;
    rdfs:label "event classifier"@en ;
    rdfs:comment "code → event-classifier scheme (Phase 3)."@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "Whether the event is PLANNED, ESTIMATED or ACTUAL."@en ;
    schema:domainIncludes unece:LifecycleEvent ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:eventLocation a owl:ObjectProperty ;
    rdfs:label "event location"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The location at which the event occurs."@en ;
    schema:domainIncludes unece:LifecycleEvent ;
    schema:rangeIncludes unece:Location ;
    unece:termStatus ts:proposed .

unece:eventTime a owl:DatatypeProperty ;
    rdfs:label "event time"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The date-time at which the event occurs."@en ;
    schema:domainIncludes unece:LifecycleEvent ;
    schema:rangeIncludes xsd:dateTime ;
    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:recordedSensorData a owl:ObjectProperty ;
    rdfs:label "recorded sensor data"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "Sensor data recorded for the event."@en ;
    schema:domainIncludes unece:LifecycleEvent ;
    schema:rangeIncludes unece:SensorData ;
    unece:termStatus ts:proposed .

unece:relatedDocument a owl:ObjectProperty ;
    rdfs:label "related document"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "A related document link."@en ;
    schema:domainIncludes unece:Facility,
        unece:LifecycleEvent,
        unece:Product ;
    schema:rangeIncludes unece:Link ;
    unece:termStatus ts:proposed .

unece:relatedParty a owl:ObjectProperty ;
    rdfs:label "related party"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "A party related to the product or event, in some role (via a party-role value object)."@en ;
    schema:domainIncludes unece:Facility,
        unece:LifecycleEvent,
        unece:Product ;
    schema:rangeIncludes unece:PartyRole ;
    unece:termStatus ts:proposed .

unece:responsibleParty a owl:ObjectProperty ;
    rdfs:label "responsible party"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The party responsible for the event."@en ;
    schema:domainIncludes unece:LifecycleEvent ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:LifecycleEvent a owl:Class ;
    rdfs:label "Lifecycle Event"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:closeMatch <https://ref.gs1.org/epcis/EPCISEvent> ;
    skos:definition "An event describing a step in a product's lifecycle (make, move, modify); the supertype of MakeEvent, MoveEvent and ModifyEvent. Generic event semantics (aggregation, transformation, EPCIS bizStep/disposition) are out of scope — use GS1 EPCIS where those are needed."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

