@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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 bibbi: <https://id.bs.no/bibbi/> .

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

<http://dewey.info/class/1--071/e23/>
  skos:prefLabel "Utdanning og opplæring"@nb ;
  a skos:Concept .

<http://dewey.info/class/361.7634071/e23/>
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:prefLabel "Røde Kors--nasjonal--utdanning"@nb ;
  mads:componentList (
   <http://dewey.info/class/361.7634/e23/>
   <http://dewey.info/class/1--071/e23/>
 ) ;
  skos:broader <http://dewey.info/class/361.7634/e23/> ;
  dc:modified "2022-06-15"^^xsd:date ;
  dc:created "2022-06-08"^^xsd:date ;
  a skos:Concept ;
  dc:identifier "400928c9-cbd4-49f6-91a4-d2ce5e5736d3" ;
  skos:closeMatch bibbi:1289551 ;
  skos:notation "361.7634071" .

<http://dewey.info/class/361.7634/e23/>
  skos:notation "361.7634" ;
  skos:prefLabel "Nasjonale Røde Kors- og Røde Halvmåne-foreninger"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/361.7634071/e23/> .

