@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/3C--39/e23/>
  a skos:Concept ;
  skos:prefLabel "Informatikk, informasjon, generelle verker"@nb .

<http://dewey.info/class/700.4/e23/>
  a skos:Concept ;
  skos:prefLabel "Spesielle emner innen kunst i vid forstand"@nb .

<http://dewey.info/class/700.49/e23/>
  a skos:Concept ;
  dc:created "2017-03-20"^^xsd:date ;
  dc:identifier "40373254-5de6-4fa8-b1ab-929f403dbd92" ;
  dc:modified "2017-03-23"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/700.4/e23/>
   <http://dewey.info/class/3C--39/e23/>
 ) ;
  skos:altLabel "Bibliotekvitenskap--kunst i vid forstand"@nb, "Journalistikk--kunst i vid forstand"@nb, "Museumsteknikk--kunst i vid forstand"@nb, "Informatikk--kunst i vid forstand"@nb, "Museologi--kunst i vid forstand"@nb ;
  skos:broader <http://dewey.info/class/700.42-700.49/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "700.49" ;
  skos:prefLabel "Bøker--kunst i vid forstand, …"@nb .

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

<http://dewey.info/class/700.42-700.49/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/700.49/e23/> ;
  skos:notation "700.42-700.49" ;
  skos:prefLabel "Kunst i vid forstand som omhandler bestemte temaer og motiver"@nb .

