@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/345.0263/e23/>
  skos:notation "345.0263" ;
  skos:prefLabel "Svindel--lov og rett, …"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/345.02633/e23/> .

<http://dewey.info/class/345.02/e23/>
  skos:prefLabel "Straffbare handlinger"@nb ;
  a skos:Concept .

<http://dewey.info/class/345.02633/e23/>
  mads:componentList (
   <http://dewey.info/class/345.02/e23/>
   <http://dewey.info/class/364..1633/e23/>
 ) ;
  dc:created "2010-02-04"^^xsd:date ;
  dc:modified "2023-11-22"^^xsd:date ;
  skos:prefLabel "Etterligning--(kriminalitet--lov og rett, …"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "ocd00137412" ;
  a skos:Concept ;
  skos:altLabel "Identitetstyveri--lov og rett"@nb, "Identitetskrenkelse--lov og rett"@nb ;
  skos:broader <http://dewey.info/class/345.0263/e23/> ;
  skos:notation "345.02633" .

