@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/345.4102/e23/>
  skos:notation "345.4102" ;
  skos:prefLabel "Straffbare handlinger--lov og rett--Storbritannia"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/345.41/e23/> .

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

<http://dewey.info/class/345.411/e23/>
  skos:notation "345.411" ;
  skos:prefLabel "Strafferett i Skottland"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/345.41/e23/> .

<http://dewey.info/class/2--41/e23/>
  skos:prefLabel "De britiske øyer"@nb ;
  a skos:Concept .

<http://dewey.info/class/345.3-345.9/e23/>
  skos:notation "345.3-345.9" ;
  skos:prefLabel "Bestemte jurisdiksjoner og geografiske områder"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/345.41/e23/> .

<http://dewey.info/class/345.41/e23/>
  a skos:Concept ;
  skos:prefLabel "Strafferett--Storbritannia, …"@nb ;
  dc:identifier "ocd00314359" ;
  skos:altLabel "Strafferettspleie--lov og rett--Storbritannia"@nb ;
  skos:broader <http://dewey.info/class/345.3-345.9/e23/> ;
  dc:modified "2024-10-07"^^xsd:date ;
  skos:narrower <http://dewey.info/class/345.4102/e23/>, <http://dewey.info/class/345.411/e23/> ;
  dc:created "2011-03-26"^^xsd:date ;
  skos:notation "345.41" ;
  mads:componentList (
   <http://dewey.info/class/345/e23/>
   <http://dewey.info/class/2--41/e23/>
 ) ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> .

