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

<http://dewey.info/class/2--45/e23/>
  skos:prefLabel "Italia, San Marino, Vatikanstaten, Malta"@nb ;
  a skos:Concept .

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

<http://dewey.info/class/629.2221/e23/>
  skos:notation "629.2221" ;
  skos:prefLabel "Sportsbiler"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/629.22210945/e23/> .

<http://dewey.info/class/629.22210945/e23/>
  mads:componentList (
   <http://dewey.info/class/629.2221/e23/>
   <http://dewey.info/class/2--45/e23/>
 ) ;
  a skos:Concept ;
  skos:prefLabel "Sportsbiler--teknikk--Italia"@nb ;
  skos:notation "629.22210945" ;
  skos:broader <http://dewey.info/class/629.2221/e23/> ;
  dc:created "2018-10-10"^^xsd:date ;
  dc:modified "2018-10-10"^^xsd:date ;
  dc:identifier "e71e84e0-9d1f-4f34-8a36-8fbd7d05d9eb" ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:closeMatch bibbi:1146279 .

