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

<http://dewey.info/class/2--797/e23/>
  skos:prefLabel "Washington"@nb ;
  a skos:Concept .

<http://dewey.info/class/9/e23/>
  skos:prefLabel "Historie og geografi"@nb ;
  a skos:Concept .

<http://dewey.info/class/979.7004979435/e23/>
  skos:notation "979.7004979435" ;
  skos:prefLabel "Flathead (amerikansk urbefolkning)--Washington"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/979.700497943/e23/> .

<http://dewey.info/class/979.70049794/e23/>
  skos:notation "979.70049794" ;
  skos:prefLabel "Salish (kystindianere), …"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/979.700497943/e23/> .

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

<http://dewey.info/class/979.700497943/e23/>
  skos:broader <http://dewey.info/class/979.70049794/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  mads:componentList (
   <http://dewey.info/class/9/e23/>
   <http://dewey.info/class/2--797/e23/>
   <http://dewey.info/class/5--979.43/e23/>
 ) ;
  a skos:Concept ;
  dc:identifier "f74e0305-6c99-4789-83e8-26ceb201a4bc" ;
  skos:prefLabel "Okanagan (amerikansk urbefolkning)--Washington"@nb ;
  dc:modified "2018-12-03"^^xsd:date ;
  skos:narrower <http://dewey.info/class/979.7004979435/e23/> ;
  skos:notation "979.700497943" ;
  dc:created "2017-01-06"^^xsd:date .

