@@ -16,7 +16,7 @@ Ein Beispiel hierfür ist `subOrganizationOf` in `Organization`:
16
16
~~~~~ {#objektlisten_ex1 .json}
17
17
{
18
18
"id": "https://oparl.example.org/organization/1",
19
- "type": "https://schema.oparl.org/1.0/organization ",
19
+ "type": "https://schema.oparl.org/1.0/Organization ",
20
20
"subOrganizationOf": "https://oparl.example.org/organization/2"
21
21
...
22
22
}
@@ -30,7 +30,7 @@ Ein Beispiel hierfür ist `meeting` in `Organization`:
30
30
~~~~~ {#objektlisten_ex2 .json}
31
31
{
32
32
"id": "https://oparl.example.org/organization/1",
33
- "type": "https://schema.oparl.org/1.0/organization ",
33
+ "type": "https://schema.oparl.org/1.0/Organization ",
34
34
"meeting": [
35
35
"https://oparl.example.org/meeting/1",
36
36
"https://oparl.example.org/meeting/2",
@@ -49,10 +49,10 @@ Wert eines Attributs angegeben. Ein Beispiel für ein internes Objekt ist
49
49
~~~~~ {#objektlisten_ex3 .json}
50
50
{
51
51
"id": "https://oparl.example.org/body/1",
52
- "type": "https://schema.oparl.org/1.0/body ",
52
+ "type": "https://schema.oparl.org/1.0/Body ",
53
53
"location": {
54
54
"id": "https://oparl.example.org/location/1",
55
- "type": "https://schema.oparl.org/1.0/location ",
55
+ "type": "https://schema.oparl.org/1.0/Location ",
56
56
"description": "Ratshausvorplatz 1, 12345 Beispielstadt"
57
57
},
58
58
...
@@ -65,7 +65,7 @@ Beispiel des Attributes `membership` in `oparl:Person`.
65
65
~~~~~ {#objektlisten_ex4 .json}
66
66
{
67
67
"id": "https://oparl.example.org/person/1",
68
- "type": "https://schema.oparl.org/1.0/person ",
68
+ "type": "https://schema.oparl.org/1.0/Person ",
69
69
"membership": [
70
70
{
71
71
"id": "https://oparl.example.org/memberships/385",
@@ -98,7 +98,7 @@ Listenausgabe. Ein Beispiel dafür ist `organization` in `oparl:Body`.
98
98
~~~~~ {#objektlisten_ex5a .json}
99
99
{
100
100
"id": "https://oparl.example.org/body/1",
101
- "type": "https://schema.oparl.org/1.0/body ",
101
+ "type": "https://schema.oparl.org/1.0/Body ",
102
102
"organization": "https://oparl.example.org/body/1/organization"
103
103
...
104
104
}
@@ -111,19 +111,19 @@ Die externe Objektliste:
111
111
"data": [
112
112
{
113
113
"id": "https://oparl.example.org/organization/1",
114
- "type": "https://schema.oparl.org/1.0/organization ",
114
+ "type": "https://schema.oparl.org/1.0/Organization ",
115
115
"name": "Organisation Nummer 1",
116
116
...
117
117
},
118
118
{
119
119
"id": "https://oparl.example.org/organization/2",
120
- "type": "https://schema.oparl.org/1.0/organization ",
120
+ "type": "https://schema.oparl.org/1.0/Organization ",
121
121
"name": "Organisation Nummer 2",
122
122
...
123
123
},
124
124
{
125
125
"id": "https://oparl.example.org/organization/3",
126
- "type": "https://schema.oparl.org/1.0/organization ",
126
+ "type": "https://schema.oparl.org/1.0/Organization ",
127
127
"name": "Organisation Nummer 3",
128
128
...
129
129
},
0 commit comments