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

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

<http://dewey.info/class/338.064/e23/>
  skos:notation "338.064" ;
  skos:prefLabel "Effekter av teknologisk innovasjon"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/338.064095/e23/> .

<http://dewey.info/class/338.0640951/e23/>
  skos:notation "338.0640951" ;
  skos:prefLabel "Teknologisk innovasjon--samfunnsøkonomi--Kina"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/338.064095/e23/> .

<http://dewey.info/class/2--5/e23/>
  skos:prefLabel "Asia"@nb ;
  a skos:Concept .

<http://dewey.info/class/338.064095/e23/>
  skos:broader <http://dewey.info/class/338.064/e23/> ;
  dc:created "2016-04-19"^^xsd:date ;
  a skos:Concept ;
  mads:componentList (
   <http://dewey.info/class/338.064/e23/>
   <http://dewey.info/class/2--5/e23/>
 ) ;
  dc:identifier "80291aab-9d89-437d-8680-ac8996fa17c5" ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:modified "2017-09-19"^^xsd:date ;
  skos:notation "338.064095" ;
  skos:narrower <http://dewey.info/class/338.0640951/e23/> ;
  skos:prefLabel "Teknologisk innovasjon--samfunnsøkonomi--Asia"@nb .

