@@ -16,7 +16,7 @@ Ein Beispiel hierfür ist `subOrganizationOf` in `Organization`:
1616~~~~~ {#objektlisten_ex1 .json}
1717{
1818 "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 ",
2020 "subOrganizationOf": "https://oparl.example.org/organization/2"
2121 ...
2222}
@@ -30,7 +30,7 @@ Ein Beispiel hierfür ist `meeting` in `Organization`:
3030~~~~~ {#objektlisten_ex2 .json}
3131{
3232 "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 ",
3434 "meeting": [
3535 "https://oparl.example.org/meeting/1",
3636 "https://oparl.example.org/meeting/2",
@@ -49,10 +49,10 @@ Wert eines Attributs angegeben. Ein Beispiel für ein internes Objekt ist
4949~~~~~ {#objektlisten_ex3 .json}
5050{
5151 "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 ",
5353 "location": {
5454 "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 ",
5656 "description": "Ratshausvorplatz 1, 12345 Beispielstadt"
5757 },
5858 ...
@@ -65,7 +65,7 @@ Beispiel des Attributes `membership` in `oparl:Person`.
6565~~~~~ {#objektlisten_ex4 .json}
6666{
6767 "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 ",
6969 "membership": [
7070 {
7171 "id": "https://oparl.example.org/memberships/385",
@@ -98,7 +98,7 @@ Listenausgabe. Ein Beispiel dafür ist `organization` in `oparl:Body`.
9898~~~~~ {#objektlisten_ex5a .json}
9999{
100100 "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 ",
102102 "organization": "https://oparl.example.org/body/1/organization"
103103 ...
104104}
@@ -111,19 +111,19 @@ Die externe Objektliste:
111111 "data": [
112112 {
113113 "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 ",
115115 "name": "Organisation Nummer 1",
116116 ...
117117 },
118118 {
119119 "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 ",
121121 "name": "Organisation Nummer 2",
122122 ...
123123 },
124124 {
125125 "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 ",
127127 "name": "Organisation Nummer 3",
128128 ...
129129 },
0 commit comments