-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsilberblick-person-schema.json
More file actions
128 lines (121 loc) · 3.47 KB
/
silberblick-person-schema.json
File metadata and controls
128 lines (121 loc) · 3.47 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"@context": "https://schema.org",
"@type": "Person",
"@id": "https://silberblick.berlin#daniel-kause",
"name": "Daniel Kause",
"givenName": "Daniel",
"familyName": "Kause",
"additionalName": "SILBERBLICK",
"jobTitle": "Fotograf",
"description": "Professioneller Fotograf für Business, Architektur und Portraits in der Metropolitanregion Berlin-Brandenburg seit 1995.",
"worksFor": {
"@type": "Organization",
"name": "Smart Genossenschaft",
"url": "https://smartde.coop/",
"description": "Genossenschaft für selbständige Kreative und Berater"
},
"hasOccupation": {
"@type": "Occupation",
"name": "Fotograf",
"occupationalCategory": "Fotografische Dienstleistungen",
"experienceRequirements": "20+ Jahre Berufserfahrung seit 1995"
},
"serviceArea": [
{
"@type": "AdministrativeArea",
"name": "Hauptstadtregion Berlin-Brandenburg",
"description": "6 Millionen Einwohner, 30.370 km² Fläche"
},
{
"@type": "Place",
"name": "Berlin",
"addressLocality": "Berlin",
"addressCountry": "DE"
},
{
"@type": "Place",
"name": "Brandenburg",
"addressRegion": "Brandenburg",
"addressCountry": "DE"
},
{
"@type": "Country",
"name": "Deutschland"
}
],
"url": "https://silberblick.berlin",
"email": "daniel@silberblick.berlin",
"contactPoint": {
"@type": "ContactPoint",
"contactType": "business",
"email": "daniel@silberblick.berlin",
"url": "https://silberblick.berlin/kontakt",
"availableLanguage": ["de", "en"]
},
"brand": {
"@type": "Brand",
"name": "SILBERBLICK",
"description": "Fotografische Marke seit 2003, eingetragene Wort-Bild-Marke",
"foundingDate": "2003"
},
"makesOffer": [
{
"@type": "Offer",
"name": "Businessfotografie",
"description": "Corporate Portraits, Unternehmensfotos, Executive Photography",
"itemOffered": {
"@type": "Service",
"name": "Businessfotografie",
"serviceType": "Corporate Photography",
"provider": {
"@type": "Person",
"@id": "https://silberblick.berlin#daniel-kause"
}
},
"areaServed": {
"@type": "AdministrativeArea",
"name": "Hauptstadtregion Berlin-Brandenburg"
}
},
{
"@type": "Offer",
"name": "Architekturfotografie",
"description": "Architekturfotos, Raumfotografie, Immobilienfotografie",
"itemOffered": {
"@type": "Service",
"name": "Architekturfotografie",
"serviceType": "Architectural Photography",
"provider": {
"@type": "Person",
"@id": "https://silberblick.berlin#daniel-kause"
}
},
"areaServed": {
"@type": "AdministrativeArea",
"name": "Hauptstadtregion Berlin-Brandenburg"
}
},
{
"@type": "Offer",
"name": "Portraitfotografie",
"description": "Authentische Portraits, Personenfotografie, Bewerbungsfotos",
"itemOffered": {
"@type": "Service",
"name": "Portraitfotografie",
"serviceType": "Portrait Photography",
"provider": {
"@type": "Person",
"@id": "https://silberblick.berlin#daniel-kause"
}
},
"areaServed": {
"@type": "AdministrativeArea",
"name": "Hauptstadtregion Berlin-Brandenburg"
}
}
],
"sameAs": [
"https://silberblick.berlin",
"https://silberblick.berlin/der-fotograf"
]
}