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

<http://dewey.info/class/14/e23/>
  skos:notation "14" ;
  skos:prefLabel "Filosofiske skoler"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/142/e23/> .

<http://dewey.info/class/142.3/e23/>
  skos:notation "142.3" ;
  skos:prefLabel "Kantianisme"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/142/e23/> .

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

<http://dewey.info/class/142/e23/>
  dc:modified "2012-01-25"^^xsd:date ;
  skos:narrower <http://dewey.info/class/142.3/e23/>, <http://dewey.info/class/142.05/e23/>, <http://dewey.info/class/142.7/e23/> ;
  a skos:Concept ;
  dc:created "2009-12-03"^^xsd:date ;
  skos:notation "142" ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:broader <http://dewey.info/class/14/e23/> ;
  skos:prefLabel "Kritisk filosofi"@nb ;
  dc:identifier "ocd00118408" .

<http://dewey.info/class/142.7/e23/>
  skos:notation "142.7" ;
  skos:prefLabel "Fenomenologi"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/142/e23/> .

<http://dewey.info/class/142.05/e23/>
  skos:notation "142.05" ;
  skos:prefLabel "Kritisk filosofi--periodika"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/142/e23/> .

