@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/1--09/e23/>
  skos:prefLabel "Historie, geografisk behandling, biografier"@nb ;
  a skos:Concept .

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

<http://dewey.info/class/303.37209481/e23/>
  skos:notation "303.37209481" ;
  skos:prefLabel "Trossystemer--sosial kontroll--Norge, …"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/303.372094/e23/> .

<http://dewey.info/class/303.372094/e23/>
  skos:narrower <http://dewey.info/class/303.37209481/e23/> ;
  skos:broader <http://dewey.info/class/303.372/e23/> ;
  skos:prefLabel "Trossystemer--sosial kontroll--Europa, …"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:modified "2021-03-09"^^xsd:date ;
  skos:notation "303.372094" ;
  dc:identifier "97e89ca3-0908-47d2-8a5b-769ddcf56c85" ;
  dc:created "2018-03-07"^^xsd:date ;
  skos:altLabel "Sosiale verdier--Europa"@nb, "Skikker--sosial kontroll--Europa"@nb ;
  a skos:Concept ;
  mads:componentList (
   <http://dewey.info/class/303.372/e23/>
   <http://dewey.info/class/1--09/e23/>
   <http://dewey.info/class/2--4/e23/>
 ) .

<http://dewey.info/class/303.372/e23/>
  skos:notation "303.372" ;
  skos:prefLabel "Trossystemer og skikker"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/303.372094/e23/> .

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

