@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .

unece:event-type a skos:ConceptScheme ;
    rdfs:label "Event type"@en ;
    dcterms:provenance "Proposed Vocab addition — abstract open scheme; not from BSP/UNTP." ;
    skos:definition "An abstract, open scheme typing the eventTypeCode property: the category of an event (arrival, departure, loading, inspection, and the like). It has no fixed members. An event's type is a transition trigger in the lifecycle of its subject entity (eventSubject), so the permitted values are resolved per subject entity — bound downstream by that entity's lifecycle DSL and its generated SHACL (see methodology/entity-lifecycle.md), not by one global list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> .

