@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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/scheme/edition/e23/>
  rdfs:label "Norsk WebDewey"@nb ;
  a skos:ConceptScheme .

<http://dewey.info/class/323.49097281/e23/>
  mads:componentList (
   <http://dewey.info/class/323.49/e23/>
   <http://dewey.info/class/2--728.1/e23/>
 ) ;
  skos:notation "323.49097281" ;
  skos:broader <http://dewey.info/class/323.49/e23/> ;
  dc:created "2019-05-14"^^xsd:date ;
  skos:prefLabel "Begrensning av rettigheter--Guatemala"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "a0f3fcbf-920b-41a0-a5c9-21a1d04ae10d" ;
  a skos:Concept ;
  dc:modified "2019-05-15"^^xsd:date .

<http://dewey.info/class/323.49/e23/>
  skos:notation "323.49" ;
  skos:prefLabel "Begrensning og inndragelse av sivile rettigheter"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/323.49097281/e23/> .

