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

<https://test.uncefact.org/vocabulary/assessment-subject-type/product> a skos:Concept ;
    skos:definition "The conformity profile targets products — assessing characteristics, composition, performance, or safety of manufactured goods."@en ;
    skos:inScheme unece:assessment-subject-type ;
    skos:notation "product" ;
    skos:prefLabel "Product"@en .

