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

<http://dewey.info/class/769.944074/e23/>
  mads:componentList (
   <http://dewey.info/class/769.9/e23/>
   <http://dewey.info/class/2--44/e23/>
   <http://dewey.info/class/1--074/e23/>
 ) ;
  skos:notation "769.944074" ;
  skos:broader <http://dewey.info/class/769.94/e23/> ;
  dc:created "2017-10-27"^^xsd:date ;
  skos:prefLabel "Grafiske trykk--Frankrike--utstillinger"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "c66d8a23-196c-4bab-bfa8-e1deab38366a" ;
  a skos:Concept ;
  dc:modified "2017-10-27"^^xsd:date .

<http://dewey.info/class/2--44/e23/>
  skos:prefLabel "Frankrike og Monaco"@nb ;
  a skos:Concept .

<http://dewey.info/class/769.94/e23/>
  skos:notation "769.94" ;
  skos:prefLabel "Grafiske trykk--Europa"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/769.944074/e23/> .

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

<http://dewey.info/class/1--074/e23/>
  skos:prefLabel "Museer, samlinger, utstillinger"@nb ;
  a skos:Concept .

<http://dewey.info/class/769.9/e23/>
  skos:prefLabel "Historie, geografisk behandling, biografier knyttet til trykkekunst og grafiske trykk"@nb ;
  a skos:Concept .

