@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_addb202b
  skos:prefLabel "Zusatzlast"@de ;
  a owl:NamedIndividual, skos:Concept ;
  skos:narrower bvha:c_f33ccdfd .

bvha:c_f33ccdfd
  skos:broader bvha:c_addb202b ;
  a skos:Concept, owl:NamedIndividual ;
  dc:modified "2020-03-05T18:45:12"^^xsd:dateTime ;
  skos:inScheme bvha:conceptScheme_7816b346 ;
  dc:created "2019-10-01T10:24:59"^^xsd:dateTime ;
  skos:prefLabel "pression due au vent"@fr, "Windlast"@de, "wind pressure"@en ;
  skos:altLabel "wind pression"@en .

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

skos:Concept a owl:Class .
