@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .
@prefix unece-mod: <https://test.uncefact.org/vocabulary/module/> .

unece:objectNature a owl:AnnotationProperty ;
    rdfs:label "object nature"@en ;
    rdfs:comment "Whether a class is an entity (IRI identity, may carry a registered identifier + idScheme) or a value object (an anonymous attribute bundle); value from the object-nature scheme. Every owl:Class carries exactly one (validate gate 8)."@en ;
    rdfs:isDefinedBy unece-mod:core .

