@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/725.1809483631/e23/>
  a skos:Concept ;
  dc:created "2018-01-09"^^xsd:date ;
  dc:identifier "32fbd647-1ef3-46b7-be56-d52e2c812247" ;
  dc:modified "2025-08-20"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/725.18/e23/>
   <http://dewey.info/class/2--483.631/e23/>
 ) ;
  skos:broader <http://dewey.info/class/725.18/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "725.1809483631" ;
  skos:prefLabel "Militære bygninger--arkitektur--Bergen (Vestland)"@nb .

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

<http://dewey.info/class/725.18/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/725.1809483631/e23/> ;
  skos:notation "725.18" ;
  skos:prefLabel "Militære bygninger og politibygninger"@nb .

