@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/1--07/e23/>
  skos:prefLabel "Utdanning og opplæring, forskning, lignende emner"@nb ;
  a skos:Concept .

<http://dewey.info/class/302.307/e23/>
  skos:prefLabel "Sosiale nettverk--utdanning og forskning"@nb ;
  skos:narrower <http://dewey.info/class/302.3072/e23/> ;
  mads:componentList (
   <http://dewey.info/class/302.3/e23/>
   <http://dewey.info/class/1--07/e23/>
 ) ;
  dc:identifier "505e9d50-ca04-4ad4-ace6-15d76b0fe2a2" ;
  dc:created "2019-01-10"^^xsd:date ;
  skos:notation "302.307" ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/302.3/e23/> ;
  dc:modified "2019-01-10"^^xsd:date ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> .

<http://dewey.info/class/302.3/e23/>
  skos:notation "302.3" ;
  skos:prefLabel "Sosial interaksjon innenfor grupper"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/302.307/e23/> .

<http://dewey.info/class/302.3072/e23/>
  skos:notation "302.3072" ;
  skos:prefLabel "Sosiale nettverk--forskning"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/302.307/e23/> .

