@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/181.4303/e23/>
  skos:notation "181.4303" ;
  skos:prefLabel "Nyaya (filosofi)--leksika"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/181.43/e23/> .

<http://dewey.info/class/181.4/e23/>
  skos:notation "181.4" ;
  skos:prefLabel "India"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/181.43/e23/> .

<http://dewey.info/class/181.43/e23/>
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "181.43" ;
  skos:broader <http://dewey.info/class/181.4/e23/> ;
  skos:narrower <http://dewey.info/class/181.4303/e23/> ;
  a skos:Concept ;
  dc:identifier "ocd00119140" ;
  dc:modified "2015-12-09"^^xsd:date ;
  dc:created "2009-12-03"^^xsd:date ;
  skos:prefLabel "Nyaya"@nb ;
  skos:altLabel "Nyaya (filosofi)"@nb .

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

