@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/201.651/e23/>
  a skos:Concept ;
  dc:created "2020-03-13"^^xsd:date ;
  dc:identifier "c2325a91-87ef-499d-a568-e392dbc84115" ;
  dc:modified "2020-03-13"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/201.6/e23/>
   <http://dewey.info/class/51/e23/>
 ) ;
  skos:broader <http://dewey.info/class/201.65/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:narrower <http://dewey.info/class/201.6516/e23/> ;
  skos:notation "201.651" ;
  skos:prefLabel "Matematikk og religion"@nb .

<http://dewey.info/class/201.65/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/201.651/e23/> ;
  skos:notation "201.65" ;
  skos:prefLabel "Naturvitenskap og religion, …"@nb .

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

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

<http://dewey.info/class/201.6516/e23/>
  a skos:Concept ;
  skos:broader <http://dewey.info/class/201.651/e23/> ;
  skos:notation "201.6516" ;
  skos:prefLabel "Geometri og religion"@nb .

<http://dewey.info/class/201.6/e23/>
  a skos:Concept ;
  skos:prefLabel "Religioner og sekulære fagområder"@nb .

