@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/696.107155/e23/>
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  mads:componentList (
   <http://dewey.info/class/696.1/e23/>
   <http://dewey.info/class/1--071.55/e23/>
 ) ;
  skos:altLabel "Rørlegging--internopplæring"@nb ;
  dc:identifier "96a11f43-e13c-4c65-bd47-8aa607043eba" ;
  dc:created "2016-11-11"^^xsd:date ;
  skos:notation "696.107155" ;
  skos:broader <http://dewey.info/class/696.1/e23/> ;
  dc:modified "2016-11-14"^^xsd:date ;
  a skos:Concept ;
  skos:prefLabel "Rørlegging--lærlingvirksomhet, …"@nb .

<http://dewey.info/scheme/edition/e23/>
  rdfs:label "Norsk WebDewey"@nb ;
  a skos:ConceptScheme .

<http://dewey.info/class/696.1/e23/>
  skos:notation "696.1" ;
  skos:prefLabel "Rørlegging"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/696.107155/e23/> .

