generated from berlinonline/lod-sg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
berlinonline.ttl
72 lines (66 loc) · 2.31 KB
/
berlinonline.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix lodbo: <https://berlinonline.github.io/lod-berlin-bo/> .
@prefix lodsg: <https://berlinonline.github.io/lod-sg/> .
@prefix schema: <https://schema.org/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
lodbo:berlinonline
a schema:Organization ;
schema:name "BerlinOnline Stadtportal GmbH & Co. KG"@de ;
schema:address [
a schema:PostalAddress ;
schema:streetAddress "Stefan-Heym-Platz 1" ;
schema:postalCode "10367" ;
schema:addressLocality "Berlin" ;
schema:addressCountry "DE" ;
] ;
schema:url <https://berlinonline.net> ;
schema:faxNumber "+49 30 5771180 95" ;
schema:telephone "+49 30 2327 5530" ;
schema:taxID "DE219483549" ;
schema:email <mailto:info@berlinonline.de> ;
schema:identifier [
a schema:PropertyValue ;
schema:propertyID "Handelsregisternummer"@de ;
schema:value "HRA 31951" ;
lodsg:registerGericht lodbo:amtsgerichtCharlottenburg ;
] ;
lodsg:komplementaer lodbo:berlinonlineBeteiligung ;
.
lodbo:berlinonlineBeteiligung
a schema:Organization ;
schema:name "BerlinOnline Stadtportalbeteiligungsges. mbH" ;
schema:identifier [
a schema:PropertyValue ;
schema:propertyID "Handelsregisternummer"@de ;
schema:value "HRB 79077" ;
lodsg:registerGericht lodbo:amtsgerichtCharlottenburg ;
] ;
schema:address [
a schema:PostalAddress ;
schema:streetAddress "Stefan-Heym-Platz 1" ;
schema:postalCode "10367" ;
schema:addressLocality "Berlin" ;
schema:addressCountry "DE" ;
] ;
lodsg:managingDirector lodbo:olfDziadek, lodbo:andreasMaengel ;
.
lodbo:olfDziadek
a schema:Person ;
schema:name "Olf Dziadek" ;
schema:familyName "Dziadek" ;
.
lodbo:andreasMaengel
a schema:Person ;
schema:name "Andreas Mängel" ;
schema:familyName "Mängel" ;
.
lodbo:amtsgerichtCharlottenburg
a schema:Organization ;
schema:name "Amtsgericht Berlin-Charlottenburg" ;
.