@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 bibbi: <https://id.bs.no/bibbi/> .
@prefix ns0: <http://data.ub.uio.no/webdewey-terms#> .

<http://dewey.info/class/364.163/e23/>
  skos:notation "364.163" ;
  skos:prefLabel "Svindel"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/364.1633/e23/> .

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

<http://dewey.info/class/364.1633/e23/>
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:modified "2023-11-22"^^xsd:date ;
  a skos:Concept ;
  dc:identifier "ocd00140383" ;
  skos:broader <http://dewey.info/class/364.163/e23/> ;
  skos:prefLabel "Identitetstyveri"@nb ;
  skos:closeMatch bibbi:1145643, bibbi:1140615 ;
  dc:created "2010-02-04"^^xsd:date ;
  skos:notation "364.1633" ;
  skos:altLabel "Etterligning (kriminalitet)"@nb, "Identitetskrenkelse"@nb ;
  ns0:classHere "Identitetskrenkelse"@nb .

