@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 mads: <http://www.loc.gov/mads/rdf/v1#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://dewey.info/class/727.7/e23/>
  skos:notation "727.7" ;
  skos:prefLabel "Bygninger for kunstmuseer og gallerier"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/727.70945311/e23/> .

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

<http://dewey.info/class/727.70945311/e23/>
  skos:prefLabel "Kunstmuseer--arkitektur--Venezia (Italia), …"@nb ;
  dc:identifier "5a9b1b84-ba48-420f-984c-363de14e46d0" ;
  skos:altLabel "Kunstgallerier--arkitektur--Venezia (Italia)"@nb ;
  mads:componentList (
   <http://dewey.info/class/727.7/e23/>
   <http://dewey.info/class/2--453.11/e23/>
 ) ;
  a skos:Concept ;
  dc:created "2021-01-11"^^xsd:date ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:modified "2021-01-12"^^xsd:date ;
  skos:broader <http://dewey.info/class/727.7/e23/> ;
  skos:notation "727.70945311" .

