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

<https://test.uncefact.org/vocabulary/document-type/433> a skos:Concept ;
    skos:broader <https://test.uncefact.org/vocabulary/document-type/report-message> ;
    skos:inScheme unece:document-type ;
    skos:notation "433" ;
    skos:prefLabel "Notification to grid operator of metering point changes"@en .

