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

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

<http://dewey.info/class/2--481/e23/>
  skos:prefLabel "Norge"@nb ;
  a skos:Concept .

<http://dewey.info/class/373.238/e23/>
  skos:notation "373.238" ;
  skos:prefLabel "Videregående trinn"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/373.23809481/e23/> .

<http://dewey.info/class/373.23809481/e23/>
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:modified "2023-09-19"^^xsd:date ;
  skos:prefLabel "Videregående skoler--Norge"@nb ;
  dc:created "2023-09-18"^^xsd:date ;
  skos:closeMatch bibbi:1126596, bibbi:1116892 ;
  skos:broader <http://dewey.info/class/373.238/e23/> ;
  skos:notation "373.23809481" ;
  a skos:Concept ;
  mads:componentList (
   <http://dewey.info/class/373.238/e23/>
   <http://dewey.info/class/2--481/e23/>
 ) ;
  dc:identifier "24ed8797-67bb-42c2-aa80-b741c1884fba" .

