@prefix bvha: <https://hist-arch-vocab.org/bvha#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bvha:c_e307d3a6
  skos:prefLabel "Lage"@de ;
  a owl:NamedIndividual, skos:Concept ;
  skos:narrower bvha:c_b8f6d3fe .

bvha:c_b8f6d3fe
  dc:modified "2020-02-11T11:07:04"^^xsd:dateTime ;
  dc:created "2019-04-02T17:14:28"^^xsd:dateTime ;
  skos:prefLabel "seitlich"@de ;
  skos:inScheme bvha:conceptScheme_7816b346 ;
  skos:broader bvha:c_e307d3a6 ;
  a owl:NamedIndividual, skos:Concept .

bvha:conceptScheme_7816b346
  skos:prefLabel "Bamberger Vokabular für Historische Architektur"@de ;
  a owl:NamedIndividual, skos:ConceptScheme .

skos:Concept a owl:Class .
