@prefix on: <https://vocab.uncece-test.workers.dev/object-nature/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://vocab.uncece-test.workers.dev/> .

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 .

