@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 humord: <http://data.ub.uio.no/humord/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/471.1/e23/>
  a skos:Concept ;
  dc:created "2017-10-12"^^xsd:date ;
  dc:identifier "a9e08546-f6c5-40fa-96ac-d56c7960f910" ;
  dc:modified "2017-10-12"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/47/e23/>
   <http://dewey.info/class/4--11/e23/>
 ) ;
  skos:broader <http://dewey.info/class/471/e23/> ;
  skos:closeMatch humord:c06418 ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "471.1" ;
  skos:prefLabel "Alfabeter--latinsk språk"@nb .

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

<http://dewey.info/class/47/e23/>
  a skos:Concept ;
  skos:prefLabel "Latin og italiske språk"@nb .

<http://dewey.info/class/471/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/471.1/e23/> ;
  skos:notation "471" ;
  skos:prefLabel "Skriftsystemer, fonologi, fonetikk knyttet til klassisk latin"@nb .

<http://dewey.info/class/4--11/e23/>
  a skos:Concept ;
  skos:prefLabel "Skriftsystemer"@nb .

