@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 mads: <http://www.loc.gov/mads/rdf/v1#> .

<http://dewey.info/class/91/e23/>
  skos:prefLabel "Geografi og reiser"@nb ;
  a skos:Concept .

<http://dewey.info/class/2--718/e23/>
  skos:prefLabel "Newfoundland and Labrador, Saint-Pierre-et-Miquelon"@nb ;
  a skos:Concept .

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

<http://dewey.info/class/917.182/e23/>
  skos:notation "917.182" ;
  skos:prefLabel "Labrador (N.L.)--geografi"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/917.18/e23/> .

<http://dewey.info/class/917.1/e23/>
  skos:notation "917.1" ;
  skos:prefLabel "Canada--geografi"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/917.18/e23/> .

<http://dewey.info/class/917.18/e23/>
  skos:altLabel "Newfoundland--geografi"@nb ;
  skos:narrower <http://dewey.info/class/917.182/e23/> ;
  a skos:Concept ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:prefLabel "Newfoundland and Labrador--geografi, …"@nb ;
  dc:modified "2017-01-09"^^xsd:date ;
  skos:broader <http://dewey.info/class/917.1/e23/> ;
  skos:notation "917.18" ;
  dc:identifier "b5c6871f-6c98-4b6b-a37d-adf48c48c8bb" ;
  mads:componentList (
   <http://dewey.info/class/91/e23/>
   <http://dewey.info/class/2--718/e23/>
 ) ;
  dc:created "2017-01-06"^^xsd:date .

