@prefix dcterms: <http://purl.org/dc/terms/> .
@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/> .

unece:eventSubject a owl:ObjectProperty ;
    rdfs:label "event subject"@en ;
    dcterms:provenance "Proposed Vocab addition — not from BSP/UNTP; pending governance approval."@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The entity the event concerns — the thing whose lifecycle the event acts on or observes (for example a product, a transport movement, a consignment, or an item of transport equipment). The expected types are indicative, not exhaustive."@en ;
    schema:domainIncludes unece:Event ;
    schema:rangeIncludes unece:Consignment,
        unece:Product,
        unece:Shipment,
        unece:TradeDocument,
        unece:TransportEquipment,
        unece:TransportMovement ;
    unece:termStatus ts:proposed .

