@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 mads: <http://www.loc.gov/mads/rdf/v1#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/379.7291/e23/>
  a skos:Concept ;
  dc:created "2017-05-19"^^xsd:date ;
  dc:identifier "7321e2c4-8b5f-432c-bbd3-4840a1f629fb" ;
  dc:modified "2017-05-19"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/379/e23/>
   <http://dewey.info/class/2--729.1/e23/>
 ) ;
  skos:broader <http://dewey.info/class/379.4-379.9/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "379.7291" ;
  skos:prefLabel "Utdanningspolitikk--Cuba"@nb .

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

<http://dewey.info/class/379/e23/>
  a skos:Concept ;
  skos:prefLabel "Utdanningspolitikk"@nb .

<http://dewey.info/class/379.4-379.9/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/379.7291/e23/> ;
  skos:notation "379.4-379.9" ;
  skos:prefLabel "Utdanningspolitikk i bestemte verdensdeler, stater, lokalområder i nyere tid"@nb .

