@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/616.8311/e23/>
  skos:prefLabel "Alzheimers sykdom"@nb ;
  a skos:Concept .

<http://dewey.info/class/616.8311061/e23/>
  skos:notation "616.8311061" ;
  skos:prefLabel "Alzheimers sykdom--legemiddelbehandling"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/616.83110610724/e23/> .

<http://dewey.info/class/616.83110610724/e23/>
  mads:componentList ( <http://dewey.info/class/616.8311/e23/> ) ;
  skos:notation "616.83110610724" ;
  skos:broader <http://dewey.info/class/616.8311061/e23/> ;
  dc:created "2020-03-13"^^xsd:date ;
  skos:prefLabel "Alzheimers sykdom--legemiddelbehandling--eksperimentell forskning"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "e65fde8e-49bf-44ec-bffa-63d478377b15" ;
  a skos:Concept ;
  dc:modified "2020-03-13"^^xsd:date .

