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

<http://dewey.info/class/440.71/e23/>
  a skos:Concept ;
  dc:created "2016-09-02"^^xsd:date ;
  dc:identifier "43bd1261-5ed6-43da-9c37-724fc2259f66" ;
  dc:modified "2018-03-07"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/44/e23/>
   <http://dewey.info/class/4--071/e23/>
 ) ;
  skos:broader <http://dewey.info/class/440.7/e23/> ;
  skos:exactMatch humord:c07935 ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:narrower <http://dewey.info/class/440.7109/e23/> ;
  skos:notation "440.71" ;
  skos:prefLabel "Fransk språk--utdanning"@nb .

<http://dewey.info/class/4--071/e23/>
  a skos:Concept ;
  skos:prefLabel "Utdanning og opplæring"@nb .

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

<http://dewey.info/class/44/e23/>
  a skos:Concept ;
  skos:prefLabel "Fransk og beslektede språk"@nb .

<http://dewey.info/class/440.7/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/440.71/e23/> ;
  skos:notation "440.7" ;
  skos:prefLabel "Fransk språk--utdanning og forskning"@nb .

<http://dewey.info/class/440.7109/e23/>
  a skos:Concept ;
  skos:broader <http://dewey.info/class/440.71/e23/> ;
  skos:notation "440.7109" ;
  skos:prefLabel "Fransk språk--utdanning--historie"@nb .

