@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/scheme/edition/e23/>
  a skos:ConceptScheme ;
  rdfs:label "Norsk WebDewey"@nb .

<http://dewey.info/class/378.03-378.07/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/378.04-378.05/e23/> ;
  skos:notation "378.03-378.07" ;
  skos:prefLabel "Bestemte typer høyskoler og universiteter"@nb .

<http://dewey.info/class/378.04-378.05/e23/>
  a skos:Concept ;
  dc:created "2009-12-03"^^xsd:date ;
  dc:identifier "ocd00141789" ;
  dc:modified "2018-01-23"^^xsd:date ;
  skos:broader <http://dewey.info/class/378.03-378.07/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:narrower <http://dewey.info/class/378.04/e23/>, <http://dewey.info/class/378.05/e23/> ;
  skos:notation "378.04-378.05" ;
  skos:prefLabel "Private og offentlige høyskoler og universiteter"@nb .

<http://dewey.info/class/378.04/e23/>
  a skos:Concept ;
  skos:broader <http://dewey.info/class/378.04-378.05/e23/> ;
  skos:notation "378.04" ;
  skos:prefLabel "Private høyskoler og universiteter"@nb .

<http://dewey.info/class/378.05/e23/>
  a skos:Concept ;
  skos:broader <http://dewey.info/class/378.04-378.05/e23/> ;
  skos:notation "378.05" ;
  skos:prefLabel "Offentlige høyskoler og universiteter"@nb .

