# 41 triples
@prefix dbp: <http://dbpedia.org/property/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix so: <http://schema.org/> .
@prefix vcard2006: <http://www.w3.org/2006/vcard/ns#> .
@prefix wdrs: <http://www.w3.org/2007/05/powder-s#> .
@prefix wgs: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix xmlns: <http://xmlns.com/foaf/0.1/> .
@prefix xs: <http://www.w3.org/2001/XMLSchema#> .
_:b1 a vcard2006:Address, vcard2006:Pref ;
vcard2006:locality "Halle/Saale" ;
vcard2006:postal-code "06108" ;
vcard2006:street-address "Kleine Marktstr. 5" .
_:b2 a wgs:SpatialThing ;
wgs:lat "51.48409" ;
wgs:long "11.96732" .
_:b3 so:description "und nach Vereinbarung" ;
a so:OpeningHoursSpecification ;
rdfs:comment "Mo-Di und Do-Fr 10.00-17.00, Mi 14.00-17.00" .
_:b4 a vcard2006:Address, vcard2006:Parcel, vcard2006:Postal ;
vcard2006:locality "Halle/Saale" ;
vcard2006:postal-code "06108" ;
vcard2006:street-address "Gro\u00DFe Nikolaistr. 5" .
_:b5 a vcard2006:Pref, vcard2006:Voice ;
rdf:value "+49 345 5 00 90-253" .
_:b6 a vcard2006:Fax, vcard2006:Pref ;
rdf:value "+49 345 5 00 90-416" .
<http://ld.zdb-services.de/resource/organisations/DE-Ha101> owl:sameAs <http://uri.gbv.de/organization/isil/DE-Ha101> .
<https://ld.zdb-services.de/data/organisations/DE-Ha101> dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
dcterms:modified "2023-04-14T15:11:52.000"^^xs:dateTime .
<https://ld.zdb-services.de/resource/organisations/DE-Ha101> dbp:shortName "Halle/S Stiftung H\u00E4ndel-Haus" ;
dc11:identifier "DE-Ha101" ;
so:openingHoursSpecification _:b3 ;
a xmlns:Organization ;
owl:sameAs <http://lobid.org/organisation/DE-Ha101> ;
wgs:location _:b2 ;
vcard2006:adr _:b1, _:b4 ;
vcard2006:email <mailto:bibliothek@haendelhaus.de> ;
vcard2006:tel _:b5, _:b6 ;
wdrs:describedby <https://ld.zdb-services.de/data/organisations/DE-Ha101> ;
xmlns:homepage <http://www.haendelhaus.de/bibliothek/bibliothek.html> ;
xmlns:name "Stiftung H\u00E4ndel-Haus, Bibliothek" .
<mailto:bibliothek@haendelhaus.de> a "http://www.w3.org/2006/vcard/ns#Pref" .