# 27 triples
@prefix dbpprop: <http://dbpedia.org/property/> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pos: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix wdrs: <http://www.w3.org/2007/05/powder-s#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
_:b1 a vcard:Address, vcard:Pref ;
vcard:locality "G\u00F6ttingen" ;
vcard:postal-code "37077" ;
vcard:street-address "Friedrich-Hund-Platz 1" .
_:b2 a pos:SpatialThing ;
pos:lat "51.55829" ;
pos:long "9.94634" .
_:b3 a vcard:Pref, vcard:Voice ;
rdf:value "+49 551 39-5042 und 5053" .
_:b4 a vcard:Fax, vcard:Pref ;
rdf:value "+49 551 39-5043" .
<http://ld.zdb-services.de/resource/organisations/DE-7-002> owl:sameAs <http://uri.gbv.de/organization/isil/DE-7-002> .
<https://ld.zdb-services.de/data/organisations/DE-7-002> dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
dcterms:modified "2021-02-22T15:58:05.000"^^xsd:dateTime .
<https://ld.zdb-services.de/resource/organisations/DE-7-002> dbpprop:shortName "G\u00F6ttingen Inst.Astrophysik" ;
dce:identifier "DE-7-002" ;
a foaf:Organization ;
owl:sameAs <http://lobid.org/organisation/DE-7-002> ;
pos:location _:b2 ;
vcard:adr _:b1 ;
vcard:tel _:b3, _:b4 ;
wdrs:describedby <https://ld.zdb-services.de/data/organisations/DE-7-002> ;
foaf:name "Institut f\u00FCr Astrophysik, Bibliothek" .