@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#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://dewey.info/class/018.1/e23/>
  skos:notation "018.1" ;
  skos:prefLabel "Ubenyttet"@nb ;
  a skos:Concept .

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

<http://dewey.info/class/01/e23/>
  skos:notation "01" ;
  skos:prefLabel "Bibliografier"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/018/e23/> .

<http://dewey.info/class/018.4/e23/>
  skos:notation "018.4" ;
  skos:prefLabel "Ubenyttet"@nb ;
  a skos:Concept .

<http://dewey.info/class/018.2/e23/>
  skos:notation "018.2" ;
  skos:prefLabel "Ubenyttet"@nb ;
  a skos:Concept .

<http://dewey.info/class/018.3/e23/>
  skos:notation "018.3" ;
  skos:prefLabel "Ubenyttet"@nb ;
  a skos:Concept .

<http://dewey.info/class/018/e23/>
  skos:narrower <http://dewey.info/class/018.1/e23/>, <http://dewey.info/class/018.4/e23/>, <http://dewey.info/class/018.3/e23/>, <http://dewey.info/class/018.2/e23/> ;
  dc:modified "2018-07-13"^^xsd:date ;
  dc:created "2009-12-03"^^xsd:date ;
  skos:prefLabel "Ubenyttet"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "ocd00117403" ;
  a skos:Concept ;
  owl:deprecated true ;
  skos:notation "018" ;
  skos:broader <http://dewey.info/class/01/e23/> .

