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

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

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

<http://dewey.info/class/320.958/e23/>
  skos:notation "320.958" ;
  skos:prefLabel "Politikk--Sentral-Asia, …"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/320.9581/e23/> .

<http://dewey.info/class/320.9581/e23/>
  skos:prefLabel "Politikk--Afghanistan, …"@nb ;
  dc:created "2023-01-18"^^xsd:date ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/320.958/e23/> ;
  skos:notation "320.9581" ;
  mads:componentList (
   <http://dewey.info/class/320.9/e23/>
   <http://dewey.info/class/2--581/e23/>
 ) ;
  dc:modified "2023-01-18"^^xsd:date ;
  dc:identifier "acb2bb0a-d1f0-41ac-9478-12db91c6c947" ;
  skos:altLabel "Afghanistan--politikk"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> .

<http://dewey.info/class/320.9/e23/>
  skos:prefLabel "Politisk situasjon og politiske forhold"@nb ;
  a skos:Concept .

