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

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

<http://dewey.info/class/583.94/e23/>
  skos:broader <http://dewey.info/class/583.9/e23/> ;
  skos:prefLabel "Ubenyttet"@nb ;
  dc:identifier "ocd00149788" ;
  skos:altLabel "Voksurt"@nb, "Ipomoea alba--botanikk"@nb ;
  skos:notation "583.94" ;
  a skos:Concept ;
  dc:created "2010-02-04"^^xsd:date ;
  owl:deprecated true ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:modified "2018-07-26"^^xsd:date .

<http://dewey.info/class/583.9/e23/>
  skos:notation "583.9" ;
  skos:prefLabel "Asterider"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/583.94/e23/> .

