@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/796.076/e23/>
  a skos:Concept ;
  dc:created "2024-09-05"^^xsd:date ;
  dc:identifier "895edf0b-65fb-4c6d-9941-01b1340e3110" ;
  dc:modified "2024-09-06"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/796/e23/>
   <http://dewey.info/class/1--076/e23/>
 ) ;
  skos:altLabel "Idrett--prøver--utdanning"@nb ;
  skos:broader <http://dewey.info/class/796.07/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "796.076" ;
  skos:prefLabel "Idrett--arbeidsbøker, …"@nb .

<http://dewey.info/class/796.07/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/796.076/e23/> ;
  skos:notation "796.07" ;
  skos:prefLabel "Utdanning og opplæring, forskning, lignende emner"@nb .

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

<http://dewey.info/class/796/e23/>
  a skos:Concept ;
  skos:prefLabel "Sport, idrett, friluftsliv"@nb .

<http://dewey.info/class/1--076/e23/>
  a skos:Concept ;
  skos:prefLabel "Prøver og oppgaver"@nb .

