@prefix colt: .
@prefix cs: .
@prefix ct: .
@prefix dc: .
@prefix dct: .
@prefix rdf: .
@prefix skos: .
@prefix xkos: .
@prefix xsd: .
colt:bemonsteringstypes
rdf:type skos:Collection;
dc:identifier "bemonsteringstypes";
skos:inScheme cs:bemonsteringstype;
skos:member ct:vloeistof , ct:ongeroerd , ct:geroerd;
skos:prefLabel "Collectie van bemonsteringstypes."@nl .
ct:ongeroerd rdf:type skos:Concept;
dc:identifier "ongeroerd";
skos:inScheme cs:bemonsteringstype;
skos:prefLabel "Ongeroerd"@nl;
skos:topConceptOf cs:bemonsteringstype .
cs:bemonsteringstype rdf:type skos:ConceptScheme;
dc:identifier "bemonsteringstype";
skos:definition "Aard van de Bemonstering."@nl;
skos:hasTopConcept ct:vloeistof , ct:ongeroerd , ct:geroerd;
skos:prefLabel "Codelijst bemonsteringstype."@nl .
ct:geroerd rdf:type skos:Concept;
dc:identifier "geroerd";
skos:inScheme cs:bemonsteringstype;
skos:prefLabel "Geroerd"@nl;
skos:topConceptOf cs:bemonsteringstype .
ct:vloeistof rdf:type skos:Concept;
dc:identifier "vloeistof";
skos:inScheme cs:bemonsteringstype;
skos:prefLabel "Vloeistof"@nl;
skos:topConceptOf cs:bemonsteringstype .