@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/scheme/edition/e23/>
  a skos:ConceptScheme ;
  rdfs:label "Norsk WebDewey"@nb .

<http://dewey.info/class/323.44509430904/e23/>
  a skos:Concept ;
  dc:created "2017-02-17"^^xsd:date ;
  dc:identifier "7cb5e2a9-4eac-4164-aefa-10529fdb21ec" ;
  dc:modified "2020-09-01"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/323.445/e23/>
   <http://dewey.info/class/2--43/e23/>
   <http://dewey.info/class/1--090.4/e23/>
 ) ;
  skos:broader <http://dewey.info/class/323.4450943/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "323.44509430904" ;
  skos:prefLabel "Trykkefrihet--Tyskland--1900-tallet"@nb .

<http://dewey.info/class/2--43/e23/>
  a skos:Concept ;
  skos:prefLabel "Tyskland og mellomeuropeiske naboland"@nb .

<http://dewey.info/class/323.4450943/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/323.44509430904/e23/> ;
  skos:notation "323.4450943" ;
  skos:prefLabel "Trykkefrihet--Tyskland"@nb .

<http://dewey.info/class/323.445/e23/>
  a skos:Concept ;
  skos:prefLabel "Trykkefrihet"@nb .

