@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/750.7/e23/>
  a skos:Concept ;
  dc:created "2018-01-24"^^xsd:date ;
  dc:identifier "9c802659-1493-4f28-9f9f-0432412a4176" ;
  dc:modified "2018-01-25"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/75/e23/>
   <http://dewey.info/class/1--07/e23/>
 ) ;
  skos:broader <http://dewey.info/class/750/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:narrower <http://dewey.info/class/750.74/e23/> ;
  skos:notation "750.7" ;
  skos:prefLabel "Malerkunst--utdanning og forskning"@nb .

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

<http://dewey.info/class/750.74/e23/>
  a skos:Concept ;
  skos:broader <http://dewey.info/class/750.7/e23/> ;
  skos:notation "750.74" ;
  skos:prefLabel "Malerkunst--utstillinger"@nb .

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

<http://dewey.info/class/1--07/e23/>
  a skos:Concept ;
  skos:prefLabel "Utdanning og opplæring, forskning, lignende emner"@nb .

<http://dewey.info/class/750/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/750.7/e23/> ;
  skos:notation "750" ;
  skos:prefLabel "Maleri og malerier"@nb .

