Cambios
En el instante 20 de febrero de 2025, 15:57:19 CET,
-
Actualizada la descripción del recurso Carsharingdaten (GraphQL) en Gebündelte Carsharingdaten Baden Württemberg desde
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.
aErmö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>
-
Subido un nuevo fichero al recurso Carsharingdaten (GraphQL) en Gebündelte Carsharingdaten Baden Württemberg
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-02-13T07:33:12.586811", | n | 39 | "metadata_modified": "2025-02-20T14:57:19.490626", |
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> <a | 100 | Daten</p>\r\n</li>\r\n<li><p><strong>*</strong> <a | ||
101 | taset/standorte-und-verfugbarkeit-von-shared-mobility-angeboten\">Open | 101 | taset/standorte-und-verfugbarkeit-von-shared-mobility-angeboten\">Open | ||
102 | Data Swiss</a> (Share Birrer, 2EM, edrive, Mobility), dynamische | 102 | Data Swiss</a> (Share Birrer, 2EM, edrive, Mobility), dynamische | ||
103 | \r\n</li>\r\n</ul>\r\n<p><hr></p>\r\n\r\n<h3>Zugang</h3>\r\n\r\n<p>Die | 103 | \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 | Daten zum Carsharing in Baden-W\u00fcrttemberg sind offen | 104 | Daten zum Carsharing in Baden-W\u00fcrttemberg sind offen | ||
105 | verf\u00fcgbar und k\u00f6nnen \u00fcber die bereitgestellten | 105 | verf\u00fcgbar und k\u00f6nnen \u00fcber die bereitgestellten | ||
106 | <strong>GBFS-Feeds </strong>genutzt werden. Die zugeh\u00f6rige | 106 | <strong>GBFS-Feeds </strong>genutzt werden. Die zugeh\u00f6rige | ||
107 | Dokumentation ist <a | 107 | Dokumentation ist <a | ||
108 | href=\"https://github.com/MobilityData/gbfs\">hier verlinkt</a>. | 108 | href=\"https://github.com/MobilityData/gbfs\">hier verlinkt</a>. | ||
109 | F\u00fcr Feed-\u00fcbergreifende Abfragen kann | 109 | F\u00fcr Feed-\u00fcbergreifende Abfragen kann | ||
110 | <strong>GraphQL</strong> genutzt werden.</p>\r\n\r\n<p>Au\u00dferdem | 110 | <strong>GraphQL</strong> genutzt werden.</p>\r\n\r\n<p>Au\u00dferdem | ||
111 | steht hier eine <strong><a | 111 | steht hier eine <strong><a | ||
112 | haring_stations_car&maxFeatures=20000&outputFormat=csv\">Gesamtabfrage | 112 | haring_stations_car&maxFeatures=20000&outputFormat=csv\">Gesamtabfrage | ||
113 | per CSV </a></strong> der Stationen (aus dem GeoServer) bereit. Die | 113 | per CSV </a></strong> der Stationen (aus dem GeoServer) bereit. Die | ||
114 | Abfrage der free-floating Fahrzeuge ist unter \"Daten und Ressourcen\" | 114 | Abfrage der free-floating Fahrzeuge ist unter \"Daten und Ressourcen\" | ||
115 | gelistet.</p>\r\n\r\n<p>Der offene Datensatz kann in s\u00e4mtliche | 115 | gelistet.</p>\r\n\r\n<p>Der offene Datensatz kann in s\u00e4mtliche | ||
116 | Auskunftssysteme und Karten integriert werden, um \u00fcber die | 116 | Auskunftssysteme und Karten integriert werden, um \u00fcber die | ||
117 | generelle Verf\u00fcgbarkeit von Parkpl\u00e4tzen und Parkbauten zu | 117 | generelle Verf\u00fcgbarkeit von Parkpl\u00e4tzen und Parkbauten zu | ||
118 | informieren.</p>\r\n\r\n<p><hr></p>\r\n\r\n<div | 118 | informieren.</p>\r\n\r\n<p><hr></p>\r\n\r\n<div | ||
119 | class=\"infokasten\">\r\n<p><strong>Datenbestand</strong> (22.01.2025) | 119 | class=\"infokasten\">\r\n<p><strong>Datenbestand</strong> (22.01.2025) | ||
120 | </p>\r\n<ul>\r\n<li><p><strong>*</strong> 3.993 Stationen mit | 120 | </p>\r\n<ul>\r\n<li><p><strong>*</strong> 3.993 Stationen mit | ||
121 | mindestens 5.803 verf\u00fcgbaren | 121 | mindestens 5.803 verf\u00fcgbaren | ||
122 | Fahrzeugen</p></li>\r\n<li><p><strong>*</strong> 7 free-floating | 122 | Fahrzeugen</p></li>\r\n<li><p><strong>*</strong> 7 free-floating | ||
123 | Fahrzeuge</p></li>\r\n</ul>\r\n</div>\r\n<p><hr></p>\r\n\r\n<style | 123 | Fahrzeuge</p></li>\r\n</ul>\r\n</div>\r\n<p><hr></p>\r\n\r\n<style | ||
124 | type=\"text/css\">\r\n\r\n.infokasten {\r\nbackground: | 124 | type=\"text/css\">\r\n\r\n.infokasten {\r\nbackground: | ||
125 | #ffcc00;\r\ncolor: #3a4044;\r\npadding: 10px;\r\nborder-radius: | 125 | #ffcc00;\r\ncolor: #3a4044;\r\npadding: 10px;\r\nborder-radius: | ||
126 | 10px;\r\n}\r\n\r\n.infokasten a {\r\ncolor: | 126 | 10px;\r\n}\r\n\r\n.infokasten a {\r\ncolor: | ||
127 | #3a4044;\r\n\r\n}\r\n\r\n</style>\r\n\r\n", | 127 | #3a4044;\r\n\r\n}\r\n\r\n</style>\r\n\r\n", | ||
128 | "num_resources": 7, | 128 | "num_resources": 7, | ||
129 | "num_tags": 38, | 129 | "num_tags": 38, | ||
130 | "organization": { | 130 | "organization": { | ||
131 | "approval_status": "approved", | 131 | "approval_status": "approved", | ||
132 | "created": "2022-07-07T14:36:09.725590", | 132 | "created": "2022-07-07T14:36:09.725590", | ||
133 | "description": "Mobilit\u00e4tsdaten aus Baden-W\u00fcrttemberg", | 133 | "description": "Mobilit\u00e4tsdaten aus Baden-W\u00fcrttemberg", | ||
134 | "id": "d5ec40d3-e4e5-490a-9a42-edebc7733534", | 134 | "id": "d5ec40d3-e4e5-490a-9a42-edebc7733534", | ||
135 | "image_url": "2024-10-02-083048.108812MobiDataBW.svg", | 135 | "image_url": "2024-10-02-083048.108812MobiDataBW.svg", | ||
136 | "is_organization": true, | 136 | "is_organization": true, | ||
137 | "name": "mobidata-bw", | 137 | "name": "mobidata-bw", | ||
138 | "state": "active", | 138 | "state": "active", | ||
139 | "title": "MobiData BW", | 139 | "title": "MobiData BW", | ||
140 | "type": "organization" | 140 | "type": "organization" | ||
141 | }, | 141 | }, | ||
142 | "owner_org": "d5ec40d3-e4e5-490a-9a42-edebc7733534", | 142 | "owner_org": "d5ec40d3-e4e5-490a-9a42-edebc7733534", | ||
143 | "private": false, | 143 | "private": false, | ||
144 | "relationships_as_object": [], | 144 | "relationships_as_object": [], | ||
145 | "relationships_as_subject": [], | 145 | "relationships_as_subject": [], | ||
146 | "resources": [ | 146 | "resources": [ | ||
147 | { | 147 | { | ||
148 | "cache_last_updated": null, | 148 | "cache_last_updated": null, | ||
149 | "cache_url": null, | 149 | "cache_url": null, | ||
150 | "created": "2022-01-21T15:26:16.198644", | 150 | "created": "2022-01-21T15:26:16.198644", | ||
151 | "datastore_active": false, | 151 | "datastore_active": false, | ||
152 | "description": "", | 152 | "description": "", | ||
153 | "format": "GBFS", | 153 | "format": "GBFS", | ||
154 | "hash": "", | 154 | "hash": "", | ||
155 | "id": "f2258adf-2b96-4844-b21c-691c97751f5e", | 155 | "id": "f2258adf-2b96-4844-b21c-691c97751f5e", | ||
156 | "last_modified": null, | 156 | "last_modified": null, | ||
157 | "metadata_modified": "2024-09-27T13:16:03.439476", | 157 | "metadata_modified": "2024-09-27T13:16:03.439476", | ||
158 | "mimetype": null, | 158 | "mimetype": null, | ||
159 | "mimetype_inner": null, | 159 | "mimetype_inner": null, | ||
160 | "name": "Carsharingdaten (GBFS)", | 160 | "name": "Carsharingdaten (GBFS)", | ||
161 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | 161 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | ||
162 | "position": 0, | 162 | "position": 0, | ||
163 | "resource_type": null, | 163 | "resource_type": null, | ||
164 | "size": null, | 164 | "size": null, | ||
165 | "state": "active", | 165 | "state": "active", | ||
166 | "url": "https://api.mobidata-bw.de/sharing/gbfs", | 166 | "url": "https://api.mobidata-bw.de/sharing/gbfs", | ||
167 | "url_type": null | 167 | "url_type": null | ||
168 | }, | 168 | }, | ||
169 | { | 169 | { | ||
170 | "cache_last_updated": null, | 170 | "cache_last_updated": null, | ||
171 | "cache_url": null, | 171 | "cache_url": null, | ||
172 | "created": "2025-01-24T14:43:16.557044", | 172 | "created": "2025-01-24T14:43:16.557044", | ||
173 | "datastore_active": false, | 173 | "datastore_active": false, | ||
174 | "description": "Dokumentation von MobilityData", | 174 | "description": "Dokumentation von MobilityData", | ||
175 | "format": "", | 175 | "format": "", | ||
176 | "hash": "", | 176 | "hash": "", | ||
177 | "id": "0087132b-b2de-425c-b700-bd56a82165ac", | 177 | "id": "0087132b-b2de-425c-b700-bd56a82165ac", | ||
178 | "last_modified": null, | 178 | "last_modified": null, | ||
179 | "metadata_modified": "2025-01-24T14:43:47.687746", | 179 | "metadata_modified": "2025-01-24T14:43:47.687746", | ||
180 | "mimetype": null, | 180 | "mimetype": null, | ||
181 | "mimetype_inner": null, | 181 | "mimetype_inner": null, | ||
182 | "name": "GBFS Dokumentation", | 182 | "name": "GBFS Dokumentation", | ||
183 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | 183 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | ||
184 | "position": 1, | 184 | "position": 1, | ||
185 | "resource_type": null, | 185 | "resource_type": null, | ||
186 | "size": null, | 186 | "size": null, | ||
187 | "state": "active", | 187 | "state": "active", | ||
188 | "url": "https://github.com/MobilityData/gbfs", | 188 | "url": "https://github.com/MobilityData/gbfs", | ||
189 | "url_type": null | 189 | "url_type": null | ||
190 | }, | 190 | }, | ||
191 | { | 191 | { | ||
192 | "cache_last_updated": null, | 192 | "cache_last_updated": null, | ||
193 | "cache_url": null, | 193 | "cache_url": null, | ||
194 | "created": "2020-11-27T13:17:29.285810", | 194 | "created": "2020-11-27T13:17:29.285810", | ||
195 | "datastore_active": false, | 195 | "datastore_active": false, | ||
196 | "description": "<p>Im Folgenden sind die GetCapabilities-Links | 196 | "description": "<p>Im Folgenden sind die GetCapabilities-Links | ||
197 | f\u00fcr WMS und WFS gelistet. \u00dcber diesen <strong><a | 197 | f\u00fcr WMS und WFS gelistet. \u00dcber diesen <strong><a | ||
198 | href=\"https://api.mobidata-bw.de/geoserver/web/\">Link</a></strong> | 198 | href=\"https://api.mobidata-bw.de/geoserver/web/\">Link</a></strong> | ||
199 | erhalten Sie zudem eine \u00dcbersicht zu allen \u00fcber den | 199 | erhalten Sie zudem eine \u00dcbersicht zu allen \u00fcber den | ||
200 | GeoServer ausgespielten Diensten und Layern.</p>\r\n<h4>WMS (Web Map | 200 | GeoServer ausgespielten Diensten und Layern.</p>\r\n<h4>WMS (Web Map | ||
201 | Service)</h4>\r\n<ul>\r\n<li><a | 201 | Service)</h4>\r\n<ul>\r\n<li><a | ||
202 | oserver/MobiData-BW/sharing_stations_car/wms?REQUEST=GetCapabilities\" | 202 | oserver/MobiData-BW/sharing_stations_car/wms?REQUEST=GetCapabilities\" | ||
203 | >Stationen</a></li>\r\n<li><a | 203 | >Stationen</a></li>\r\n<li><a | ||
204 | e/geoserver/MobiData-BW/sharing_vehicles/wms?REQUEST=GetCapabilities\" | 204 | e/geoserver/MobiData-BW/sharing_vehicles/wms?REQUEST=GetCapabilities\" | ||
205 | >Fahrzeuge | 205 | >Fahrzeuge | ||
206 | (verkehrsmittel\u00fcbergreifend)</a></li>\r\n</ul>\r\n<h4>WFS (Web | 206 | (verkehrsmittel\u00fcbergreifend)</a></li>\r\n</ul>\r\n<h4>WFS (Web | ||
207 | Feature Service)</h4>\r\n<ul>\r\n<li><a | 207 | Feature Service)</h4>\r\n<ul>\r\n<li><a | ||
208 | Data-BW/sharing_stations_car/ows?service=WFS&REQUEST=GetCapabilities\" | 208 | Data-BW/sharing_stations_car/ows?service=WFS&REQUEST=GetCapabilities\" | ||
209 | >Stationen</a></li>\r\n<li><a | 209 | >Stationen</a></li>\r\n<li><a | ||
210 | MobiData-BW/sharing_vehicles/ows?service=WFS&REQUEST=GetCapabilities\" | 210 | MobiData-BW/sharing_vehicles/ows?service=WFS&REQUEST=GetCapabilities\" | ||
211 | >Fahrzeuge (verkehrsmittel\u00fcbergreifend)</a></li>\r\n</ul>", | 211 | >Fahrzeuge (verkehrsmittel\u00fcbergreifend)</a></li>\r\n</ul>", | ||
212 | "format": "WMS/WFS", | 212 | "format": "WMS/WFS", | ||
213 | "hash": "", | 213 | "hash": "", | ||
214 | "id": "4775da42-5df2-4e15-b795-0bd644944a42", | 214 | "id": "4775da42-5df2-4e15-b795-0bd644944a42", | ||
215 | "last_modified": null, | 215 | "last_modified": null, | ||
216 | "metadata_modified": "2024-05-16T14:35:59.692679", | 216 | "metadata_modified": "2024-05-16T14:35:59.692679", | ||
217 | "mimetype": null, | 217 | "mimetype": null, | ||
218 | "mimetype_inner": null, | 218 | "mimetype_inner": null, | ||
219 | "name": "Carsharingdaten (WMS/WFS)", | 219 | "name": "Carsharingdaten (WMS/WFS)", | ||
220 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | 220 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | ||
221 | "position": 2, | 221 | "position": 2, | ||
222 | "resource_type": null, | 222 | "resource_type": null, | ||
223 | "size": null, | 223 | "size": null, | ||
224 | "state": "active", | 224 | "state": "active", | ||
225 | "url": "https://api.mobidata-bw.de/geoserver/web/", | 225 | "url": "https://api.mobidata-bw.de/geoserver/web/", | ||
226 | "url_type": null | 226 | "url_type": null | ||
227 | }, | 227 | }, | ||
228 | { | 228 | { | ||
229 | "cache_last_updated": null, | 229 | "cache_last_updated": null, | ||
230 | "cache_url": null, | 230 | "cache_url": null, | ||
231 | "created": "2024-04-12T19:17:37.748082", | 231 | "created": "2024-04-12T19:17:37.748082", | ||
232 | "datastore_active": false, | 232 | "datastore_active": false, | ||
233 | "description": "Abfrage aus dem GeoServer", | 233 | "description": "Abfrage aus dem GeoServer", | ||
234 | "format": "CSV", | 234 | "format": "CSV", | ||
235 | "hash": "", | 235 | "hash": "", | ||
236 | "id": "8a2d3660-ee7b-4077-97ef-b38f74739b46", | 236 | "id": "8a2d3660-ee7b-4077-97ef-b38f74739b46", | ||
237 | "last_modified": null, | 237 | "last_modified": null, | ||
238 | "metadata_modified": "2024-10-16T15:07:52.014295", | 238 | "metadata_modified": "2024-10-16T15:07:52.014295", | ||
239 | "mimetype": null, | 239 | "mimetype": null, | ||
240 | "mimetype_inner": null, | 240 | "mimetype_inner": null, | ||
241 | "name": "Carsharingdaten - Stationen (CSV)", | 241 | "name": "Carsharingdaten - Stationen (CSV)", | ||
242 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | 242 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | ||
243 | "position": 3, | 243 | "position": 3, | ||
244 | "resource_type": null, | 244 | "resource_type": null, | ||
245 | "size": null, | 245 | "size": null, | ||
246 | "state": "active", | 246 | "state": "active", | ||
247 | "url": | 247 | "url": | ||
248 | obiData-BW%3Asharing_stations_car&maxFeatures=20000&outputFormat=csv", | 248 | obiData-BW%3Asharing_stations_car&maxFeatures=20000&outputFormat=csv", | ||
249 | "url_type": null | 249 | "url_type": null | ||
250 | }, | 250 | }, | ||
251 | { | 251 | { | ||
252 | "cache_last_updated": null, | 252 | "cache_last_updated": null, | ||
253 | "cache_url": null, | 253 | "cache_url": null, | ||
254 | "created": "2024-04-12T19:19:56.684334", | 254 | "created": "2024-04-12T19:19:56.684334", | ||
255 | "datastore_active": false, | 255 | "datastore_active": false, | ||
256 | "description": "Abfrage aus dem GeoServer", | 256 | "description": "Abfrage aus dem GeoServer", | ||
257 | "format": "CSV", | 257 | "format": "CSV", | ||
258 | "hash": "", | 258 | "hash": "", | ||
259 | "id": "bb90238d-fcd0-4450-9f2b-e80256cb15e2", | 259 | "id": "bb90238d-fcd0-4450-9f2b-e80256cb15e2", | ||
260 | "last_modified": null, | 260 | "last_modified": null, | ||
261 | "metadata_modified": "2024-04-15T06:36:14.976166", | 261 | "metadata_modified": "2024-04-15T06:36:14.976166", | ||
262 | "mimetype": null, | 262 | "mimetype": null, | ||
263 | "mimetype_inner": null, | 263 | "mimetype_inner": null, | ||
264 | "name": "Carsharingdaten - Free-Floating (CSV)", | 264 | "name": "Carsharingdaten - Free-Floating (CSV)", | ||
265 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | 265 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | ||
266 | "position": 4, | 266 | "position": 4, | ||
267 | "resource_type": null, | 267 | "resource_type": null, | ||
268 | "size": null, | 268 | "size": null, | ||
269 | "state": "active", | 269 | "state": "active", | ||
270 | "url": | 270 | "url": | ||
271 | TER=form_factor%20%3D%20%27car%27&maxFeatures=20000&outputFormat=csv", | 271 | TER=form_factor%20%3D%20%27car%27&maxFeatures=20000&outputFormat=csv", | ||
272 | "url_type": null | 272 | "url_type": null | ||
273 | }, | 273 | }, | ||
274 | { | 274 | { | ||
275 | "cache_last_updated": null, | 275 | "cache_last_updated": null, | ||
276 | "cache_url": null, | 276 | "cache_url": null, | ||
277 | "created": "2025-01-20T12:36:16.677562", | 277 | "created": "2025-01-20T12:36:16.677562", | ||
278 | "datastore_active": false, | 278 | "datastore_active": false, | ||
279 | "description": "Erm\u00f6glicht Feed-\u00fcbergreifende | 279 | "description": "Erm\u00f6glicht Feed-\u00fcbergreifende | ||
280 | Abfragen, einige Beispielabfragen sind <a | 280 | Abfragen, einige Beispielabfragen sind <a | ||
281 | 0id%0A%20%20%7D%0A%7D&operationName=Abfrage_einer_bestimmten_Station\" | 281 | 0id%0A%20%20%7D%0A%7D&operationName=Abfrage_einer_bestimmten_Station\" | ||
n | 282 | target=\"_blank\">unter diesem Link</a> verf\u00fcgbar.", | n | 282 | target=\"_blank\">unter diesem Link</a> verf\u00fcgbar. Neben der |
283 | GraphQL-Schnittstelle ist mit GraphiQL eine Oberfl\u00e4che | ||||
284 | verf\u00fcgbar, die neben einer Dokumentation auch eine Validierung | ||||
285 | der Queries bietet und sich besonders zum Debuggen eignet: <a | ||||
286 | href=\"https://api.mobidata-bw.de/sharing/graphiql/\" | ||||
287 | target=\"_blank\">https://api.mobidata-bw.de/sharing/graphiql</a>", | ||||
283 | "format": "GraphQL", | 288 | "format": "GraphQL", | ||
284 | "hash": "", | 289 | "hash": "", | ||
285 | "id": "1c04cb1c-e9c2-49f3-b9f3-11e7bf6e58c2", | 290 | "id": "1c04cb1c-e9c2-49f3-b9f3-11e7bf6e58c2", | ||
286 | "last_modified": null, | 291 | "last_modified": null, | ||
n | 287 | "metadata_modified": "2025-01-27T13:13:01.759557", | n | 292 | "metadata_modified": "2025-02-20T14:57:19.493007", |
288 | "mimetype": null, | 293 | "mimetype": null, | ||
289 | "mimetype_inner": null, | 294 | "mimetype_inner": null, | ||
290 | "name": "Carsharingdaten (GraphQL)", | 295 | "name": "Carsharingdaten (GraphQL)", | ||
291 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | 296 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | ||
292 | "position": 5, | 297 | "position": 5, | ||
293 | "resource_type": null, | 298 | "resource_type": null, | ||
294 | "size": null, | 299 | "size": null, | ||
295 | "state": "active", | 300 | "state": "active", | ||
t | 296 | "url": "https://api.mobidata-bw.de/sharing/graphiql", | t | 301 | "url": "https://api.mobidata-bw.de/sharing/graphql", |
297 | "url_type": null | 302 | "url_type": null | ||
298 | }, | 303 | }, | ||
299 | { | 304 | { | ||
300 | "cache_last_updated": null, | 305 | "cache_last_updated": null, | ||
301 | "cache_url": null, | 306 | "cache_url": null, | ||
302 | "created": "2025-01-24T14:42:46.723726", | 307 | "created": "2025-01-24T14:42:46.723726", | ||
303 | "datastore_active": false, | 308 | "datastore_active": false, | ||
304 | "description": "", | 309 | "description": "", | ||
305 | "format": "", | 310 | "format": "", | ||
306 | "hash": "", | 311 | "hash": "", | ||
307 | "id": "904cd372-8e6d-4195-ba11-cd63d3416616", | 312 | "id": "904cd372-8e6d-4195-ba11-cd63d3416616", | ||
308 | "last_modified": null, | 313 | "last_modified": null, | ||
309 | "metadata_modified": "2025-01-24T14:43:16.472302", | 314 | "metadata_modified": "2025-01-24T14:43:16.472302", | ||
310 | "mimetype": null, | 315 | "mimetype": null, | ||
311 | "mimetype_inner": null, | 316 | "mimetype_inner": null, | ||
312 | "name": "GraphQL Dokumentation", | 317 | "name": "GraphQL Dokumentation", | ||
313 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | 318 | "package_id": "a520dbc7-e68c-4fe1-90e5-10bb547580ba", | ||
314 | "position": 6, | 319 | "position": 6, | ||
315 | "resource_type": null, | 320 | "resource_type": null, | ||
316 | "size": null, | 321 | "size": null, | ||
317 | "state": "active", | 322 | "state": "active", | ||
318 | "url": "https://graphql.org/learn/", | 323 | "url": "https://graphql.org/learn/", | ||
319 | "url_type": null | 324 | "url_type": null | ||
320 | } | 325 | } | ||
321 | ], | 326 | ], | ||
322 | "state": "active", | 327 | "state": "active", | ||
323 | "tags": [ | 328 | "tags": [ | ||
324 | { | 329 | { | ||
325 | "display_name": "Aalen", | 330 | "display_name": "Aalen", | ||
326 | "id": "c9a5f736-1c7a-47da-8a8c-af4cae64c325", | 331 | "id": "c9a5f736-1c7a-47da-8a8c-af4cae64c325", | ||
327 | "name": "Aalen", | 332 | "name": "Aalen", | ||
328 | "state": "active", | 333 | "state": "active", | ||
329 | "vocabulary_id": null | 334 | "vocabulary_id": null | ||
330 | }, | 335 | }, | ||
331 | { | 336 | { | ||
332 | "display_name": "Automobil", | 337 | "display_name": "Automobil", | ||
333 | "id": "48c8892a-9935-4461-8c20-689fcec0e5ce", | 338 | "id": "48c8892a-9935-4461-8c20-689fcec0e5ce", | ||
334 | "name": "Automobil", | 339 | "name": "Automobil", | ||
335 | "state": "active", | 340 | "state": "active", | ||
336 | "vocabulary_id": null | 341 | "vocabulary_id": null | ||
337 | }, | 342 | }, | ||
338 | { | 343 | { | ||
339 | "display_name": "Bad Friedrichshall", | 344 | "display_name": "Bad Friedrichshall", | ||
340 | "id": "041b5ee7-de2b-4fd9-a0aa-df3678a60fe2", | 345 | "id": "041b5ee7-de2b-4fd9-a0aa-df3678a60fe2", | ||
341 | "name": "Bad Friedrichshall", | 346 | "name": "Bad Friedrichshall", | ||
342 | "state": "active", | 347 | "state": "active", | ||
343 | "vocabulary_id": null | 348 | "vocabulary_id": null | ||
344 | }, | 349 | }, | ||
345 | { | 350 | { | ||
346 | "display_name": "Bietigheim-Bissingen", | 351 | "display_name": "Bietigheim-Bissingen", | ||
347 | "id": "d5db3c5a-b49f-4549-9e60-fa5fd350b94a", | 352 | "id": "d5db3c5a-b49f-4549-9e60-fa5fd350b94a", | ||
348 | "name": "Bietigheim-Bissingen", | 353 | "name": "Bietigheim-Bissingen", | ||
349 | "state": "active", | 354 | "state": "active", | ||
350 | "vocabulary_id": null | 355 | "vocabulary_id": null | ||
351 | }, | 356 | }, | ||
352 | { | 357 | { | ||
353 | "display_name": "Bretten", | 358 | "display_name": "Bretten", | ||
354 | "id": "280f7165-e729-44d4-9742-79a5abe52d2e", | 359 | "id": "280f7165-e729-44d4-9742-79a5abe52d2e", | ||
355 | "name": "Bretten", | 360 | "name": "Bretten", | ||
356 | "state": "active", | 361 | "state": "active", | ||
357 | "vocabulary_id": null | 362 | "vocabulary_id": null | ||
358 | }, | 363 | }, | ||
359 | { | 364 | { | ||
360 | "display_name": "Bruchsal", | 365 | "display_name": "Bruchsal", | ||
361 | "id": "e489c353-6559-4207-9a35-574e953c2864", | 366 | "id": "e489c353-6559-4207-9a35-574e953c2864", | ||
362 | "name": "Bruchsal", | 367 | "name": "Bruchsal", | ||
363 | "state": "active", | 368 | "state": "active", | ||
364 | "vocabulary_id": null | 369 | "vocabulary_id": null | ||
365 | }, | 370 | }, | ||
366 | { | 371 | { | ||
367 | "display_name": "Calw", | 372 | "display_name": "Calw", | ||
368 | "id": "78cebc70-01ee-4d76-b536-659cbfb94200", | 373 | "id": "78cebc70-01ee-4d76-b536-659cbfb94200", | ||
369 | "name": "Calw", | 374 | "name": "Calw", | ||
370 | "state": "active", | 375 | "state": "active", | ||
371 | "vocabulary_id": null | 376 | "vocabulary_id": null | ||
372 | }, | 377 | }, | ||
373 | { | 378 | { | ||
374 | "display_name": "Carsharing", | 379 | "display_name": "Carsharing", | ||
375 | "id": "6dd2b452-8f4e-4220-9efd-44c2c7658da4", | 380 | "id": "6dd2b452-8f4e-4220-9efd-44c2c7658da4", | ||
376 | "name": "Carsharing", | 381 | "name": "Carsharing", | ||
377 | "state": "active", | 382 | "state": "active", | ||
378 | "vocabulary_id": null | 383 | "vocabulary_id": null | ||
379 | }, | 384 | }, | ||
380 | { | 385 | { | ||
381 | "display_name": "DB Connect", | 386 | "display_name": "DB Connect", | ||
382 | "id": "55d61cb1-cf1c-47b4-b978-29a6b6649fc1", | 387 | "id": "55d61cb1-cf1c-47b4-b978-29a6b6649fc1", | ||
383 | "name": "DB Connect", | 388 | "name": "DB Connect", | ||
384 | "state": "active", | 389 | "state": "active", | ||
385 | "vocabulary_id": null | 390 | "vocabulary_id": null | ||
386 | }, | 391 | }, | ||
387 | { | 392 | { | ||
388 | "display_name": "Ellwangen Jagst", | 393 | "display_name": "Ellwangen Jagst", | ||
389 | "id": "a1985b26-4a74-4d09-bcb0-0a0fc238556e", | 394 | "id": "a1985b26-4a74-4d09-bcb0-0a0fc238556e", | ||
390 | "name": "Ellwangen Jagst", | 395 | "name": "Ellwangen Jagst", | ||
391 | "state": "active", | 396 | "state": "active", | ||
392 | "vocabulary_id": null | 397 | "vocabulary_id": null | ||
393 | }, | 398 | }, | ||
394 | { | 399 | { | ||
395 | "display_name": "Emmendingen", | 400 | "display_name": "Emmendingen", | ||
396 | "id": "314280c9-def1-418f-a588-4c2dd4c2669e", | 401 | "id": "314280c9-def1-418f-a588-4c2dd4c2669e", | ||
397 | "name": "Emmendingen", | 402 | "name": "Emmendingen", | ||
398 | "state": "active", | 403 | "state": "active", | ||
399 | "vocabulary_id": null | 404 | "vocabulary_id": null | ||
400 | }, | 405 | }, | ||
401 | { | 406 | { | ||
402 | "display_name": "Eppingen", | 407 | "display_name": "Eppingen", | ||
403 | "id": "a6307d20-e621-4e00-aa7d-9736dd10898e", | 408 | "id": "a6307d20-e621-4e00-aa7d-9736dd10898e", | ||
404 | "name": "Eppingen", | 409 | "name": "Eppingen", | ||
405 | "state": "active", | 410 | "state": "active", | ||
406 | "vocabulary_id": null | 411 | "vocabulary_id": null | ||
407 | }, | 412 | }, | ||
408 | { | 413 | { | ||
409 | "display_name": "Flinkster", | 414 | "display_name": "Flinkster", | ||
410 | "id": "475dda1a-0cc0-4a8e-a43d-deac360e7c50", | 415 | "id": "475dda1a-0cc0-4a8e-a43d-deac360e7c50", | ||
411 | "name": "Flinkster", | 416 | "name": "Flinkster", | ||
412 | "state": "active", | 417 | "state": "active", | ||
413 | "vocabulary_id": null | 418 | "vocabulary_id": null | ||
414 | }, | 419 | }, | ||
415 | { | 420 | { | ||
416 | "display_name": "Freiburg im Breisgau", | 421 | "display_name": "Freiburg im Breisgau", | ||
417 | "id": "e024c576-bb51-4a5c-987b-d1a49b8154d9", | 422 | "id": "e024c576-bb51-4a5c-987b-d1a49b8154d9", | ||
418 | "name": "Freiburg im Breisgau", | 423 | "name": "Freiburg im Breisgau", | ||
419 | "state": "active", | 424 | "state": "active", | ||
420 | "vocabulary_id": null | 425 | "vocabulary_id": null | ||
421 | }, | 426 | }, | ||
422 | { | 427 | { | ||
423 | "display_name": "Friedrichshafen", | 428 | "display_name": "Friedrichshafen", | ||
424 | "id": "9f27b463-cd8b-49dd-be98-98bf007850e3", | 429 | "id": "9f27b463-cd8b-49dd-be98-98bf007850e3", | ||
425 | "name": "Friedrichshafen", | 430 | "name": "Friedrichshafen", | ||
426 | "state": "active", | 431 | "state": "active", | ||
427 | "vocabulary_id": null | 432 | "vocabulary_id": null | ||
428 | }, | 433 | }, | ||
429 | { | 434 | { | ||
430 | "display_name": "GBFS", | 435 | "display_name": "GBFS", | ||
431 | "id": "5eeb1991-62e6-4423-9c56-6930af4ecd92", | 436 | "id": "5eeb1991-62e6-4423-9c56-6930af4ecd92", | ||
432 | "name": "GBFS", | 437 | "name": "GBFS", | ||
433 | "state": "active", | 438 | "state": "active", | ||
434 | "vocabulary_id": null | 439 | "vocabulary_id": null | ||
435 | }, | 440 | }, | ||
436 | { | 441 | { | ||
437 | "display_name": "Heidelberg", | 442 | "display_name": "Heidelberg", | ||
438 | "id": "c03d2fb0-b8b2-48e4-9204-29d38aece343", | 443 | "id": "c03d2fb0-b8b2-48e4-9204-29d38aece343", | ||
439 | "name": "Heidelberg", | 444 | "name": "Heidelberg", | ||
440 | "state": "active", | 445 | "state": "active", | ||
441 | "vocabulary_id": null | 446 | "vocabulary_id": null | ||
442 | }, | 447 | }, | ||
443 | { | 448 | { | ||
444 | "display_name": "Heidenheim an der Brenz", | 449 | "display_name": "Heidenheim an der Brenz", | ||
445 | "id": "0b47216c-c3f0-46b0-86ab-217963172ea5", | 450 | "id": "0b47216c-c3f0-46b0-86ab-217963172ea5", | ||
446 | "name": "Heidenheim an der Brenz", | 451 | "name": "Heidenheim an der Brenz", | ||
447 | "state": "active", | 452 | "state": "active", | ||
448 | "vocabulary_id": null | 453 | "vocabulary_id": null | ||
449 | }, | 454 | }, | ||
450 | { | 455 | { | ||
451 | "display_name": "Heilbronn", | 456 | "display_name": "Heilbronn", | ||
452 | "id": "df83931f-b222-4dbc-9cf9-90405254be18", | 457 | "id": "df83931f-b222-4dbc-9cf9-90405254be18", | ||
453 | "name": "Heilbronn", | 458 | "name": "Heilbronn", | ||
454 | "state": "active", | 459 | "state": "active", | ||
455 | "vocabulary_id": null | 460 | "vocabulary_id": null | ||
456 | }, | 461 | }, | ||
457 | { | 462 | { | ||
458 | "display_name": "Karlsruhe", | 463 | "display_name": "Karlsruhe", | ||
459 | "id": "588c0935-0caa-472c-bc60-d21d50d38c85", | 464 | "id": "588c0935-0caa-472c-bc60-d21d50d38c85", | ||
460 | "name": "Karlsruhe", | 465 | "name": "Karlsruhe", | ||
461 | "state": "active", | 466 | "state": "active", | ||
462 | "vocabulary_id": null | 467 | "vocabulary_id": null | ||
463 | }, | 468 | }, | ||
464 | { | 469 | { | ||
465 | "display_name": "Lahr Schwarzwald", | 470 | "display_name": "Lahr Schwarzwald", | ||
466 | "id": "347cbfdf-ed6e-4424-99e6-834e7e52047e", | 471 | "id": "347cbfdf-ed6e-4424-99e6-834e7e52047e", | ||
467 | "name": "Lahr Schwarzwald", | 472 | "name": "Lahr Schwarzwald", | ||
468 | "state": "active", | 473 | "state": "active", | ||
469 | "vocabulary_id": null | 474 | "vocabulary_id": null | ||
470 | }, | 475 | }, | ||
471 | { | 476 | { | ||
472 | "display_name": "Mannheim", | 477 | "display_name": "Mannheim", | ||
473 | "id": "50ef7224-b8e7-477c-8986-4c90e309ac57", | 478 | "id": "50ef7224-b8e7-477c-8986-4c90e309ac57", | ||
474 | "name": "Mannheim", | 479 | "name": "Mannheim", | ||
475 | "state": "active", | 480 | "state": "active", | ||
476 | "vocabulary_id": null | 481 | "vocabulary_id": null | ||
477 | }, | 482 | }, | ||
478 | { | 483 | { | ||
479 | "display_name": "Neckarsulm", | 484 | "display_name": "Neckarsulm", | ||
480 | "id": "14074d2f-1cd7-476f-bdb5-ef1839f87b95", | 485 | "id": "14074d2f-1cd7-476f-bdb5-ef1839f87b95", | ||
481 | "name": "Neckarsulm", | 486 | "name": "Neckarsulm", | ||
482 | "state": "active", | 487 | "state": "active", | ||
483 | "vocabulary_id": null | 488 | "vocabulary_id": null | ||
484 | }, | 489 | }, | ||
485 | { | 490 | { | ||
486 | "display_name": "N\u00fcrtingen", | 491 | "display_name": "N\u00fcrtingen", | ||
487 | "id": "ac14a185-b607-4363-a988-62390e946903", | 492 | "id": "ac14a185-b607-4363-a988-62390e946903", | ||
488 | "name": "N\u00fcrtingen", | 493 | "name": "N\u00fcrtingen", | ||
489 | "state": "active", | 494 | "state": "active", | ||
490 | "vocabulary_id": null | 495 | "vocabulary_id": null | ||
491 | }, | 496 | }, | ||
492 | { | 497 | { | ||
493 | "display_name": "Offenburg", | 498 | "display_name": "Offenburg", | ||
494 | "id": "fa1c8884-d5b4-4ef4-a428-ad8a5bd47db0", | 499 | "id": "fa1c8884-d5b4-4ef4-a428-ad8a5bd47db0", | ||
495 | "name": "Offenburg", | 500 | "name": "Offenburg", | ||
496 | "state": "active", | 501 | "state": "active", | ||
497 | "vocabulary_id": null | 502 | "vocabulary_id": null | ||
498 | }, | 503 | }, | ||
499 | { | 504 | { | ||
500 | "display_name": "Ravensburg", | 505 | "display_name": "Ravensburg", | ||
501 | "id": "45bd9962-908c-415b-9f98-36c7f73e78e9", | 506 | "id": "45bd9962-908c-415b-9f98-36c7f73e78e9", | ||
502 | "name": "Ravensburg", | 507 | "name": "Ravensburg", | ||
503 | "state": "active", | 508 | "state": "active", | ||
504 | "vocabulary_id": null | 509 | "vocabulary_id": null | ||
505 | }, | 510 | }, | ||
506 | { | 511 | { | ||
507 | "display_name": "Reutlingen", | 512 | "display_name": "Reutlingen", | ||
508 | "id": "ef3a093b-d0c0-4c1a-a30e-d080ba208d5c", | 513 | "id": "ef3a093b-d0c0-4c1a-a30e-d080ba208d5c", | ||
509 | "name": "Reutlingen", | 514 | "name": "Reutlingen", | ||
510 | "state": "active", | 515 | "state": "active", | ||
511 | "vocabulary_id": null | 516 | "vocabulary_id": null | ||
512 | }, | 517 | }, | ||
513 | { | 518 | { | ||
514 | "display_name": "Schw\u00e4bisch Gm\u00fcnd", | 519 | "display_name": "Schw\u00e4bisch Gm\u00fcnd", | ||
515 | "id": "28fae5e7-ae34-422b-b6df-6f42827ce6ab", | 520 | "id": "28fae5e7-ae34-422b-b6df-6f42827ce6ab", | ||
516 | "name": "Schw\u00e4bisch Gm\u00fcnd", | 521 | "name": "Schw\u00e4bisch Gm\u00fcnd", | ||
517 | "state": "active", | 522 | "state": "active", | ||
518 | "vocabulary_id": null | 523 | "vocabulary_id": null | ||
519 | }, | 524 | }, | ||
520 | { | 525 | { | ||
521 | "display_name": "Singen Hohentwiel", | 526 | "display_name": "Singen Hohentwiel", | ||
522 | "id": "dec077a1-303f-46c4-a7b8-c473fcbd515a", | 527 | "id": "dec077a1-303f-46c4-a7b8-c473fcbd515a", | ||
523 | "name": "Singen Hohentwiel", | 528 | "name": "Singen Hohentwiel", | ||
524 | "state": "active", | 529 | "state": "active", | ||
525 | "vocabulary_id": null | 530 | "vocabulary_id": null | ||
526 | }, | 531 | }, | ||
527 | { | 532 | { | ||
528 | "display_name": "Ulm", | 533 | "display_name": "Ulm", | ||
529 | "id": "37a5fe65-1f7f-434b-b4b9-60c457a3229b", | 534 | "id": "37a5fe65-1f7f-434b-b4b9-60c457a3229b", | ||
530 | "name": "Ulm", | 535 | "name": "Ulm", | ||
531 | "state": "active", | 536 | "state": "active", | ||
532 | "vocabulary_id": null | 537 | "vocabulary_id": null | ||
533 | }, | 538 | }, | ||
534 | { | 539 | { | ||
535 | "display_name": "Villingen-Schwenningen", | 540 | "display_name": "Villingen-Schwenningen", | ||
536 | "id": "43377e63-f820-447e-b9a1-8584e2844492", | 541 | "id": "43377e63-f820-447e-b9a1-8584e2844492", | ||
537 | "name": "Villingen-Schwenningen", | 542 | "name": "Villingen-Schwenningen", | ||
538 | "state": "active", | 543 | "state": "active", | ||
539 | "vocabulary_id": null | 544 | "vocabulary_id": null | ||
540 | }, | 545 | }, | ||
541 | { | 546 | { | ||
542 | "display_name": "Wendlingen am Neckar", | 547 | "display_name": "Wendlingen am Neckar", | ||
543 | "id": "2eb8cd3a-1536-4e11-8dd5-f87621d6e2f4", | 548 | "id": "2eb8cd3a-1536-4e11-8dd5-f87621d6e2f4", | ||
544 | "name": "Wendlingen am Neckar", | 549 | "name": "Wendlingen am Neckar", | ||
545 | "state": "active", | 550 | "state": "active", | ||
546 | "vocabulary_id": null | 551 | "vocabulary_id": null | ||
547 | }, | 552 | }, | ||
548 | { | 553 | { | ||
549 | "display_name": "deer e-carsharing", | 554 | "display_name": "deer e-carsharing", | ||
550 | "id": "3f739a1c-3d25-4e20-975f-0870ef3c0b1d", | 555 | "id": "3f739a1c-3d25-4e20-975f-0870ef3c0b1d", | ||
551 | "name": "deer e-carsharing", | 556 | "name": "deer e-carsharing", | ||
552 | "state": "active", | 557 | "state": "active", | ||
553 | "vocabulary_id": null | 558 | "vocabulary_id": null | ||
554 | }, | 559 | }, | ||
555 | { | 560 | { | ||
556 | "display_name": "mcloud_category_roads", | 561 | "display_name": "mcloud_category_roads", | ||
557 | "id": "4697d452-e955-40e7-b5da-3ed76fbd7bae", | 562 | "id": "4697d452-e955-40e7-b5da-3ed76fbd7bae", | ||
558 | "name": "mcloud_category_roads", | 563 | "name": "mcloud_category_roads", | ||
559 | "state": "active", | 564 | "state": "active", | ||
560 | "vocabulary_id": null | 565 | "vocabulary_id": null | ||
561 | }, | 566 | }, | ||
562 | { | 567 | { | ||
563 | "display_name": | 568 | "display_name": | ||
564 | "mobilithek_subcategory_CAR_SHARING_AVAILABILITY", | 569 | "mobilithek_subcategory_CAR_SHARING_AVAILABILITY", | ||
565 | "id": "ed0f1cc0-e06f-419d-9216-e913eba661f6", | 570 | "id": "ed0f1cc0-e06f-419d-9216-e913eba661f6", | ||
566 | "name": "mobilithek_subcategory_CAR_SHARING_AVAILABILITY", | 571 | "name": "mobilithek_subcategory_CAR_SHARING_AVAILABILITY", | ||
567 | "state": "active", | 572 | "state": "active", | ||
568 | "vocabulary_id": null | 573 | "vocabulary_id": null | ||
569 | }, | 574 | }, | ||
570 | { | 575 | { | ||
571 | "display_name": | 576 | "display_name": | ||
572 | "mobilithek_subcategory_LOCATION_OF_CAR_SHARING_STATIONS", | 577 | "mobilithek_subcategory_LOCATION_OF_CAR_SHARING_STATIONS", | ||
573 | "id": "b29ea9b3-81e0-4c98-82af-766348d71cac", | 578 | "id": "b29ea9b3-81e0-4c98-82af-766348d71cac", | ||
574 | "name": | 579 | "name": | ||
575 | "mobilithek_subcategory_LOCATION_OF_CAR_SHARING_STATIONS", | 580 | "mobilithek_subcategory_LOCATION_OF_CAR_SHARING_STATIONS", | ||
576 | "state": "active", | 581 | "state": "active", | ||
577 | "vocabulary_id": null | 582 | "vocabulary_id": null | ||
578 | }, | 583 | }, | ||
579 | { | 584 | { | ||
580 | "display_name": "\u00d6hringen", | 585 | "display_name": "\u00d6hringen", | ||
581 | "id": "967cf4a6-9718-4c54-8793-14d5e0fad0e8", | 586 | "id": "967cf4a6-9718-4c54-8793-14d5e0fad0e8", | ||
582 | "name": "\u00d6hringen", | 587 | "name": "\u00d6hringen", | ||
583 | "state": "active", | 588 | "state": "active", | ||
584 | "vocabulary_id": null | 589 | "vocabulary_id": null | ||
585 | }, | 590 | }, | ||
586 | { | 591 | { | ||
587 | "display_name": "\u00dcberlingen", | 592 | "display_name": "\u00dcberlingen", | ||
588 | "id": "844b770f-255f-488f-bced-2283121ac3f0", | 593 | "id": "844b770f-255f-488f-bced-2283121ac3f0", | ||
589 | "name": "\u00dcberlingen", | 594 | "name": "\u00dcberlingen", | ||
590 | "state": "active", | 595 | "state": "active", | ||
591 | "vocabulary_id": null | 596 | "vocabulary_id": null | ||
592 | } | 597 | } | ||
593 | ], | 598 | ], | ||
594 | "title": "Geb\u00fcndelte Carsharingdaten Baden W\u00fcrttemberg", | 599 | "title": "Geb\u00fcndelte Carsharingdaten Baden W\u00fcrttemberg", | ||
595 | "type": "dataset", | 600 | "type": "dataset", | ||
596 | "url": "", | 601 | "url": "", | ||
597 | "version": "2020-08-31" | 602 | "version": "2020-08-31" | ||
598 | } | 603 | } |