@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/616.1307/e23/>
  a skos:Concept ;
  dc:created "2018-08-15"^^xsd:date ;
  dc:identifier "bc51b2d2-40c6-4d7f-a853-1ca38753d156" ;
  dc:modified "2018-08-16"^^xsd:date ;
  mads:componentList ( <http://dewey.info/class/616.13/e23/> ) ;
  skos:altLabel "Vaskulære sykdommer--medisin--patologi"@nb ;
  skos:broader <http://dewey.info/class/616.13/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:narrower <http://dewey.info/class/616.13075/e23/> ;
  skos:notation "616.1307" ;
  skos:prefLabel "Karsykdommer--medisin--patologi, …"@nb .

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

<http://dewey.info/class/616.13075/e23/>
  a skos:Concept ;
  skos:broader <http://dewey.info/class/616.1307/e23/> ;
  skos:notation "616.13075" ;
  skos:prefLabel "Karsykdommer--medisin--diagnose, …"@nb .

<http://dewey.info/class/616.13/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/616.1307/e23/> ;
  skos:notation "616.13" ;
  skos:prefLabel "Sykdommer i blodkar"@nb .

