@prefix on: <https://test.uncefact.org/vocabulary/object-nature/> .
@prefix schema: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .

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 .

