@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#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/1--09/e23/>
  skos:prefLabel "Historie, geografisk behandling, biografier"@nb ;
  a skos:Concept .

<http://dewey.info/class/005.8092/e23/>
  skos:notation "005.8092" ;
  skos:prefLabel "Datasikkerhet--biografier"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/005.809/e23/> .

<http://dewey.info/class/005.809/e23/>
  skos:narrower <http://dewey.info/class/005.8092/e23/> ;
  skos:notation "005.809" ;
  dc:modified "2019-05-22"^^xsd:date ;
  a skos:Concept ;
  dc:created "2019-05-22"^^xsd:date ;
  skos:broader <http://dewey.info/class/005.8/e23/> ;
  dc:identifier "fe58a342-48f1-45fc-a8bd-45db79efcf60" ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:prefLabel "Datasikkerhet--historie"@nb ;
  mads:componentList (
   <http://dewey.info/class/005.8/e23/>
   <http://dewey.info/class/1--09/e23/>
 ) .

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

<http://dewey.info/class/005.8/e23/>
  skos:notation "005.8" ;
  skos:prefLabel "Datamaskinsikkerhet"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/005.809/e23/> .

