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

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

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

<http://dewey.info/class/346.54015/e23/>
  a skos:Concept ;
  dc:created "2017-03-13"^^xsd:date ;
  dc:identifier "06f3fb02-e297-47d6-b43e-e4042dffa697" ;
  dc:modified "2017-03-17"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/346/e23/>
   <http://dewey.info/class/2--54/e23/>
   <http://dewey.info/class/346.015/e23/>
 ) ;
  skos:altLabel "Familier--lov og rett--India"@nb ;
  skos:broader <http://dewey.info/class/346.3-346.9/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "346.54015" ;
  skos:prefLabel "Familierett--India, …"@nb .

<http://dewey.info/class/346.015/e23/>
  a skos:Concept ;
  skos:prefLabel "Relasjoner i hjemmet (familierett)"@nb .

<http://dewey.info/class/346.3-346.9/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/346.54015/e23/> ;
  skos:notation "346.3-346.9" ;
  skos:prefLabel "Bestemte jurisdiksjoner og geografiske områder"@nb .

<http://dewey.info/class/2--54/e23/>
  a skos:Concept ;
  skos:prefLabel "India og tilgrensende sørasiatiske stater"@nb .

