@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://dewey.info/class/378.122/e23/>
  skos:notation "378.122" ;
  skos:prefLabel "Organisering av undervisningspersonell"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/378.1224/e23/> .

<http://dewey.info/class/378.1224/e23/>
  a skos:Concept ;
  skos:altLabel "Prøvetid for lærere--høyere utdanning"@nb, "Ansvarlighet--lærere--høyere utdanning"@nb ;
  skos:notation "378.1224" ;
  mads:componentList (
   <http://dewey.info/class/378.122/e23/>
   <http://dewey.info/class/371..144/e23/>
 ) ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "595b4786-f495-4909-bbe7-a4b491a81fab" ;
  skos:prefLabel "Lærerevaluering--høyere utdanning, …"@nb ;
  dc:modified "2019-10-10"^^xsd:date ;
  skos:broader <http://dewey.info/class/378.122/e23/> ;
  dc:created "2019-10-10"^^xsd:date .

