変更
On 2025年4月8日 9:14:52 +0200,
-
Updated description of resource Carsharingdaten (GraphQL) in Gebündelte Daten Carsharing Baden Württemberg from
Ermöglicht Feed-übergreifende Abfragen, einige Beispielabfragen sind <a href="https://api.mobidata-bw.de/sharing/graphiql?query=query%20Abfrage_einer_bestimmten_Station%20%7B%0A%20%20station(id%3A%20%22DER%3AStation%3A6087ee2827683d1aee65b4fc%22)%20%7B%0A%20%20%20%20id%0A%20%20%20%20name%20%7B%0A%20%20%20%20%20%20translation%20%7B%0A%20%20%20%20%20%20%20%20language%0A%20%20%20%20%20%20%20%20value%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%20%20shortName%20%7B%0A%20%20%20%20%20%20translation%20%7B%0A%20%20%20%20%20%20%20%20language%0A%20%20%20%20%20%20%20%20value%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%20%20lat%0A%20%20%20%20lon%20%0A%20%20%20%20region%20%7B%0A%20%20%20%20%20%20name%0A%20%20%20%20%7D%0A%20%20%20%20capacity%0A%20%20%20%20vehicleTypesCapacity%20%7B%0A%20%20%20%20%20%20vehicleTypes%20%7B%0A%20%20%20%20%20%20%20%20id%0A%20%20%20%20%20%20%20%20formFactor%0A%20%20%20%20%20%20%20%20propulsionType%0A%20%20%20%20%20%20%20%20maxRangeMeters%0A%20%20%20%20%20%20%20%20name%20%7B%0A%20%20%20%20%20%20%20%20%20%20translation%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20language%0A%20%20%20%20%20%20%20%20%20%20%20%20value%0A%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20returnConstraint%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20count%0A%20%20%20%20%7D%0A%20%20%20%20address%0A%20%20%20%20postCode%0A%20%20%20%20rentalMethods%0A%20%20%20%20isValetStation%0A%20%20%20%20isChargingStation%0A%20%20%20%20isVirtualStation%0A%20%20%20%20numVehiclesAvailable%0A%20%20%20%20vehicleTypesAvailable%20%7B%0A%20%20%20%20%20%20vehicleType%20%7B%0A%20%20%20%20%20%20%20%20id%0A%20%20%20%20%20%20%20%20formFactor%0A%20%20%20%20%20%20%20%20propulsionType%0A%20%20%20%20%20%20%20%20maxRangeMeters%0A%20%20%20%20%20%20%20%20name%20%7B%0A%20%20%20%20%20%20%20%20%20%20translation%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20language%0A%20%20%20%20%20%20%20%20%20%20%20%20value%0A%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20returnConstraint%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20count%0A%20%20%20%20%7D%0A%20%20%20%20numDocksAvailable%0A%20%20%20%20isInstalled%0A%20%20%20%20isRenting%0A%20%20%20%20isReturning%0A%20%20%20%20lastReported%0A%20%20%7D%0A%7D%0A%0A%0Aquery%20Abfrage_eines_bestimmten_Fahrzeugs%20%7B%0A%20%20vehicle(id%3A%20%22DOH%3AVehicle%3A37029399-4cbe-479c-9a32-3747844fa6a2%22)%20%7B%0A%20%20%20%20id%0A%20%20%20%20isReserved%0A%20%20%20%20isDisabled%0A%20%20%20%20currentRangeMeters%0A%20%20%20%20currentFuelPercent%0A%20%20%20%20system%20%7B%0A%20%20%20%20%20%20openingHours%0A%20%20%20%20%20%20email%0A%20%20%20%20%20%20timezone%0A%20%20%20%20%7D%0A%20%20%20%20rentalUris%20%7B%0A%20%20%20%20%20%20android%0A%20%20%20%20%20%20ios%0A%20%20%20%20%20%20web%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D%0A%0A%0Aquery%20Abfrage_aller_Stationen_im_Umkreis%20%7B%0A%20%20stations%20(lat%3A%2049.0508%2C%20lon%3A%208.524886%2C%20range%3A%205000)%20%7B%0A%20%20%20%20id%0A%20%20%7D%0A%7D%0A%0A%0Aquery%20Abfrage_aller_Stationen_in_einer_Bounding_Box%20%7B%0A%20%20stations%20(minimumLatitude%3A%2048.756868%2C%20minimumLongitude%3A%209.133415%2C%20maximumLatitude%3A%2048.790807%2C%20maximumLongitude%3A%209.214096)%20%7B%0A%20%20%20%20id%0A%20%20%7D%0A%7D&operationName=Abfrage_einer_bestimmten_Station" target="_blank">unter diesem Link</a> verfügbar. Neben der GraphQL-Schnittstelle ist mit GraphiQL eine Oberfläche verfügbar, die neben einer Dokumentation auch eine Validierung der Queries bietet und sich besonders zum Debuggen eignet: <a href="https://api.mobidata-bw.de/sharing/graphiql/" target="_blank">https://api.mobidata-bw.de/sharing/graphiql</a>
toGraphQL ermöglicht Feed-übergreifende Abfragen. Neben der GraphQL-Schnittstelle ist mit GraphiQL eine Oberfläche verfügbar, die neben einer Dokumentation auch eine Validierung der Queries bietet und sich besonders zum Debuggen eignet: <a href="https://api.mobidata-bw.de/sharing/graphiql?path=/graphql" target="_blank">https://api.mobidata-bw.de/sharing/graphiql?path=/graphql</a>. Einige Beispielabfragen dazu sind <a href="https://www.mobidata-bw.de/data/GraphiQL_Beispiel-Queries.txt" target="_blank">unter diesem Link</a> verfügbar.
f | 1 | { | f | 1 | { |
2 | "author": "MobiData BW", | 2 | "author": "MobiData BW", | ||
3 | "author_email": "mobidata-bw@nvbw.de", | 3 | "author_email": "mobidata-bw@nvbw.de", | ||
4 | "creator_user_id": "9b027c3e-ab5b-4b2d-94ac-d3372707e8c7", | 4 | "creator_user_id": "9b027c3e-ab5b-4b2d-94ac-d3372707e8c7", | ||
5 | "extras": [ | 5 | "extras": [ | ||
6 | { | 6 | { | ||
7 | "key": "harvest_object_id", | 7 | "key": "harvest_object_id", | ||
8 | "value": "13ea6900-9bfb-46ef-97dd-06299675d2a9" | 8 | "value": "13ea6900-9bfb-46ef-97dd-06299675d2a9" | ||
9 | }, | 9 | }, | ||
10 | { | 10 | { | ||
11 | "key": "harvest_source_id", | 11 | "key": "harvest_source_id", | ||
12 | "value": "fb8e8df4-368f-4c85-a860-e9b467930fb8" | 12 | "value": "fb8e8df4-368f-4c85-a860-e9b467930fb8" | ||
13 | }, | 13 | }, | ||
14 | { | 14 | { | ||
15 | "key": "harvest_source_title", | 15 | "key": "harvest_source_title", | ||
16 | "value": "MobiData BW" | 16 | "value": "MobiData BW" | ||
17 | } | 17 | } | ||
18 | ], | 18 | ], | ||
19 | "groups": [ | 19 | "groups": [ | ||
20 | { | 20 | { | ||
21 | "description": "", | 21 | "description": "", | ||
22 | "display_name": "Sharing-Angebote", | 22 | "display_name": "Sharing-Angebote", | ||
23 | "id": "3ea1e67a-6067-45b1-8976-bbf9f901bb2f", | 23 | "id": "3ea1e67a-6067-45b1-8976-bbf9f901bb2f", | ||
24 | "image_display_url": | 24 | "image_display_url": | ||
25 | ata-bw.de/uploads/group/2024-01-29-123448.597295sharing-angebote.jpg", | 25 | ata-bw.de/uploads/group/2024-01-29-123448.597295sharing-angebote.jpg", | ||
26 | "name": "sharing-angebote", | 26 | "name": "sharing-angebote", | ||
27 | "title": "Sharing-Angebote" | 27 | "title": "Sharing-Angebote" | ||
28 | } | 28 | } | ||
29 | ], | 29 | ], | ||
30 | "id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | 30 | "id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | ||
31 | "isopen": false, | 31 | "isopen": false, | ||
32 | "license_id": "dl-de/by-2-0", | 32 | "license_id": "dl-de/by-2-0", | ||
33 | "license_title": "Datenlizenz Deutschland \u2013 Namensnennung | 33 | "license_title": "Datenlizenz Deutschland \u2013 Namensnennung | ||
34 | \u2013 Version 2.0", | 34 | \u2013 Version 2.0", | ||
35 | "license_url": "https://www.govdata.de/dl-de/by-2-0", | 35 | "license_url": "https://www.govdata.de/dl-de/by-2-0", | ||
36 | "maintainer": "", | 36 | "maintainer": "", | ||
37 | "maintainer_email": "", | 37 | "maintainer_email": "", | ||
38 | "metadata_created": "2022-07-08T11:20:11.307253", | 38 | "metadata_created": "2022-07-08T11:20:11.307253", | ||
n | 39 | "metadata_modified": "2025-03-24T15:40:47.757001", | n | 39 | "metadata_modified": "2025-04-08T07:14:52.618265", |
40 | "name": "carsharing", | 40 | "name": "carsharing", | ||
41 | "notes": "<p>Dieses Datenprofil b\u00fcndelt Daten zu<strong> | 41 | "notes": "<p>Dieses Datenprofil b\u00fcndelt Daten zu<strong> | ||
42 | Standorten von Stationen</strong> und zu verf\u00fcgbaren | 42 | Standorten von Stationen</strong> und zu verf\u00fcgbaren | ||
43 | <strong>Carsharing-Fahrzeugen </strong>an den Stationen von | 43 | <strong>Carsharing-Fahrzeugen </strong>an den Stationen von | ||
44 | Carsharing-Angeboten in Baden-W\u00fcrttemberg und angrenzenden | 44 | Carsharing-Angeboten in Baden-W\u00fcrttemberg und angrenzenden | ||
45 | Regionen. Es handelt sich dabei um statische und dynamische Daten. Der | 45 | Regionen. Es handelt sich dabei um statische und dynamische Daten. Der | ||
46 | Schnittstellenzugriff erm\u00f6glicht den geb\u00fcndelten Zugang zu | 46 | Schnittstellenzugriff erm\u00f6glicht den geb\u00fcndelten Zugang zu | ||
47 | Stations- und Verf\u00fcgbarkeitsdaten der aufgelisteten Anbieter. | 47 | Stations- und Verf\u00fcgbarkeitsdaten der aufgelisteten Anbieter. | ||
48 | </p>\r\n\r\n<p>Detaillierte Informationen zum Datenprofil finden Sie | 48 | </p>\r\n\r\n<p>Detaillierte Informationen zum Datenprofil finden Sie | ||
49 | im dazugeh\u00f6rigen <strong><a | 49 | im dazugeh\u00f6rigen <strong><a | ||
50 | /www.mobidata-bw.de/data/MobiData_BW_Factsheet_Sharing.pdf\">Factsheet | 50 | /www.mobidata-bw.de/data/MobiData_BW_Factsheet_Sharing.pdf\">Factsheet | ||
51 | Datenprofil Sharing Mobility</a></strong>.</p>\r\n\r\n<p | 51 | Datenprofil Sharing Mobility</a></strong>.</p>\r\n\r\n<p | ||
52 | class=\"infokasten\">F\u00fcr Kommunen und Infrastrukturbetreiber | 52 | class=\"infokasten\">F\u00fcr Kommunen und Infrastrukturbetreiber | ||
53 | gelten die Datenbereitstellungspflichten der <strong><a | 53 | gelten die Datenbereitstellungspflichten der <strong><a | ||
54 | /DE/TXT/PDF/?uri=OJ:L_202400490\"_blank\"target=\"_blank\">Delegierten | 54 | /DE/TXT/PDF/?uri=OJ:L_202400490\"_blank\"target=\"_blank\">Delegierten | ||
55 | Verordnung (EU) 2024/490</a></strong>. Vorhandene statische Reise- und | 55 | Verordnung (EU) 2024/490</a></strong>. Vorhandene statische Reise- und | ||
56 | Verkehrsdaten sind bis zum 01.12.2024 und dynamische Belegungs- bzw. | 56 | Verkehrsdaten sind bis zum 01.12.2024 und dynamische Belegungs- bzw. | ||
57 | Verf\u00fcgbarkeitsdaten bis zum 01.12.2026 bereitzustellen.</p> | 57 | Verf\u00fcgbarkeitsdaten bis zum 01.12.2026 bereitzustellen.</p> | ||
58 | \r\n<p>\r\n </p>\r\n<p>Detaillierte Informationen zu den | 58 | \r\n<p>\r\n </p>\r\n<p>Detaillierte Informationen zu den | ||
59 | Datenbereitstellungspflichten finden Sie in unserem <strong><a | 59 | Datenbereitstellungspflichten finden Sie in unserem <strong><a | ||
60 | sheet-Datenbereitstellungspflichenneu.pdf\"target=\"_blank\">Factsheet | 60 | sheet-Datenbereitstellungspflichenneu.pdf\"target=\"_blank\">Factsheet | ||
61 | Datenbereitstellungspflichten</a></strong> sowie in der <strong><a | 61 | Datenbereitstellungspflichten</a></strong> sowie in der <strong><a | ||
62 | 408MobilitatsdatenChecklisteWebseite.pdf\"target=\"_blank\">Checkliste | 62 | 408MobilitatsdatenChecklisteWebseite.pdf\"target=\"_blank\">Checkliste | ||
63 | f\u00fcr kommunale Mobilit\u00e4tsdaten</a></strong>. | 63 | f\u00fcr kommunale Mobilit\u00e4tsdaten</a></strong>. | ||
64 | </p>\r\n\r\n<hr/>\r\n\r\n<h3 | 64 | </p>\r\n\r\n<hr/>\r\n\r\n<h3 | ||
65 | id=\"aktuell-enthaltene-anbieter\">Aktuell enthaltene | 65 | id=\"aktuell-enthaltene-anbieter\">Aktuell enthaltene | ||
66 | Anbieter</h3>\r\n<p><iframe | 66 | Anbieter</h3>\r\n<p><iframe | ||
67 | c=\"https://www.mobidata-bw.de/karten/ipl/sharing_car/\"width=\"100%\" | 67 | c=\"https://www.mobidata-bw.de/karten/ipl/sharing_car/\"width=\"100%\" | ||
68 | height=\"900px\"></iframe></p>\r\n\r\n<p><p>\r\nHier geht es zur | 68 | height=\"900px\"></iframe></p>\r\n\r\n<p><p>\r\nHier geht es zur | ||
69 | <strong> <a | 69 | <strong> <a | ||
70 | href=\"https://www.mobidata-bw.de/karten/ipl/sharing_car/\" | 70 | href=\"https://www.mobidata-bw.de/karten/ipl/sharing_car/\" | ||
71 | target=\"_blank\">Vollbildansicht</a></strong> der | 71 | target=\"_blank\">Vollbildansicht</a></strong> der | ||
72 | Karte.</span></p>\r\n<p><hr></p>\r\n<h3 | 72 | Karte.</span></p>\r\n<p><hr></p>\r\n<h3 | ||
73 | id=\"verf-gbare-daten\">Verf\u00fcgbare | 73 | id=\"verf-gbare-daten\">Verf\u00fcgbare | ||
74 | Daten</h3>\r\n<ul>\r\n<li><p><strong>*</strong> <a | 74 | Daten</h3>\r\n<ul>\r\n<li><p><strong>*</strong> <a | ||
75 | href=\"https://www.deer-carsharing.de/\">Deer GmbH</a>, dynamische | 75 | href=\"https://www.deer-carsharing.de/\">Deer GmbH</a>, dynamische | ||
76 | Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> Stadtmobil Stuttgart | 76 | Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> Stadtmobil Stuttgart | ||
77 | (Stationsdaten), statische | 77 | (Stationsdaten), statische | ||
78 | Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> Stadtmobil Karlsruhe | 78 | Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> Stadtmobil Karlsruhe | ||
79 | (Stationsdaten), statische | 79 | (Stationsdaten), statische | ||
80 | Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> Stadtmobil | 80 | Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> Stadtmobil | ||
81 | Rhein-Neckar (Stationsdaten), statische | 81 | Rhein-Neckar (Stationsdaten), statische | ||
82 | Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> naturenergie sharing | 82 | Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> naturenergie sharing | ||
83 | (ehem. Stadtmobil S\u00fcdbaden bzw. my-e-car), statische | 83 | (ehem. Stadtmobil S\u00fcdbaden bzw. my-e-car), statische | ||
84 | Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> ZEO, Bruchsal, | 84 | Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> ZEO, Bruchsal, | ||
85 | statische Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> Flinkster, | 85 | statische Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> Flinkster, | ||
86 | DB Carsharing, statische | 86 | DB Carsharing, statische | ||
87 | Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> teilAuto Neckar-Alb, | 87 | Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> teilAuto Neckar-Alb, | ||
88 | statische Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> Stadtwerk | 88 | statische Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> Stadtwerk | ||
89 | Tauberfranken, dynamische | 89 | Tauberfranken, dynamische | ||
90 | Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> ZEAG Energie AG, | 90 | Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> ZEAG Energie AG, | ||
91 | dynamische Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> | 91 | dynamische Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> | ||
92 | \u00d6kostadt Renningen, statische | 92 | \u00d6kostadt Renningen, statische | ||
93 | Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> Gr\u00fcne Flotte | 93 | Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> Gr\u00fcne Flotte | ||
94 | Freiburg, statische Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> | 94 | Freiburg, statische Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> | ||
95 | OberSchwabenMobil, dynamische | 95 | OberSchwabenMobil, dynamische | ||
96 | Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> Gm\u00fcnd bewegt!, | 96 | Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> Gm\u00fcnd bewegt!, | ||
97 | dynamische Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> teilAuto | 97 | dynamische Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> teilAuto | ||
98 | Schw\u00e4bisch Hall, statische | 98 | Schw\u00e4bisch Hall, statische | ||
99 | Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> Car-ship, dynamische | 99 | Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> Car-ship, dynamische | ||
100 | Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> COONO, statische | 100 | Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> COONO, statische | ||
101 | Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> <a | 101 | Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> <a | ||
102 | taset/standorte-und-verfugbarkeit-von-shared-mobility-angeboten\">Open | 102 | taset/standorte-und-verfugbarkeit-von-shared-mobility-angeboten\">Open | ||
103 | Data Swiss</a> (Share Birrer, 2EM, edrive, Mobility), dynamische | 103 | Data Swiss</a> (Share Birrer, 2EM, edrive, Mobility), dynamische | ||
104 | \r\n</li>\r\n</ul>\r\n<p><hr></p>\r\n\r\n<h3>Zugang</h3>\r\n\r\n<p>Die | 104 | \r\n</li>\r\n</ul>\r\n<p><hr></p>\r\n\r\n<h3>Zugang</h3>\r\n\r\n<p>Die | ||
105 | Daten zum Carsharing in Baden-W\u00fcrttemberg sind offen | 105 | Daten zum Carsharing in Baden-W\u00fcrttemberg sind offen | ||
106 | verf\u00fcgbar und k\u00f6nnen \u00fcber die bereitgestellten | 106 | verf\u00fcgbar und k\u00f6nnen \u00fcber die bereitgestellten | ||
107 | <strong>GBFS-Feeds </strong>genutzt werden. Die zugeh\u00f6rige | 107 | <strong>GBFS-Feeds </strong>genutzt werden. Die zugeh\u00f6rige | ||
108 | Dokumentation ist <a | 108 | Dokumentation ist <a | ||
109 | href=\"https://github.com/MobilityData/gbfs\">hier verlinkt</a>. | 109 | href=\"https://github.com/MobilityData/gbfs\">hier verlinkt</a>. | ||
110 | F\u00fcr Feed-\u00fcbergreifende Abfragen kann | 110 | F\u00fcr Feed-\u00fcbergreifende Abfragen kann | ||
111 | <strong>GraphQL</strong> genutzt werden.</p>\r\n\r\n<p>Au\u00dferdem | 111 | <strong>GraphQL</strong> genutzt werden.</p>\r\n\r\n<p>Au\u00dferdem | ||
112 | steht hier eine <strong><a | 112 | steht hier eine <strong><a | ||
113 | haring_stations_car&maxFeatures=20000&outputFormat=csv\">Gesamtabfrage | 113 | haring_stations_car&maxFeatures=20000&outputFormat=csv\">Gesamtabfrage | ||
114 | per CSV </a></strong> der Stationen (aus dem GeoServer) bereit. Die | 114 | per CSV </a></strong> der Stationen (aus dem GeoServer) bereit. Die | ||
115 | Abfrage der free-floating Fahrzeuge ist unter \"Daten und Ressourcen\" | 115 | Abfrage der free-floating Fahrzeuge ist unter \"Daten und Ressourcen\" | ||
116 | gelistet.</p>\r\n\r\n<p>Der offene Datensatz kann in s\u00e4mtliche | 116 | gelistet.</p>\r\n\r\n<p>Der offene Datensatz kann in s\u00e4mtliche | ||
117 | Auskunftssysteme und Karten integriert werden, um \u00fcber die | 117 | Auskunftssysteme und Karten integriert werden, um \u00fcber die | ||
118 | generelle Verf\u00fcgbarkeit von Parkpl\u00e4tzen und Parkbauten zu | 118 | generelle Verf\u00fcgbarkeit von Parkpl\u00e4tzen und Parkbauten zu | ||
119 | informieren.</p>\r\n\r\n<p><hr></p>\r\n\r\n<div | 119 | informieren.</p>\r\n\r\n<p><hr></p>\r\n\r\n<div | ||
120 | class=\"infokasten\">\r\n<p><strong>Datenbestand</strong> (22.01.2025) | 120 | class=\"infokasten\">\r\n<p><strong>Datenbestand</strong> (22.01.2025) | ||
121 | </p>\r\n<ul>\r\n<li><p><strong>*</strong> 3.993 Stationen mit | 121 | </p>\r\n<ul>\r\n<li><p><strong>*</strong> 3.993 Stationen mit | ||
122 | mindestens 5.803 verf\u00fcgbaren | 122 | mindestens 5.803 verf\u00fcgbaren | ||
123 | Fahrzeugen</p></li>\r\n<li><p><strong>*</strong> 7 free-floating | 123 | Fahrzeugen</p></li>\r\n<li><p><strong>*</strong> 7 free-floating | ||
124 | Fahrzeuge</p></li>\r\n</ul>\r\n</div>\r\n<p><hr></p>\r\n\r\n<style | 124 | Fahrzeuge</p></li>\r\n</ul>\r\n</div>\r\n<p><hr></p>\r\n\r\n<style | ||
125 | type=\"text/css\">\r\n\r\n.infokasten {\r\nbackground: | 125 | type=\"text/css\">\r\n\r\n.infokasten {\r\nbackground: | ||
126 | #ffcc00;\r\ncolor: #3a4044;\r\npadding: 10px;\r\nborder-radius: | 126 | #ffcc00;\r\ncolor: #3a4044;\r\npadding: 10px;\r\nborder-radius: | ||
127 | 10px;\r\n}\r\n\r\n.infokasten a {\r\ncolor: | 127 | 10px;\r\n}\r\n\r\n.infokasten a {\r\ncolor: | ||
128 | #3a4044;\r\n\r\n}\r\n\r\n</style>\r\n\r\n", | 128 | #3a4044;\r\n\r\n}\r\n\r\n</style>\r\n\r\n", | ||
129 | "num_resources": 7, | 129 | "num_resources": 7, | ||
130 | "num_tags": 38, | 130 | "num_tags": 38, | ||
131 | "organization": { | 131 | "organization": { | ||
132 | "approval_status": "approved", | 132 | "approval_status": "approved", | ||
133 | "created": "2022-07-07T14:36:09.725590", | 133 | "created": "2022-07-07T14:36:09.725590", | ||
134 | "description": "Mobilit\u00e4tsdaten aus Baden-W\u00fcrttemberg", | 134 | "description": "Mobilit\u00e4tsdaten aus Baden-W\u00fcrttemberg", | ||
135 | "id": "d5ec40d3-e4e5-490a-9a42-edebc7733534", | 135 | "id": "d5ec40d3-e4e5-490a-9a42-edebc7733534", | ||
136 | "image_url": "2024-10-02-083048.108812MobiDataBW.svg", | 136 | "image_url": "2024-10-02-083048.108812MobiDataBW.svg", | ||
137 | "is_organization": true, | 137 | "is_organization": true, | ||
138 | "name": "mobidata-bw", | 138 | "name": "mobidata-bw", | ||
139 | "state": "active", | 139 | "state": "active", | ||
140 | "title": "MobiData BW", | 140 | "title": "MobiData BW", | ||
141 | "type": "organization" | 141 | "type": "organization" | ||
142 | }, | 142 | }, | ||
143 | "owner_org": "d5ec40d3-e4e5-490a-9a42-edebc7733534", | 143 | "owner_org": "d5ec40d3-e4e5-490a-9a42-edebc7733534", | ||
144 | "private": false, | 144 | "private": false, | ||
145 | "relationships_as_object": [], | 145 | "relationships_as_object": [], | ||
146 | "relationships_as_subject": [], | 146 | "relationships_as_subject": [], | ||
147 | "resources": [ | 147 | "resources": [ | ||
148 | { | 148 | { | ||
149 | "cache_last_updated": null, | 149 | "cache_last_updated": null, | ||
150 | "cache_url": null, | 150 | "cache_url": null, | ||
151 | "created": "2022-01-21T15:26:16.198644", | 151 | "created": "2022-01-21T15:26:16.198644", | ||
152 | "datastore_active": false, | 152 | "datastore_active": false, | ||
153 | "description": "", | 153 | "description": "", | ||
154 | "format": "GBFS", | 154 | "format": "GBFS", | ||
155 | "hash": "", | 155 | "hash": "", | ||
156 | "id": "f2258adf-2b96-4844-b21c-691c97751f5e", | 156 | "id": "f2258adf-2b96-4844-b21c-691c97751f5e", | ||
157 | "last_modified": null, | 157 | "last_modified": null, | ||
158 | "metadata_modified": "2024-09-27T13:16:03.439476", | 158 | "metadata_modified": "2024-09-27T13:16:03.439476", | ||
159 | "mimetype": null, | 159 | "mimetype": null, | ||
160 | "mimetype_inner": null, | 160 | "mimetype_inner": null, | ||
161 | "name": "Carsharingdaten (GBFS)", | 161 | "name": "Carsharingdaten (GBFS)", | ||
162 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | 162 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | ||
163 | "position": 0, | 163 | "position": 0, | ||
164 | "resource_type": null, | 164 | "resource_type": null, | ||
165 | "size": null, | 165 | "size": null, | ||
166 | "state": "active", | 166 | "state": "active", | ||
167 | "url": "https://api.mobidata-bw.de/sharing/gbfs", | 167 | "url": "https://api.mobidata-bw.de/sharing/gbfs", | ||
168 | "url_type": null | 168 | "url_type": null | ||
169 | }, | 169 | }, | ||
170 | { | 170 | { | ||
171 | "cache_last_updated": null, | 171 | "cache_last_updated": null, | ||
172 | "cache_url": null, | 172 | "cache_url": null, | ||
173 | "created": "2025-01-24T14:43:16.557044", | 173 | "created": "2025-01-24T14:43:16.557044", | ||
174 | "datastore_active": false, | 174 | "datastore_active": false, | ||
175 | "description": "Dokumentation von MobilityData", | 175 | "description": "Dokumentation von MobilityData", | ||
176 | "format": "", | 176 | "format": "", | ||
177 | "hash": "", | 177 | "hash": "", | ||
178 | "id": "0087132b-b2de-425c-b700-bd56a82165ac", | 178 | "id": "0087132b-b2de-425c-b700-bd56a82165ac", | ||
179 | "last_modified": null, | 179 | "last_modified": null, | ||
180 | "metadata_modified": "2025-01-24T14:43:47.687746", | 180 | "metadata_modified": "2025-01-24T14:43:47.687746", | ||
181 | "mimetype": null, | 181 | "mimetype": null, | ||
182 | "mimetype_inner": null, | 182 | "mimetype_inner": null, | ||
183 | "name": "GBFS Dokumentation", | 183 | "name": "GBFS Dokumentation", | ||
184 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | 184 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | ||
185 | "position": 1, | 185 | "position": 1, | ||
186 | "resource_type": null, | 186 | "resource_type": null, | ||
187 | "size": null, | 187 | "size": null, | ||
188 | "state": "active", | 188 | "state": "active", | ||
189 | "url": "https://github.com/MobilityData/gbfs", | 189 | "url": "https://github.com/MobilityData/gbfs", | ||
190 | "url_type": null | 190 | "url_type": null | ||
191 | }, | 191 | }, | ||
192 | { | 192 | { | ||
193 | "cache_last_updated": null, | 193 | "cache_last_updated": null, | ||
194 | "cache_url": null, | 194 | "cache_url": null, | ||
195 | "created": "2020-11-27T13:17:29.285810", | 195 | "created": "2020-11-27T13:17:29.285810", | ||
196 | "datastore_active": false, | 196 | "datastore_active": false, | ||
197 | "description": "<p>Im Folgenden sind die GetCapabilities-Links | 197 | "description": "<p>Im Folgenden sind die GetCapabilities-Links | ||
198 | f\u00fcr WMS und WFS gelistet. \u00dcber diesen <strong><a | 198 | f\u00fcr WMS und WFS gelistet. \u00dcber diesen <strong><a | ||
199 | href=\"https://api.mobidata-bw.de/geoserver/web/\">Link</a></strong> | 199 | href=\"https://api.mobidata-bw.de/geoserver/web/\">Link</a></strong> | ||
200 | erhalten Sie zudem eine \u00dcbersicht zu allen \u00fcber den | 200 | erhalten Sie zudem eine \u00dcbersicht zu allen \u00fcber den | ||
201 | GeoServer ausgespielten Diensten und Layern.</p>\r\n<h4>WMS (Web Map | 201 | GeoServer ausgespielten Diensten und Layern.</p>\r\n<h4>WMS (Web Map | ||
202 | Service)</h4>\r\n<ul>\r\n<li><a | 202 | Service)</h4>\r\n<ul>\r\n<li><a | ||
203 | oserver/MobiData-BW/sharing_stations_car/wms?REQUEST=GetCapabilities\" | 203 | oserver/MobiData-BW/sharing_stations_car/wms?REQUEST=GetCapabilities\" | ||
204 | >Stationen</a></li>\r\n<li><a | 204 | >Stationen</a></li>\r\n<li><a | ||
205 | e/geoserver/MobiData-BW/sharing_vehicles/wms?REQUEST=GetCapabilities\" | 205 | e/geoserver/MobiData-BW/sharing_vehicles/wms?REQUEST=GetCapabilities\" | ||
206 | >Fahrzeuge | 206 | >Fahrzeuge | ||
207 | (verkehrsmittel\u00fcbergreifend)</a></li>\r\n</ul>\r\n<h4>WFS (Web | 207 | (verkehrsmittel\u00fcbergreifend)</a></li>\r\n</ul>\r\n<h4>WFS (Web | ||
208 | Feature Service)</h4>\r\n<ul>\r\n<li><a | 208 | Feature Service)</h4>\r\n<ul>\r\n<li><a | ||
209 | Data-BW/sharing_stations_car/ows?service=WFS&REQUEST=GetCapabilities\" | 209 | Data-BW/sharing_stations_car/ows?service=WFS&REQUEST=GetCapabilities\" | ||
210 | >Stationen</a></li>\r\n<li><a | 210 | >Stationen</a></li>\r\n<li><a | ||
211 | MobiData-BW/sharing_vehicles/ows?service=WFS&REQUEST=GetCapabilities\" | 211 | MobiData-BW/sharing_vehicles/ows?service=WFS&REQUEST=GetCapabilities\" | ||
212 | >Fahrzeuge (verkehrsmittel\u00fcbergreifend)</a></li>\r\n</ul>", | 212 | >Fahrzeuge (verkehrsmittel\u00fcbergreifend)</a></li>\r\n</ul>", | ||
213 | "format": "WMS/WFS", | 213 | "format": "WMS/WFS", | ||
214 | "hash": "", | 214 | "hash": "", | ||
215 | "id": "4775da42-5df2-4e15-b795-0bd644944a42", | 215 | "id": "4775da42-5df2-4e15-b795-0bd644944a42", | ||
216 | "last_modified": null, | 216 | "last_modified": null, | ||
217 | "metadata_modified": "2024-05-16T14:35:59.692679", | 217 | "metadata_modified": "2024-05-16T14:35:59.692679", | ||
218 | "mimetype": null, | 218 | "mimetype": null, | ||
219 | "mimetype_inner": null, | 219 | "mimetype_inner": null, | ||
220 | "name": "Carsharingdaten (WMS/WFS)", | 220 | "name": "Carsharingdaten (WMS/WFS)", | ||
221 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | 221 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | ||
222 | "position": 2, | 222 | "position": 2, | ||
223 | "resource_type": null, | 223 | "resource_type": null, | ||
224 | "size": null, | 224 | "size": null, | ||
225 | "state": "active", | 225 | "state": "active", | ||
226 | "url": "https://api.mobidata-bw.de/geoserver/web/", | 226 | "url": "https://api.mobidata-bw.de/geoserver/web/", | ||
227 | "url_type": null | 227 | "url_type": null | ||
228 | }, | 228 | }, | ||
229 | { | 229 | { | ||
230 | "cache_last_updated": null, | 230 | "cache_last_updated": null, | ||
231 | "cache_url": null, | 231 | "cache_url": null, | ||
232 | "created": "2024-04-12T19:17:37.748082", | 232 | "created": "2024-04-12T19:17:37.748082", | ||
233 | "datastore_active": false, | 233 | "datastore_active": false, | ||
234 | "description": "Abfrage aus dem GeoServer", | 234 | "description": "Abfrage aus dem GeoServer", | ||
235 | "format": "CSV", | 235 | "format": "CSV", | ||
236 | "hash": "", | 236 | "hash": "", | ||
237 | "id": "8a2d3660-ee7b-4077-97ef-b38f74739b46", | 237 | "id": "8a2d3660-ee7b-4077-97ef-b38f74739b46", | ||
238 | "last_modified": null, | 238 | "last_modified": null, | ||
239 | "metadata_modified": "2024-10-16T15:07:52.014295", | 239 | "metadata_modified": "2024-10-16T15:07:52.014295", | ||
240 | "mimetype": null, | 240 | "mimetype": null, | ||
241 | "mimetype_inner": null, | 241 | "mimetype_inner": null, | ||
242 | "name": "Carsharingdaten - Stationen (CSV)", | 242 | "name": "Carsharingdaten - Stationen (CSV)", | ||
243 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | 243 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | ||
244 | "position": 3, | 244 | "position": 3, | ||
245 | "resource_type": null, | 245 | "resource_type": null, | ||
246 | "size": null, | 246 | "size": null, | ||
247 | "state": "active", | 247 | "state": "active", | ||
248 | "url": | 248 | "url": | ||
249 | obiData-BW%3Asharing_stations_car&maxFeatures=20000&outputFormat=csv", | 249 | obiData-BW%3Asharing_stations_car&maxFeatures=20000&outputFormat=csv", | ||
250 | "url_type": null | 250 | "url_type": null | ||
251 | }, | 251 | }, | ||
252 | { | 252 | { | ||
253 | "cache_last_updated": null, | 253 | "cache_last_updated": null, | ||
254 | "cache_url": null, | 254 | "cache_url": null, | ||
255 | "created": "2024-04-12T19:19:56.684334", | 255 | "created": "2024-04-12T19:19:56.684334", | ||
256 | "datastore_active": false, | 256 | "datastore_active": false, | ||
257 | "description": "Abfrage aus dem GeoServer", | 257 | "description": "Abfrage aus dem GeoServer", | ||
258 | "format": "CSV", | 258 | "format": "CSV", | ||
259 | "hash": "", | 259 | "hash": "", | ||
260 | "id": "bb90238d-fcd0-4450-9f2b-e80256cb15e2", | 260 | "id": "bb90238d-fcd0-4450-9f2b-e80256cb15e2", | ||
261 | "last_modified": null, | 261 | "last_modified": null, | ||
262 | "metadata_modified": "2024-04-15T06:36:14.976166", | 262 | "metadata_modified": "2024-04-15T06:36:14.976166", | ||
263 | "mimetype": null, | 263 | "mimetype": null, | ||
264 | "mimetype_inner": null, | 264 | "mimetype_inner": null, | ||
265 | "name": "Carsharingdaten - Free-Floating (CSV)", | 265 | "name": "Carsharingdaten - Free-Floating (CSV)", | ||
266 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | 266 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | ||
267 | "position": 4, | 267 | "position": 4, | ||
268 | "resource_type": null, | 268 | "resource_type": null, | ||
269 | "size": null, | 269 | "size": null, | ||
270 | "state": "active", | 270 | "state": "active", | ||
271 | "url": | 271 | "url": | ||
272 | TER=form_factor%20%3D%20%27car%27&maxFeatures=20000&outputFormat=csv", | 272 | TER=form_factor%20%3D%20%27car%27&maxFeatures=20000&outputFormat=csv", | ||
273 | "url_type": null | 273 | "url_type": null | ||
274 | }, | 274 | }, | ||
275 | { | 275 | { | ||
276 | "cache_last_updated": null, | 276 | "cache_last_updated": null, | ||
277 | "cache_url": null, | 277 | "cache_url": null, | ||
278 | "created": "2025-01-20T12:36:16.677562", | 278 | "created": "2025-01-20T12:36:16.677562", | ||
279 | "datastore_active": false, | 279 | "datastore_active": false, | ||
n | 280 | "description": "Erm\u00f6glicht Feed-\u00fcbergreifende | n | 280 | "description": "GraphQL erm\u00f6glicht Feed-\u00fcbergreifende |
281 | Abfragen. Neben der GraphQL-Schnittstelle ist mit GraphiQL eine | ||||
282 | Oberfl\u00e4che verf\u00fcgbar, die neben einer Dokumentation auch | ||||
283 | eine Validierung der Queries bietet und sich besonders zum Debuggen | ||||
284 | eignet: <a | ||||
285 | href=\"https://api.mobidata-bw.de/sharing/graphiql?path=/graphql\" | ||||
286 | blank\">https://api.mobidata-bw.de/sharing/graphiql?path=/graphql</a>. | ||||
281 | Abfragen, einige Beispielabfragen sind <a | 287 | Einige Beispielabfragen dazu sind <a | ||
282 | 0id%0A%20%20%7D%0A%7D&operationName=Abfrage_einer_bestimmten_Station\" | 288 | href=\"https://www.mobidata-bw.de/data/GraphiQL_Beispiel-Queries.txt\" | ||
283 | target=\"_blank\">unter diesem Link</a> verf\u00fcgbar. Neben der | 289 | target=\"_blank\">unter diesem Link</a> verf\u00fcgbar.", | ||
284 | GraphQL-Schnittstelle ist mit GraphiQL eine Oberfl\u00e4che | ||||
285 | verf\u00fcgbar, die neben einer Dokumentation auch eine Validierung | ||||
286 | der Queries bietet und sich besonders zum Debuggen eignet: <a | ||||
287 | href=\"https://api.mobidata-bw.de/sharing/graphiql/\" | ||||
288 | target=\"_blank\">https://api.mobidata-bw.de/sharing/graphiql</a>", | ||||
289 | "format": "GraphQL", | 290 | "format": "GraphQL", | ||
290 | "hash": "", | 291 | "hash": "", | ||
291 | "id": "1c04cb1c-e9c2-49f3-b9f3-11e7bf6e58c2", | 292 | "id": "1c04cb1c-e9c2-49f3-b9f3-11e7bf6e58c2", | ||
292 | "last_modified": null, | 293 | "last_modified": null, | ||
t | 293 | "metadata_modified": "2025-02-20T14:57:19.493007", | t | 294 | "metadata_modified": "2025-04-08T07:14:52.620853", |
294 | "mimetype": null, | 295 | "mimetype": null, | ||
295 | "mimetype_inner": null, | 296 | "mimetype_inner": null, | ||
296 | "name": "Carsharingdaten (GraphQL)", | 297 | "name": "Carsharingdaten (GraphQL)", | ||
297 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | 298 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | ||
298 | "position": 5, | 299 | "position": 5, | ||
299 | "resource_type": null, | 300 | "resource_type": null, | ||
300 | "size": null, | 301 | "size": null, | ||
301 | "state": "active", | 302 | "state": "active", | ||
302 | "url": "https://api.mobidata-bw.de/sharing/graphql", | 303 | "url": "https://api.mobidata-bw.de/sharing/graphql", | ||
303 | "url_type": null | 304 | "url_type": null | ||
304 | }, | 305 | }, | ||
305 | { | 306 | { | ||
306 | "cache_last_updated": null, | 307 | "cache_last_updated": null, | ||
307 | "cache_url": null, | 308 | "cache_url": null, | ||
308 | "created": "2025-01-24T14:42:46.723726", | 309 | "created": "2025-01-24T14:42:46.723726", | ||
309 | "datastore_active": false, | 310 | "datastore_active": false, | ||
310 | "description": "", | 311 | "description": "", | ||
311 | "format": "", | 312 | "format": "", | ||
312 | "hash": "", | 313 | "hash": "", | ||
313 | "id": "904cd372-8e6d-4195-ba11-cd63d3416616", | 314 | "id": "904cd372-8e6d-4195-ba11-cd63d3416616", | ||
314 | "last_modified": null, | 315 | "last_modified": null, | ||
315 | "metadata_modified": "2025-01-24T14:43:16.472302", | 316 | "metadata_modified": "2025-01-24T14:43:16.472302", | ||
316 | "mimetype": null, | 317 | "mimetype": null, | ||
317 | "mimetype_inner": null, | 318 | "mimetype_inner": null, | ||
318 | "name": "GraphQL Dokumentation", | 319 | "name": "GraphQL Dokumentation", | ||
319 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | 320 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | ||
320 | "position": 6, | 321 | "position": 6, | ||
321 | "resource_type": null, | 322 | "resource_type": null, | ||
322 | "size": null, | 323 | "size": null, | ||
323 | "state": "active", | 324 | "state": "active", | ||
324 | "url": "https://graphql.org/learn/", | 325 | "url": "https://graphql.org/learn/", | ||
325 | "url_type": null | 326 | "url_type": null | ||
326 | } | 327 | } | ||
327 | ], | 328 | ], | ||
328 | "state": "active", | 329 | "state": "active", | ||
329 | "tags": [ | 330 | "tags": [ | ||
330 | { | 331 | { | ||
331 | "display_name": "Aalen", | 332 | "display_name": "Aalen", | ||
332 | "id": "c9a5f736-1c7a-47da-8a8c-af4cae64c325", | 333 | "id": "c9a5f736-1c7a-47da-8a8c-af4cae64c325", | ||
333 | "name": "Aalen", | 334 | "name": "Aalen", | ||
334 | "state": "active", | 335 | "state": "active", | ||
335 | "vocabulary_id": null | 336 | "vocabulary_id": null | ||
336 | }, | 337 | }, | ||
337 | { | 338 | { | ||
338 | "display_name": "Automobil", | 339 | "display_name": "Automobil", | ||
339 | "id": "48c8892a-9935-4461-8c20-689fcec0e5ce", | 340 | "id": "48c8892a-9935-4461-8c20-689fcec0e5ce", | ||
340 | "name": "Automobil", | 341 | "name": "Automobil", | ||
341 | "state": "active", | 342 | "state": "active", | ||
342 | "vocabulary_id": null | 343 | "vocabulary_id": null | ||
343 | }, | 344 | }, | ||
344 | { | 345 | { | ||
345 | "display_name": "Bad Friedrichshall", | 346 | "display_name": "Bad Friedrichshall", | ||
346 | "id": "041b5ee7-de2b-4fd9-a0aa-df3678a60fe2", | 347 | "id": "041b5ee7-de2b-4fd9-a0aa-df3678a60fe2", | ||
347 | "name": "Bad Friedrichshall", | 348 | "name": "Bad Friedrichshall", | ||
348 | "state": "active", | 349 | "state": "active", | ||
349 | "vocabulary_id": null | 350 | "vocabulary_id": null | ||
350 | }, | 351 | }, | ||
351 | { | 352 | { | ||
352 | "display_name": "Bietigheim-Bissingen", | 353 | "display_name": "Bietigheim-Bissingen", | ||
353 | "id": "d5db3c5a-b49f-4549-9e60-fa5fd350b94a", | 354 | "id": "d5db3c5a-b49f-4549-9e60-fa5fd350b94a", | ||
354 | "name": "Bietigheim-Bissingen", | 355 | "name": "Bietigheim-Bissingen", | ||
355 | "state": "active", | 356 | "state": "active", | ||
356 | "vocabulary_id": null | 357 | "vocabulary_id": null | ||
357 | }, | 358 | }, | ||
358 | { | 359 | { | ||
359 | "display_name": "Bretten", | 360 | "display_name": "Bretten", | ||
360 | "id": "280f7165-e729-44d4-9742-79a5abe52d2e", | 361 | "id": "280f7165-e729-44d4-9742-79a5abe52d2e", | ||
361 | "name": "Bretten", | 362 | "name": "Bretten", | ||
362 | "state": "active", | 363 | "state": "active", | ||
363 | "vocabulary_id": null | 364 | "vocabulary_id": null | ||
364 | }, | 365 | }, | ||
365 | { | 366 | { | ||
366 | "display_name": "Bruchsal", | 367 | "display_name": "Bruchsal", | ||
367 | "id": "e489c353-6559-4207-9a35-574e953c2864", | 368 | "id": "e489c353-6559-4207-9a35-574e953c2864", | ||
368 | "name": "Bruchsal", | 369 | "name": "Bruchsal", | ||
369 | "state": "active", | 370 | "state": "active", | ||
370 | "vocabulary_id": null | 371 | "vocabulary_id": null | ||
371 | }, | 372 | }, | ||
372 | { | 373 | { | ||
373 | "display_name": "Calw", | 374 | "display_name": "Calw", | ||
374 | "id": "78cebc70-01ee-4d76-b536-659cbfb94200", | 375 | "id": "78cebc70-01ee-4d76-b536-659cbfb94200", | ||
375 | "name": "Calw", | 376 | "name": "Calw", | ||
376 | "state": "active", | 377 | "state": "active", | ||
377 | "vocabulary_id": null | 378 | "vocabulary_id": null | ||
378 | }, | 379 | }, | ||
379 | { | 380 | { | ||
380 | "display_name": "Carsharing", | 381 | "display_name": "Carsharing", | ||
381 | "id": "6dd2b452-8f4e-4220-9efd-44c2c7658da4", | 382 | "id": "6dd2b452-8f4e-4220-9efd-44c2c7658da4", | ||
382 | "name": "Carsharing", | 383 | "name": "Carsharing", | ||
383 | "state": "active", | 384 | "state": "active", | ||
384 | "vocabulary_id": null | 385 | "vocabulary_id": null | ||
385 | }, | 386 | }, | ||
386 | { | 387 | { | ||
387 | "display_name": "DB Connect", | 388 | "display_name": "DB Connect", | ||
388 | "id": "55d61cb1-cf1c-47b4-b978-29a6b6649fc1", | 389 | "id": "55d61cb1-cf1c-47b4-b978-29a6b6649fc1", | ||
389 | "name": "DB Connect", | 390 | "name": "DB Connect", | ||
390 | "state": "active", | 391 | "state": "active", | ||
391 | "vocabulary_id": null | 392 | "vocabulary_id": null | ||
392 | }, | 393 | }, | ||
393 | { | 394 | { | ||
394 | "display_name": "Ellwangen Jagst", | 395 | "display_name": "Ellwangen Jagst", | ||
395 | "id": "a1985b26-4a74-4d09-bcb0-0a0fc238556e", | 396 | "id": "a1985b26-4a74-4d09-bcb0-0a0fc238556e", | ||
396 | "name": "Ellwangen Jagst", | 397 | "name": "Ellwangen Jagst", | ||
397 | "state": "active", | 398 | "state": "active", | ||
398 | "vocabulary_id": null | 399 | "vocabulary_id": null | ||
399 | }, | 400 | }, | ||
400 | { | 401 | { | ||
401 | "display_name": "Emmendingen", | 402 | "display_name": "Emmendingen", | ||
402 | "id": "314280c9-def1-418f-a588-4c2dd4c2669e", | 403 | "id": "314280c9-def1-418f-a588-4c2dd4c2669e", | ||
403 | "name": "Emmendingen", | 404 | "name": "Emmendingen", | ||
404 | "state": "active", | 405 | "state": "active", | ||
405 | "vocabulary_id": null | 406 | "vocabulary_id": null | ||
406 | }, | 407 | }, | ||
407 | { | 408 | { | ||
408 | "display_name": "Eppingen", | 409 | "display_name": "Eppingen", | ||
409 | "id": "a6307d20-e621-4e00-aa7d-9736dd10898e", | 410 | "id": "a6307d20-e621-4e00-aa7d-9736dd10898e", | ||
410 | "name": "Eppingen", | 411 | "name": "Eppingen", | ||
411 | "state": "active", | 412 | "state": "active", | ||
412 | "vocabulary_id": null | 413 | "vocabulary_id": null | ||
413 | }, | 414 | }, | ||
414 | { | 415 | { | ||
415 | "display_name": "Flinkster", | 416 | "display_name": "Flinkster", | ||
416 | "id": "475dda1a-0cc0-4a8e-a43d-deac360e7c50", | 417 | "id": "475dda1a-0cc0-4a8e-a43d-deac360e7c50", | ||
417 | "name": "Flinkster", | 418 | "name": "Flinkster", | ||
418 | "state": "active", | 419 | "state": "active", | ||
419 | "vocabulary_id": null | 420 | "vocabulary_id": null | ||
420 | }, | 421 | }, | ||
421 | { | 422 | { | ||
422 | "display_name": "Freiburg im Breisgau", | 423 | "display_name": "Freiburg im Breisgau", | ||
423 | "id": "e024c576-bb51-4a5c-987b-d1a49b8154d9", | 424 | "id": "e024c576-bb51-4a5c-987b-d1a49b8154d9", | ||
424 | "name": "Freiburg im Breisgau", | 425 | "name": "Freiburg im Breisgau", | ||
425 | "state": "active", | 426 | "state": "active", | ||
426 | "vocabulary_id": null | 427 | "vocabulary_id": null | ||
427 | }, | 428 | }, | ||
428 | { | 429 | { | ||
429 | "display_name": "Friedrichshafen", | 430 | "display_name": "Friedrichshafen", | ||
430 | "id": "9f27b463-cd8b-49dd-be98-98bf007850e3", | 431 | "id": "9f27b463-cd8b-49dd-be98-98bf007850e3", | ||
431 | "name": "Friedrichshafen", | 432 | "name": "Friedrichshafen", | ||
432 | "state": "active", | 433 | "state": "active", | ||
433 | "vocabulary_id": null | 434 | "vocabulary_id": null | ||
434 | }, | 435 | }, | ||
435 | { | 436 | { | ||
436 | "display_name": "GBFS", | 437 | "display_name": "GBFS", | ||
437 | "id": "5eeb1991-62e6-4423-9c56-6930af4ecd92", | 438 | "id": "5eeb1991-62e6-4423-9c56-6930af4ecd92", | ||
438 | "name": "GBFS", | 439 | "name": "GBFS", | ||
439 | "state": "active", | 440 | "state": "active", | ||
440 | "vocabulary_id": null | 441 | "vocabulary_id": null | ||
441 | }, | 442 | }, | ||
442 | { | 443 | { | ||
443 | "display_name": "Heidelberg", | 444 | "display_name": "Heidelberg", | ||
444 | "id": "c03d2fb0-b8b2-48e4-9204-29d38aece343", | 445 | "id": "c03d2fb0-b8b2-48e4-9204-29d38aece343", | ||
445 | "name": "Heidelberg", | 446 | "name": "Heidelberg", | ||
446 | "state": "active", | 447 | "state": "active", | ||
447 | "vocabulary_id": null | 448 | "vocabulary_id": null | ||
448 | }, | 449 | }, | ||
449 | { | 450 | { | ||
450 | "display_name": "Heidenheim an der Brenz", | 451 | "display_name": "Heidenheim an der Brenz", | ||
451 | "id": "0b47216c-c3f0-46b0-86ab-217963172ea5", | 452 | "id": "0b47216c-c3f0-46b0-86ab-217963172ea5", | ||
452 | "name": "Heidenheim an der Brenz", | 453 | "name": "Heidenheim an der Brenz", | ||
453 | "state": "active", | 454 | "state": "active", | ||
454 | "vocabulary_id": null | 455 | "vocabulary_id": null | ||
455 | }, | 456 | }, | ||
456 | { | 457 | { | ||
457 | "display_name": "Heilbronn", | 458 | "display_name": "Heilbronn", | ||
458 | "id": "df83931f-b222-4dbc-9cf9-90405254be18", | 459 | "id": "df83931f-b222-4dbc-9cf9-90405254be18", | ||
459 | "name": "Heilbronn", | 460 | "name": "Heilbronn", | ||
460 | "state": "active", | 461 | "state": "active", | ||
461 | "vocabulary_id": null | 462 | "vocabulary_id": null | ||
462 | }, | 463 | }, | ||
463 | { | 464 | { | ||
464 | "display_name": "Karlsruhe", | 465 | "display_name": "Karlsruhe", | ||
465 | "id": "588c0935-0caa-472c-bc60-d21d50d38c85", | 466 | "id": "588c0935-0caa-472c-bc60-d21d50d38c85", | ||
466 | "name": "Karlsruhe", | 467 | "name": "Karlsruhe", | ||
467 | "state": "active", | 468 | "state": "active", | ||
468 | "vocabulary_id": null | 469 | "vocabulary_id": null | ||
469 | }, | 470 | }, | ||
470 | { | 471 | { | ||
471 | "display_name": "Lahr Schwarzwald", | 472 | "display_name": "Lahr Schwarzwald", | ||
472 | "id": "347cbfdf-ed6e-4424-99e6-834e7e52047e", | 473 | "id": "347cbfdf-ed6e-4424-99e6-834e7e52047e", | ||
473 | "name": "Lahr Schwarzwald", | 474 | "name": "Lahr Schwarzwald", | ||
474 | "state": "active", | 475 | "state": "active", | ||
475 | "vocabulary_id": null | 476 | "vocabulary_id": null | ||
476 | }, | 477 | }, | ||
477 | { | 478 | { | ||
478 | "display_name": "Mannheim", | 479 | "display_name": "Mannheim", | ||
479 | "id": "50ef7224-b8e7-477c-8986-4c90e309ac57", | 480 | "id": "50ef7224-b8e7-477c-8986-4c90e309ac57", | ||
480 | "name": "Mannheim", | 481 | "name": "Mannheim", | ||
481 | "state": "active", | 482 | "state": "active", | ||
482 | "vocabulary_id": null | 483 | "vocabulary_id": null | ||
483 | }, | 484 | }, | ||
484 | { | 485 | { | ||
485 | "display_name": "Neckarsulm", | 486 | "display_name": "Neckarsulm", | ||
486 | "id": "14074d2f-1cd7-476f-bdb5-ef1839f87b95", | 487 | "id": "14074d2f-1cd7-476f-bdb5-ef1839f87b95", | ||
487 | "name": "Neckarsulm", | 488 | "name": "Neckarsulm", | ||
488 | "state": "active", | 489 | "state": "active", | ||
489 | "vocabulary_id": null | 490 | "vocabulary_id": null | ||
490 | }, | 491 | }, | ||
491 | { | 492 | { | ||
492 | "display_name": "N\u00fcrtingen", | 493 | "display_name": "N\u00fcrtingen", | ||
493 | "id": "ac14a185-b607-4363-a988-62390e946903", | 494 | "id": "ac14a185-b607-4363-a988-62390e946903", | ||
494 | "name": "N\u00fcrtingen", | 495 | "name": "N\u00fcrtingen", | ||
495 | "state": "active", | 496 | "state": "active", | ||
496 | "vocabulary_id": null | 497 | "vocabulary_id": null | ||
497 | }, | 498 | }, | ||
498 | { | 499 | { | ||
499 | "display_name": "Offenburg", | 500 | "display_name": "Offenburg", | ||
500 | "id": "fa1c8884-d5b4-4ef4-a428-ad8a5bd47db0", | 501 | "id": "fa1c8884-d5b4-4ef4-a428-ad8a5bd47db0", | ||
501 | "name": "Offenburg", | 502 | "name": "Offenburg", | ||
502 | "state": "active", | 503 | "state": "active", | ||
503 | "vocabulary_id": null | 504 | "vocabulary_id": null | ||
504 | }, | 505 | }, | ||
505 | { | 506 | { | ||
506 | "display_name": "Ravensburg", | 507 | "display_name": "Ravensburg", | ||
507 | "id": "45bd9962-908c-415b-9f98-36c7f73e78e9", | 508 | "id": "45bd9962-908c-415b-9f98-36c7f73e78e9", | ||
508 | "name": "Ravensburg", | 509 | "name": "Ravensburg", | ||
509 | "state": "active", | 510 | "state": "active", | ||
510 | "vocabulary_id": null | 511 | "vocabulary_id": null | ||
511 | }, | 512 | }, | ||
512 | { | 513 | { | ||
513 | "display_name": "Reutlingen", | 514 | "display_name": "Reutlingen", | ||
514 | "id": "ef3a093b-d0c0-4c1a-a30e-d080ba208d5c", | 515 | "id": "ef3a093b-d0c0-4c1a-a30e-d080ba208d5c", | ||
515 | "name": "Reutlingen", | 516 | "name": "Reutlingen", | ||
516 | "state": "active", | 517 | "state": "active", | ||
517 | "vocabulary_id": null | 518 | "vocabulary_id": null | ||
518 | }, | 519 | }, | ||
519 | { | 520 | { | ||
520 | "display_name": "Schw\u00e4bisch Gm\u00fcnd", | 521 | "display_name": "Schw\u00e4bisch Gm\u00fcnd", | ||
521 | "id": "28fae5e7-ae34-422b-b6df-6f42827ce6ab", | 522 | "id": "28fae5e7-ae34-422b-b6df-6f42827ce6ab", | ||
522 | "name": "Schw\u00e4bisch Gm\u00fcnd", | 523 | "name": "Schw\u00e4bisch Gm\u00fcnd", | ||
523 | "state": "active", | 524 | "state": "active", | ||
524 | "vocabulary_id": null | 525 | "vocabulary_id": null | ||
525 | }, | 526 | }, | ||
526 | { | 527 | { | ||
527 | "display_name": "Singen Hohentwiel", | 528 | "display_name": "Singen Hohentwiel", | ||
528 | "id": "dec077a1-303f-46c4-a7b8-c473fcbd515a", | 529 | "id": "dec077a1-303f-46c4-a7b8-c473fcbd515a", | ||
529 | "name": "Singen Hohentwiel", | 530 | "name": "Singen Hohentwiel", | ||
530 | "state": "active", | 531 | "state": "active", | ||
531 | "vocabulary_id": null | 532 | "vocabulary_id": null | ||
532 | }, | 533 | }, | ||
533 | { | 534 | { | ||
534 | "display_name": "Ulm", | 535 | "display_name": "Ulm", | ||
535 | "id": "37a5fe65-1f7f-434b-b4b9-60c457a3229b", | 536 | "id": "37a5fe65-1f7f-434b-b4b9-60c457a3229b", | ||
536 | "name": "Ulm", | 537 | "name": "Ulm", | ||
537 | "state": "active", | 538 | "state": "active", | ||
538 | "vocabulary_id": null | 539 | "vocabulary_id": null | ||
539 | }, | 540 | }, | ||
540 | { | 541 | { | ||
541 | "display_name": "Villingen-Schwenningen", | 542 | "display_name": "Villingen-Schwenningen", | ||
542 | "id": "43377e63-f820-447e-b9a1-8584e2844492", | 543 | "id": "43377e63-f820-447e-b9a1-8584e2844492", | ||
543 | "name": "Villingen-Schwenningen", | 544 | "name": "Villingen-Schwenningen", | ||
544 | "state": "active", | 545 | "state": "active", | ||
545 | "vocabulary_id": null | 546 | "vocabulary_id": null | ||
546 | }, | 547 | }, | ||
547 | { | 548 | { | ||
548 | "display_name": "Wendlingen am Neckar", | 549 | "display_name": "Wendlingen am Neckar", | ||
549 | "id": "2eb8cd3a-1536-4e11-8dd5-f87621d6e2f4", | 550 | "id": "2eb8cd3a-1536-4e11-8dd5-f87621d6e2f4", | ||
550 | "name": "Wendlingen am Neckar", | 551 | "name": "Wendlingen am Neckar", | ||
551 | "state": "active", | 552 | "state": "active", | ||
552 | "vocabulary_id": null | 553 | "vocabulary_id": null | ||
553 | }, | 554 | }, | ||
554 | { | 555 | { | ||
555 | "display_name": "deer e-carsharing", | 556 | "display_name": "deer e-carsharing", | ||
556 | "id": "3f739a1c-3d25-4e20-975f-0870ef3c0b1d", | 557 | "id": "3f739a1c-3d25-4e20-975f-0870ef3c0b1d", | ||
557 | "name": "deer e-carsharing", | 558 | "name": "deer e-carsharing", | ||
558 | "state": "active", | 559 | "state": "active", | ||
559 | "vocabulary_id": null | 560 | "vocabulary_id": null | ||
560 | }, | 561 | }, | ||
561 | { | 562 | { | ||
562 | "display_name": "mcloud_category_roads", | 563 | "display_name": "mcloud_category_roads", | ||
563 | "id": "4697d452-e955-40e7-b5da-3ed76fbd7bae", | 564 | "id": "4697d452-e955-40e7-b5da-3ed76fbd7bae", | ||
564 | "name": "mcloud_category_roads", | 565 | "name": "mcloud_category_roads", | ||
565 | "state": "active", | 566 | "state": "active", | ||
566 | "vocabulary_id": null | 567 | "vocabulary_id": null | ||
567 | }, | 568 | }, | ||
568 | { | 569 | { | ||
569 | "display_name": | 570 | "display_name": | ||
570 | "mobilithek_subcategory_CAR_SHARING_AVAILABILITY", | 571 | "mobilithek_subcategory_CAR_SHARING_AVAILABILITY", | ||
571 | "id": "ed0f1cc0-e06f-419d-9216-e913eba661f6", | 572 | "id": "ed0f1cc0-e06f-419d-9216-e913eba661f6", | ||
572 | "name": "mobilithek_subcategory_CAR_SHARING_AVAILABILITY", | 573 | "name": "mobilithek_subcategory_CAR_SHARING_AVAILABILITY", | ||
573 | "state": "active", | 574 | "state": "active", | ||
574 | "vocabulary_id": null | 575 | "vocabulary_id": null | ||
575 | }, | 576 | }, | ||
576 | { | 577 | { | ||
577 | "display_name": | 578 | "display_name": | ||
578 | "mobilithek_subcategory_LOCATION_OF_CAR_SHARING_STATIONS", | 579 | "mobilithek_subcategory_LOCATION_OF_CAR_SHARING_STATIONS", | ||
579 | "id": "b29ea9b3-81e0-4c98-82af-766348d71cac", | 580 | "id": "b29ea9b3-81e0-4c98-82af-766348d71cac", | ||
580 | "name": | 581 | "name": | ||
581 | "mobilithek_subcategory_LOCATION_OF_CAR_SHARING_STATIONS", | 582 | "mobilithek_subcategory_LOCATION_OF_CAR_SHARING_STATIONS", | ||
582 | "state": "active", | 583 | "state": "active", | ||
583 | "vocabulary_id": null | 584 | "vocabulary_id": null | ||
584 | }, | 585 | }, | ||
585 | { | 586 | { | ||
586 | "display_name": "\u00d6hringen", | 587 | "display_name": "\u00d6hringen", | ||
587 | "id": "967cf4a6-9718-4c54-8793-14d5e0fad0e8", | 588 | "id": "967cf4a6-9718-4c54-8793-14d5e0fad0e8", | ||
588 | "name": "\u00d6hringen", | 589 | "name": "\u00d6hringen", | ||
589 | "state": "active", | 590 | "state": "active", | ||
590 | "vocabulary_id": null | 591 | "vocabulary_id": null | ||
591 | }, | 592 | }, | ||
592 | { | 593 | { | ||
593 | "display_name": "\u00dcberlingen", | 594 | "display_name": "\u00dcberlingen", | ||
594 | "id": "844b770f-255f-488f-bced-2283121ac3f0", | 595 | "id": "844b770f-255f-488f-bced-2283121ac3f0", | ||
595 | "name": "\u00dcberlingen", | 596 | "name": "\u00dcberlingen", | ||
596 | "state": "active", | 597 | "state": "active", | ||
597 | "vocabulary_id": null | 598 | "vocabulary_id": null | ||
598 | } | 599 | } | ||
599 | ], | 600 | ], | ||
600 | "title": "Geb\u00fcndelte Daten Carsharing Baden W\u00fcrttemberg", | 601 | "title": "Geb\u00fcndelte Daten Carsharing Baden W\u00fcrttemberg", | ||
601 | "type": "dataset", | 602 | "type": "dataset", | ||
602 | "url": "", | 603 | "url": "", | ||
603 | "version": "2020-08-31" | 604 | "version": "2020-08-31" | ||
604 | } | 605 | } |