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

