@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/2--73/e23/>
  a skos:Concept ;
  skos:prefLabel "USA"@nb .

<http://dewey.info/class/305.552/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/305.5520973/e23/> ;
  skos:notation "305.552" ;
  skos:prefLabel "Intelligentsia"@nb .

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

<http://dewey.info/class/305.5520973/e23/>
  a skos:Concept ;
  dc:created "2019-04-05"^^xsd:date ;
  dc:identifier "65c047ec-3f4d-4a12-aa38-3387b97f8f9c" ;
  dc:modified "2019-04-05"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/305.552/e23/>
   <http://dewey.info/class/2--73/e23/>
 ) ;
  skos:broader <http://dewey.info/class/305.552/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "305.5520973" ;
  skos:prefLabel "Intelligentsia--USA"@nb .

