@prefix on: <https://test.uncefact.org/vocabulary/object-nature/> .
@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 unece: <https://test.uncefact.org/vocabulary/> .

on:entity a skos:Concept ;
    skos:definition "An identity-bearing class: instances are IRI nodes with their own resolvable identity, and may carry a registered identifier within a scheme."@en ;
    skos:inScheme unece:object-nature ;
    skos:notation "entity" ;
    skos:prefLabel "entity object"@en .

on:value a skos:Concept ;
    skos:closeMatch schema:StructuredValue ;
    skos:definition "A class that is a bundle of attributes with no independent identity; instances are anonymous nodes inlined in their owner."@en ;
    skos:inScheme unece:object-nature ;
    skos:notation "value" ;
    skos:prefLabel "value object"@en .

unece:object-nature a skos:ConceptScheme ;
    rdfs:label "Vocab object nature"@en ;
    skos:definition "Whether a class is identity-bearing (entity) or a value bundle (value object)."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/governance> .

