@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/609.22/e23/>
  a skos:Concept ;
  dc:created "2019-06-12"^^xsd:date ;
  dc:identifier "6925baff-753c-4d6d-9af4-a45678d391fe" ;
  dc:modified "2019-06-14"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/6/e23/>
   <http://dewey.info/class/1--092.2/e23/>
 ) ;
  skos:altLabel "Teknologer--samlingsbiografier"@nb ;
  skos:broader <http://dewey.info/class/609.2/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:narrower <http://dewey.info/class/609.2273/e23/> ;
  skos:notation "609.22" ;
  skos:prefLabel "Oppfinnere--samlingsbiografier, …"@nb .

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

<http://dewey.info/class/6/e23/>
  a skos:Concept ;
  skos:prefLabel "Teknologi"@nb .

<http://dewey.info/class/609.2273/e23/>
  a skos:Concept ;
  skos:broader <http://dewey.info/class/609.22/e23/> ;
  skos:notation "609.2273" ;
  skos:prefLabel "Oppfinnere--samlingsbiografier--USA"@nb .

<http://dewey.info/class/609.2/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/609.22/e23/> ;
  skos:notation "609.2" ;
  skos:prefLabel "Biografier"@nb .

