Cambios
En el instante 27 de enero de 2025, 14:11:55 CET,
-
Actualizada la descripción del recurso Bikesharingdaten (GraphQL) en Gebündelte Bikesharingdaten Baden-Württemberg desde
Ermöglicht Feed-übergreifende Abfragen
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.
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": "a3ab355f-ecd5-44bf-bd4b-37b1c8b1ee3b" | 8 | "value": "a3ab355f-ecd5-44bf-bd4b-37b1c8b1ee3b" | ||
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": "Fuss- & Radverkehr", | 22 | "display_name": "Fuss- & Radverkehr", | ||
23 | "id": "6484c093-3153-4722-b246-c18e252bc5d8", | 23 | "id": "6484c093-3153-4722-b246-c18e252bc5d8", | ||
24 | "image_display_url": | 24 | "image_display_url": | ||
25 | data-bw.de/uploads/group/2024-01-29-123157.986313fuss-radverkehr.jpg", | 25 | data-bw.de/uploads/group/2024-01-29-123157.986313fuss-radverkehr.jpg", | ||
26 | "name": "fuss-und-radverkehr", | 26 | "name": "fuss-und-radverkehr", | ||
27 | "title": "Fuss- & Radverkehr" | 27 | "title": "Fuss- & Radverkehr" | ||
28 | }, | 28 | }, | ||
29 | { | 29 | { | ||
30 | "description": "", | 30 | "description": "", | ||
31 | "display_name": "Sharing-Angebote", | 31 | "display_name": "Sharing-Angebote", | ||
32 | "id": "3ea1e67a-6067-45b1-8976-bbf9f901bb2f", | 32 | "id": "3ea1e67a-6067-45b1-8976-bbf9f901bb2f", | ||
33 | "image_display_url": | 33 | "image_display_url": | ||
34 | ata-bw.de/uploads/group/2024-01-29-123448.597295sharing-angebote.jpg", | 34 | ata-bw.de/uploads/group/2024-01-29-123448.597295sharing-angebote.jpg", | ||
35 | "name": "sharing-angebote", | 35 | "name": "sharing-angebote", | ||
36 | "title": "Sharing-Angebote" | 36 | "title": "Sharing-Angebote" | ||
37 | } | 37 | } | ||
38 | ], | 38 | ], | ||
39 | "id": "d284e270-5ecc-4ce8-a52a-e8083d7a515b", | 39 | "id": "d284e270-5ecc-4ce8-a52a-e8083d7a515b", | ||
40 | "isopen": false, | 40 | "isopen": false, | ||
41 | "license_id": "dl-de/by-2-0", | 41 | "license_id": "dl-de/by-2-0", | ||
42 | "license_title": "Datenlizenz Deutschland \u2013 Namensnennung | 42 | "license_title": "Datenlizenz Deutschland \u2013 Namensnennung | ||
43 | \u2013 Version 2.0", | 43 | \u2013 Version 2.0", | ||
44 | "license_url": "https://www.govdata.de/dl-de/by-2-0", | 44 | "license_url": "https://www.govdata.de/dl-de/by-2-0", | ||
45 | "maintainer": "", | 45 | "maintainer": "", | ||
46 | "maintainer_email": "", | 46 | "maintainer_email": "", | ||
47 | "metadata_created": "2022-07-08T11:20:12.882141", | 47 | "metadata_created": "2022-07-08T11:20:12.882141", | ||
n | 48 | "metadata_modified": "2025-01-24T14:45:51.580345", | n | 48 | "metadata_modified": "2025-01-27T13:11:55.279350", |
49 | "name": "bikesh", | 49 | "name": "bikesh", | ||
50 | "notes": "<p>Dieses Datenprofil b\u00fcndelt Daten zu | 50 | "notes": "<p>Dieses Datenprofil b\u00fcndelt Daten zu | ||
51 | <strong>Standorten der Stationen</strong>, zu <strong>verf\u00fcgbaren | 51 | <strong>Standorten der Stationen</strong>, zu <strong>verf\u00fcgbaren | ||
52 | Leihfahrr\u00e4dern</strong> an den Stationen sowie zu | 52 | Leihfahrr\u00e4dern</strong> an den Stationen sowie zu | ||
53 | <strong>free-floating Fahrr\u00e4dern</strong> von verschiedenen | 53 | <strong>free-floating Fahrr\u00e4dern</strong> von verschiedenen | ||
54 | Bikesharing-Angeboten in Baden-W\u00fcrttemberg, der Schweiz und | 54 | Bikesharing-Angeboten in Baden-W\u00fcrttemberg, der Schweiz und | ||
55 | Frankreich (Region Grand Est). Es handelt sich jeweils um dynamische | 55 | Frankreich (Region Grand Est). Es handelt sich jeweils um dynamische | ||
56 | Daten. </p>\r\n\r\n<p>Detaillierte Informationen zum Datenprofil | 56 | Daten. </p>\r\n\r\n<p>Detaillierte Informationen zum Datenprofil | ||
57 | finden Sie im dazugeh\u00f6rigen <strong><a | 57 | finden Sie im dazugeh\u00f6rigen <strong><a | ||
58 | /www.mobidata-bw.de/data/MobiData_BW_Factsheet_Sharing.pdf\">Factsheet | 58 | /www.mobidata-bw.de/data/MobiData_BW_Factsheet_Sharing.pdf\">Factsheet | ||
59 | Datenprofil Sharing Mobility</a></strong>.</p>\r\n\r\n<p | 59 | Datenprofil Sharing Mobility</a></strong>.</p>\r\n\r\n<p | ||
60 | class=\"infokasten\">F\u00fcr Kommunen und Infrastrukturbetreiber | 60 | class=\"infokasten\">F\u00fcr Kommunen und Infrastrukturbetreiber | ||
61 | gelten die Datenbereitstellungspflichten der <strong><a | 61 | gelten die Datenbereitstellungspflichten der <strong><a | ||
62 | /DE/TXT/PDF/?uri=OJ:L_202400490\"_blank\"target=\"_blank\">Delegierten | 62 | /DE/TXT/PDF/?uri=OJ:L_202400490\"_blank\"target=\"_blank\">Delegierten | ||
63 | Verordnung (EU) 2024/490</a></strong>. Vorhandene statische Reise- und | 63 | Verordnung (EU) 2024/490</a></strong>. Vorhandene statische Reise- und | ||
64 | Verkehrsdaten sind bis zum 01.12.2024 und dynamische Belegungs- bzw. | 64 | Verkehrsdaten sind bis zum 01.12.2024 und dynamische Belegungs- bzw. | ||
65 | Verf\u00fcgbarkeitsdaten bis zum 01.12.2026 bereitzustellen.</p> | 65 | Verf\u00fcgbarkeitsdaten bis zum 01.12.2026 bereitzustellen.</p> | ||
66 | \r\n<p>\r\n </p>\r\n<p>Detaillierte Informationen zu den | 66 | \r\n<p>\r\n </p>\r\n<p>Detaillierte Informationen zu den | ||
67 | Datenbereitstellungspflichten finden Sie in unserem <strong><a | 67 | Datenbereitstellungspflichten finden Sie in unserem <strong><a | ||
68 | sheet-Datenbereitstellungspflichenneu.pdf\"target=\"_blank\">Factsheet | 68 | sheet-Datenbereitstellungspflichenneu.pdf\"target=\"_blank\">Factsheet | ||
69 | Datenbereitstellungspflichten</a></strong> sowie in der <strong><a | 69 | Datenbereitstellungspflichten</a></strong> sowie in der <strong><a | ||
70 | 408MobilitatsdatenChecklisteWebseite.pdf\"target=\"_blank\">Checkliste | 70 | 408MobilitatsdatenChecklisteWebseite.pdf\"target=\"_blank\">Checkliste | ||
71 | f\u00fcr kommunale Mobilit\u00e4tsdaten</a></strong>. | 71 | f\u00fcr kommunale Mobilit\u00e4tsdaten</a></strong>. | ||
72 | </p>\r\n\r\n<hr/>\r\n\r\n<h3 | 72 | </p>\r\n\r\n<hr/>\r\n\r\n<h3 | ||
73 | id=\"aktuell-enthaltene-anbieter\">Aktuell enthaltene | 73 | id=\"aktuell-enthaltene-anbieter\">Aktuell enthaltene | ||
74 | Anbieter</h3>\r\n<p><iframe | 74 | Anbieter</h3>\r\n<p><iframe | ||
75 | https://www.mobidata-bw.de/karten/ipl/sharing_bicycle/\"width=\"100%\" | 75 | https://www.mobidata-bw.de/karten/ipl/sharing_bicycle/\"width=\"100%\" | ||
76 | height=\"900px\"></iframe></p>\r\n\r\n<p><p>\r\nHier geht es zur | 76 | height=\"900px\"></iframe></p>\r\n\r\n<p><p>\r\nHier geht es zur | ||
77 | <strong> <a | 77 | <strong> <a | ||
78 | href=\"https://www.mobidata-bw.de/karten/ipl/sharing_bicycle/\" | 78 | href=\"https://www.mobidata-bw.de/karten/ipl/sharing_bicycle/\" | ||
79 | target=\"_blank\">Vollbildansicht</a></strong> der | 79 | target=\"_blank\">Vollbildansicht</a></strong> der | ||
80 | Karte.</span></p>\r\n<p><hr></p>\r\n<h3>Verf\u00fcgbare | 80 | Karte.</span></p>\r\n<p><hr></p>\r\n<h3>Verf\u00fcgbare | ||
81 | Daten</h3>\r\n<ul>\r\n<li><p><strong>*</strong> DB Call-a-Bike | 81 | Daten</h3>\r\n<ul>\r\n<li><p><strong>*</strong> DB Call-a-Bike | ||
82 | (deutschlandweit) \u00fcber die <a | 82 | (deutschlandweit) \u00fcber die <a | ||
83 | href=\"https://data.deutschebahn.com/dataset/flinkster-api\">Flinkster | 83 | href=\"https://data.deutschebahn.com/dataset/flinkster-api\">Flinkster | ||
84 | API</a> der Deutsche Bahn Connect GmbH, dazu geh\u00f6rt u.a. auch | 84 | API</a> der Deutsche Bahn Connect GmbH, dazu geh\u00f6rt u.a. auch | ||
85 | RegioRad Stuttgart.</p>\r\n</li>\r\n<li><p><strong>*</strong> Nextbike | 85 | RegioRad Stuttgart.</p>\r\n</li>\r\n<li><p><strong>*</strong> Nextbike | ||
86 | aus Karlsruhe, Freiburg, SAP/Walldorf, dem Ortenaukreis und dem | 86 | aus Karlsruhe, Freiburg, SAP/Walldorf, dem Ortenaukreis und dem | ||
87 | Verkehrsverbund Rhein-Neckar</p>\r\n</li>\r\n<li><p><strong>*</strong> | 87 | Verkehrsverbund Rhein-Neckar</p>\r\n</li>\r\n<li><p><strong>*</strong> | ||
88 | Bolt aus Karlsruhe, Stuttgart, Reutlingen und | 88 | Bolt aus Karlsruhe, Stuttgart, Reutlingen und | ||
89 | T\u00fcbingen</p>\r\n</li>\r\n<li><p><strong>*</strong> Dott (ehemals | 89 | T\u00fcbingen</p>\r\n</li>\r\n<li><p><strong>*</strong> Dott (ehemals | ||
90 | Tier) aus Friedrichshafen, Lindau, \u00dcberlingen, Reutlingen, | 90 | Tier) aus Friedrichshafen, Lindau, \u00dcberlingen, Reutlingen, | ||
91 | T\u00fcbingen, Ulm und Heilbronn, sowie St. Gallen und | 91 | T\u00fcbingen, Ulm und Heilbronn, sowie St. Gallen und | ||
92 | Winterthur</p>\r\n</li>\r\n<li><p><strong>*</strong> Bird aus | 92 | Winterthur</p>\r\n</li>\r\n<li><p><strong>*</strong> Bird aus | ||
93 | Ulm</p>\r\n</li>\r\n<li><p><strong>*</strong>aus der Schweiz: Bird, | 93 | Ulm</p>\r\n</li>\r\n<li><p><strong>*</strong>aus der Schweiz: Bird, | ||
94 | Donkey Republic, Lime, Nextbike, Voi, Pickebike, Velospot, Publibike, | 94 | Donkey Republic, Lime, Nextbike, Voi, Pickebike, Velospot, Publibike, | ||
95 | Bolt und LIEmobil (<a | 95 | Bolt und LIEmobil (<a | ||
96 | taset/standorte-und-verfugbarkeit-von-shared-mobility-angeboten\">Open | 96 | taset/standorte-und-verfugbarkeit-von-shared-mobility-angeboten\">Open | ||
97 | Data Swiss</a>)</p>\r\n</li>\r\n<li><p><strong>*</strong> aus | 97 | Data Swiss</a>)</p>\r\n</li>\r\n<li><p><strong>*</strong> aus | ||
98 | Frankreich: Ch\u00e2lons-en-Champagne, Sarreguemines, Nancy, | 98 | Frankreich: Ch\u00e2lons-en-Champagne, Sarreguemines, Nancy, | ||
99 | M\u00fclhausen und Stra\u00dfburg (<a | 99 | M\u00fclhausen und Stra\u00dfburg (<a | ||
100 | \r\n</li>\r\n</ul>\r\n<p><hr></p>\r\n\r\n<h3>Zugang</h3>\r\n\r\n<p>Die | 100 | \r\n</li>\r\n</ul>\r\n<p><hr></p>\r\n\r\n<h3>Zugang</h3>\r\n\r\n<p>Die | ||
101 | Daten zum Bikesharing in Baden-W\u00fcrttemberg sind offen | 101 | Daten zum Bikesharing in Baden-W\u00fcrttemberg sind offen | ||
102 | verf\u00fcgbar und k\u00f6nnen \u00fcber die bereitgestellten | 102 | verf\u00fcgbar und k\u00f6nnen \u00fcber die bereitgestellten | ||
103 | <strong>GBFS-Feeds </strong>genutzt werden. Die zugeh\u00f6rige | 103 | <strong>GBFS-Feeds </strong>genutzt werden. Die zugeh\u00f6rige | ||
104 | Dokumentation ist <a | 104 | Dokumentation ist <a | ||
105 | href=\"https://github.com/MobilityData/gbfs\">hier verlinkt</a>. | 105 | href=\"https://github.com/MobilityData/gbfs\">hier verlinkt</a>. | ||
106 | F\u00fcr Feed-\u00fcbergreifende Abfragen kann | 106 | F\u00fcr Feed-\u00fcbergreifende Abfragen kann | ||
107 | <strong>GraphQL</strong> genutzt werden.</p>\r\n\r\n<p>Au\u00dferdem | 107 | <strong>GraphQL</strong> genutzt werden.</p>\r\n\r\n<p>Au\u00dferdem | ||
108 | steht hier eine <strong><a | 108 | steht hier eine <strong><a | ||
109 | ng_stations_bicycle&maxFeatures=20000&outputFormat=csv\">Gesamtabfrage | 109 | ng_stations_bicycle&maxFeatures=20000&outputFormat=csv\">Gesamtabfrage | ||
110 | per CSV </a></strong> der Stationen (aus dem GeoServer) bereit. Die | 110 | per CSV </a></strong> der Stationen (aus dem GeoServer) bereit. Die | ||
111 | Abfrage der free-floating Fahrr\u00e4der ist unter \"Daten und | 111 | Abfrage der free-floating Fahrr\u00e4der ist unter \"Daten und | ||
112 | Ressourcen\" gelistet.</p>\r\n\r\n<p>Der offene Datensatz kann in | 112 | Ressourcen\" gelistet.</p>\r\n\r\n<p>Der offene Datensatz kann in | ||
113 | s\u00e4mtliche Auskunftssysteme und Karten integriert werden, um | 113 | s\u00e4mtliche Auskunftssysteme und Karten integriert werden, um | ||
114 | \u00fcber die generelle Verf\u00fcgbarkeit von Parkpl\u00e4tzen und | 114 | \u00fcber die generelle Verf\u00fcgbarkeit von Parkpl\u00e4tzen und | ||
115 | Parkbauten zu informieren.</p>\r\n\r\n<p><hr></p>\r\n\r\n<div | 115 | Parkbauten zu informieren.</p>\r\n\r\n<p><hr></p>\r\n\r\n<div | ||
116 | class=\"infokasten\">\r\n<p><strong>Datenbestand</strong> (22.01.2025) | 116 | class=\"infokasten\">\r\n<p><strong>Datenbestand</strong> (22.01.2025) | ||
117 | </p>\r\n<ul>\r\n<li><p><strong>*</strong> 5.605 Stationen mit | 117 | </p>\r\n<ul>\r\n<li><p><strong>*</strong> 5.605 Stationen mit | ||
118 | mindestens 19.929 verf\u00fcgbaren | 118 | mindestens 19.929 verf\u00fcgbaren | ||
119 | Fahrr\u00e4dern</p></li>\r\n<li><p><strong>*</strong> 3.023 | 119 | Fahrr\u00e4dern</p></li>\r\n<li><p><strong>*</strong> 3.023 | ||
120 | free-floating | 120 | free-floating | ||
121 | ahrr\u00e4der</p></li>\r\n</ul>\r\n</div>\r\n<p><hr></p>\r\n\r\n<style | 121 | ahrr\u00e4der</p></li>\r\n</ul>\r\n</div>\r\n<p><hr></p>\r\n\r\n<style | ||
122 | type=\"text/css\">\r\n\r\n.infokasten {\r\nbackground: | 122 | type=\"text/css\">\r\n\r\n.infokasten {\r\nbackground: | ||
123 | #ffcc00;\r\ncolor: #3a4044;\r\npadding: 10px;\r\nborder-radius: | 123 | #ffcc00;\r\ncolor: #3a4044;\r\npadding: 10px;\r\nborder-radius: | ||
124 | 10px;\r\n}\r\n\r\n.infokasten a {\r\ncolor: | 124 | 10px;\r\n}\r\n\r\n.infokasten a {\r\ncolor: | ||
125 | #3a4044;\r\n\r\n}\r\n\r\n</style>", | 125 | #3a4044;\r\n\r\n}\r\n\r\n</style>", | ||
126 | "num_resources": 7, | 126 | "num_resources": 7, | ||
127 | "num_tags": 44, | 127 | "num_tags": 44, | ||
128 | "organization": { | 128 | "organization": { | ||
129 | "approval_status": "approved", | 129 | "approval_status": "approved", | ||
130 | "created": "2022-07-07T14:36:09.725590", | 130 | "created": "2022-07-07T14:36:09.725590", | ||
131 | "description": "Mobilit\u00e4tsdaten aus Baden-W\u00fcrttemberg", | 131 | "description": "Mobilit\u00e4tsdaten aus Baden-W\u00fcrttemberg", | ||
132 | "id": "d5ec40d3-e4e5-490a-9a42-edebc7733534", | 132 | "id": "d5ec40d3-e4e5-490a-9a42-edebc7733534", | ||
133 | "image_url": "2024-10-02-083048.108812MobiDataBW.svg", | 133 | "image_url": "2024-10-02-083048.108812MobiDataBW.svg", | ||
134 | "is_organization": true, | 134 | "is_organization": true, | ||
135 | "name": "mobidata-bw", | 135 | "name": "mobidata-bw", | ||
136 | "state": "active", | 136 | "state": "active", | ||
137 | "title": "MobiData BW", | 137 | "title": "MobiData BW", | ||
138 | "type": "organization" | 138 | "type": "organization" | ||
139 | }, | 139 | }, | ||
140 | "owner_org": "d5ec40d3-e4e5-490a-9a42-edebc7733534", | 140 | "owner_org": "d5ec40d3-e4e5-490a-9a42-edebc7733534", | ||
141 | "private": false, | 141 | "private": false, | ||
142 | "relationships_as_object": [], | 142 | "relationships_as_object": [], | ||
143 | "relationships_as_subject": [], | 143 | "relationships_as_subject": [], | ||
144 | "resources": [ | 144 | "resources": [ | ||
145 | { | 145 | { | ||
146 | "cache_last_updated": null, | 146 | "cache_last_updated": null, | ||
147 | "cache_url": null, | 147 | "cache_url": null, | ||
148 | "created": "2020-10-21T11:09:34.207414", | 148 | "created": "2020-10-21T11:09:34.207414", | ||
149 | "datastore_active": false, | 149 | "datastore_active": false, | ||
150 | "description": "", | 150 | "description": "", | ||
151 | "format": "GBFS", | 151 | "format": "GBFS", | ||
152 | "hash": "", | 152 | "hash": "", | ||
153 | "id": "392d4fe0-b5cc-4bb3-9633-402a38e0e856", | 153 | "id": "392d4fe0-b5cc-4bb3-9633-402a38e0e856", | ||
154 | "last_modified": null, | 154 | "last_modified": null, | ||
155 | "metadata_modified": "2024-04-12T19:21:17.866589", | 155 | "metadata_modified": "2024-04-12T19:21:17.866589", | ||
156 | "mimetype": null, | 156 | "mimetype": null, | ||
157 | "mimetype_inner": null, | 157 | "mimetype_inner": null, | ||
158 | "name": "Bikesharingdaten (GBFS)", | 158 | "name": "Bikesharingdaten (GBFS)", | ||
159 | "package_id": "d284e270-5ecc-4ce8-a52a-e8083d7a515b", | 159 | "package_id": "d284e270-5ecc-4ce8-a52a-e8083d7a515b", | ||
160 | "position": 0, | 160 | "position": 0, | ||
161 | "resource_type": null, | 161 | "resource_type": null, | ||
162 | "size": null, | 162 | "size": null, | ||
163 | "state": "active", | 163 | "state": "active", | ||
164 | "url": "https://api.mobidata-bw.de/sharing/gbfs", | 164 | "url": "https://api.mobidata-bw.de/sharing/gbfs", | ||
165 | "url_type": null | 165 | "url_type": null | ||
166 | }, | 166 | }, | ||
167 | { | 167 | { | ||
168 | "cache_last_updated": null, | 168 | "cache_last_updated": null, | ||
169 | "cache_url": null, | 169 | "cache_url": null, | ||
170 | "created": "2025-01-24T14:44:34.982992", | 170 | "created": "2025-01-24T14:44:34.982992", | ||
171 | "datastore_active": false, | 171 | "datastore_active": false, | ||
172 | "description": "Dokumentation von MobilityData", | 172 | "description": "Dokumentation von MobilityData", | ||
173 | "format": "", | 173 | "format": "", | ||
174 | "hash": "", | 174 | "hash": "", | ||
175 | "id": "42e19146-46b5-4657-9832-7995fa4ac5f6", | 175 | "id": "42e19146-46b5-4657-9832-7995fa4ac5f6", | ||
176 | "last_modified": null, | 176 | "last_modified": null, | ||
177 | "metadata_modified": "2025-01-24T14:44:52.717295", | 177 | "metadata_modified": "2025-01-24T14:44:52.717295", | ||
178 | "mimetype": null, | 178 | "mimetype": null, | ||
179 | "mimetype_inner": null, | 179 | "mimetype_inner": null, | ||
180 | "name": "GBFS Dokumentation", | 180 | "name": "GBFS Dokumentation", | ||
181 | "package_id": "d284e270-5ecc-4ce8-a52a-e8083d7a515b", | 181 | "package_id": "d284e270-5ecc-4ce8-a52a-e8083d7a515b", | ||
182 | "position": 1, | 182 | "position": 1, | ||
183 | "resource_type": null, | 183 | "resource_type": null, | ||
184 | "size": null, | 184 | "size": null, | ||
185 | "state": "active", | 185 | "state": "active", | ||
186 | "url": "https://github.com/MobilityData/gbfs", | 186 | "url": "https://github.com/MobilityData/gbfs", | ||
187 | "url_type": null | 187 | "url_type": null | ||
188 | }, | 188 | }, | ||
189 | { | 189 | { | ||
190 | "cache_last_updated": null, | 190 | "cache_last_updated": null, | ||
191 | "cache_url": null, | 191 | "cache_url": null, | ||
192 | "created": "2020-07-23T20:11:11.418441", | 192 | "created": "2020-07-23T20:11:11.418441", | ||
193 | "datastore_active": false, | 193 | "datastore_active": false, | ||
194 | "description": "<p>Im Folgenden sind die GetCapabilities-Links | 194 | "description": "<p>Im Folgenden sind die GetCapabilities-Links | ||
195 | f\u00fcr WMS und WFS gelistet. \u00dcber diesen <strong><a | 195 | f\u00fcr WMS und WFS gelistet. \u00dcber diesen <strong><a | ||
196 | href=\"https://api.mobidata-bw.de/geoserver/web/\">Link</a></strong> | 196 | href=\"https://api.mobidata-bw.de/geoserver/web/\">Link</a></strong> | ||
197 | erhalten Sie zudem eine \u00dcbersicht zu allen \u00fcber den | 197 | erhalten Sie zudem eine \u00dcbersicht zu allen \u00fcber den | ||
198 | GeoServer ausgespielten Diensten und Layern.</p>\r\n<h4>WMS (Web Map | 198 | GeoServer ausgespielten Diensten und Layern.</p>\r\n<h4>WMS (Web Map | ||
199 | Service)</h4>\r\n<ul>\r\n<li><a | 199 | Service)</h4>\r\n<ul>\r\n<li><a | ||
200 | ver/MobiData-BW/sharing_stations_bicycle/wms?REQUEST=GetCapabilities\" | 200 | ver/MobiData-BW/sharing_stations_bicycle/wms?REQUEST=GetCapabilities\" | ||
201 | >Stationen</a></li>\r\n<li><a | 201 | >Stationen</a></li>\r\n<li><a | ||
202 | e/geoserver/MobiData-BW/sharing_vehicles/wms?REQUEST=GetCapabilities\" | 202 | e/geoserver/MobiData-BW/sharing_vehicles/wms?REQUEST=GetCapabilities\" | ||
203 | >Fahrzeuge | 203 | >Fahrzeuge | ||
204 | (verkehrsmittel\u00fcbergreifend)</a></li>\r\n</ul>\r\n<h4>WFS (Web | 204 | (verkehrsmittel\u00fcbergreifend)</a></li>\r\n</ul>\r\n<h4>WFS (Web | ||
205 | Feature Service)</h4>\r\n<ul>\r\n<li><a | 205 | Feature Service)</h4>\r\n<ul>\r\n<li><a | ||
206 | -BW/sharing_stations_bicycle/ows?service=WFS&REQUEST=GetCapabilities\" | 206 | -BW/sharing_stations_bicycle/ows?service=WFS&REQUEST=GetCapabilities\" | ||
207 | >Stationen</a></li>\r\n<li><a | 207 | >Stationen</a></li>\r\n<li><a | ||
208 | MobiData-BW/sharing_vehicles/ows?service=WFS&REQUEST=GetCapabilities\" | 208 | MobiData-BW/sharing_vehicles/ows?service=WFS&REQUEST=GetCapabilities\" | ||
209 | >Fahrzeuge (verkehrsmittel\u00fcbergreifend)</a></li>\r\n</ul>", | 209 | >Fahrzeuge (verkehrsmittel\u00fcbergreifend)</a></li>\r\n</ul>", | ||
210 | "format": "WMS/WFS", | 210 | "format": "WMS/WFS", | ||
211 | "hash": "", | 211 | "hash": "", | ||
212 | "id": "bee12fb6-4d99-472f-bfe8-7b8541701c10", | 212 | "id": "bee12fb6-4d99-472f-bfe8-7b8541701c10", | ||
213 | "last_modified": null, | 213 | "last_modified": null, | ||
214 | "metadata_modified": "2024-05-16T14:35:38.874639", | 214 | "metadata_modified": "2024-05-16T14:35:38.874639", | ||
215 | "mimetype": null, | 215 | "mimetype": null, | ||
216 | "mimetype_inner": null, | 216 | "mimetype_inner": null, | ||
217 | "name": "Bikesharingdaten (WMS/WFS)", | 217 | "name": "Bikesharingdaten (WMS/WFS)", | ||
218 | "package_id": "d284e270-5ecc-4ce8-a52a-e8083d7a515b", | 218 | "package_id": "d284e270-5ecc-4ce8-a52a-e8083d7a515b", | ||
219 | "position": 2, | 219 | "position": 2, | ||
220 | "resource_type": null, | 220 | "resource_type": null, | ||
221 | "size": null, | 221 | "size": null, | ||
222 | "state": "active", | 222 | "state": "active", | ||
223 | "url": "https://api.mobidata-bw.de/geoserver/web/", | 223 | "url": "https://api.mobidata-bw.de/geoserver/web/", | ||
224 | "url_type": null | 224 | "url_type": null | ||
225 | }, | 225 | }, | ||
226 | { | 226 | { | ||
227 | "cache_last_updated": null, | 227 | "cache_last_updated": null, | ||
228 | "cache_url": null, | 228 | "cache_url": null, | ||
229 | "created": "2024-04-12T19:24:17.349045", | 229 | "created": "2024-04-12T19:24:17.349045", | ||
230 | "datastore_active": false, | 230 | "datastore_active": false, | ||
231 | "description": "Abfrage aus dem GeoServer", | 231 | "description": "Abfrage aus dem GeoServer", | ||
232 | "format": "CSV", | 232 | "format": "CSV", | ||
233 | "hash": "", | 233 | "hash": "", | ||
234 | "id": "1a12006f-3cb0-45e6-8ccc-fb428eff4405", | 234 | "id": "1a12006f-3cb0-45e6-8ccc-fb428eff4405", | ||
235 | "last_modified": null, | 235 | "last_modified": null, | ||
236 | "metadata_modified": "2024-04-15T06:35:35.394074", | 236 | "metadata_modified": "2024-04-15T06:35:35.394074", | ||
237 | "mimetype": null, | 237 | "mimetype": null, | ||
238 | "mimetype_inner": null, | 238 | "mimetype_inner": null, | ||
239 | "name": "Bikesharingdaten - Stationen (CSV)", | 239 | "name": "Bikesharingdaten - Stationen (CSV)", | ||
240 | "package_id": "d284e270-5ecc-4ce8-a52a-e8083d7a515b", | 240 | "package_id": "d284e270-5ecc-4ce8-a52a-e8083d7a515b", | ||
241 | "position": 3, | 241 | "position": 3, | ||
242 | "resource_type": null, | 242 | "resource_type": null, | ||
243 | "size": null, | 243 | "size": null, | ||
244 | "state": "active", | 244 | "state": "active", | ||
245 | "url": | 245 | "url": | ||
246 | ata-BW%3Asharing_stations_bicycle&maxFeatures=20000&outputFormat=csv", | 246 | ata-BW%3Asharing_stations_bicycle&maxFeatures=20000&outputFormat=csv", | ||
247 | "url_type": null | 247 | "url_type": null | ||
248 | }, | 248 | }, | ||
249 | { | 249 | { | ||
250 | "cache_last_updated": null, | 250 | "cache_last_updated": null, | ||
251 | "cache_url": null, | 251 | "cache_url": null, | ||
252 | "created": "2024-04-12T19:23:02.773112", | 252 | "created": "2024-04-12T19:23:02.773112", | ||
253 | "datastore_active": false, | 253 | "datastore_active": false, | ||
254 | "description": "Abfrage aus dem GeoServer", | 254 | "description": "Abfrage aus dem GeoServer", | ||
255 | "format": "CSV", | 255 | "format": "CSV", | ||
256 | "hash": "", | 256 | "hash": "", | ||
257 | "id": "291043ff-7a7a-4f5a-8234-5fb1a4b66b3e", | 257 | "id": "291043ff-7a7a-4f5a-8234-5fb1a4b66b3e", | ||
258 | "last_modified": null, | 258 | "last_modified": null, | ||
259 | "metadata_modified": "2024-04-15T06:35:37.765418", | 259 | "metadata_modified": "2024-04-15T06:35:37.765418", | ||
260 | "mimetype": null, | 260 | "mimetype": null, | ||
261 | "mimetype_inner": null, | 261 | "mimetype_inner": null, | ||
262 | "name": "Bikesharingdaten - Free-Floating (CSV)", | 262 | "name": "Bikesharingdaten - Free-Floating (CSV)", | ||
263 | "package_id": "d284e270-5ecc-4ce8-a52a-e8083d7a515b", | 263 | "package_id": "d284e270-5ecc-4ce8-a52a-e8083d7a515b", | ||
264 | "position": 4, | 264 | "position": 4, | ||
265 | "resource_type": null, | 265 | "resource_type": null, | ||
266 | "size": null, | 266 | "size": null, | ||
267 | "state": "active", | 267 | "state": "active", | ||
268 | "url": | 268 | "url": | ||
269 | form_factor%20%3D%20%27bicycle%27&maxFeatures=20000&outputFormat=csv", | 269 | form_factor%20%3D%20%27bicycle%27&maxFeatures=20000&outputFormat=csv", | ||
270 | "url_type": null | 270 | "url_type": null | ||
271 | }, | 271 | }, | ||
272 | { | 272 | { | ||
273 | "cache_last_updated": null, | 273 | "cache_last_updated": null, | ||
274 | "cache_url": null, | 274 | "cache_url": null, | ||
275 | "created": "2025-01-20T12:33:01.827766", | 275 | "created": "2025-01-20T12:33:01.827766", | ||
276 | "datastore_active": false, | 276 | "datastore_active": false, | ||
277 | "description": "Erm\u00f6glicht Feed-\u00fcbergreifende | 277 | "description": "Erm\u00f6glicht Feed-\u00fcbergreifende | ||
n | 278 | Abfragen", | n | 278 | Abfragen, einige Beispielabfragen sind <a |
279 | 0id%0A%20%20%7D%0A%7D&operationName=Abfrage_einer_bestimmten_Station\" | ||||
280 | target=\"_blank\">unter diesem Link</a> verf\u00fcgbar.\r\n", | ||||
279 | "format": "GraphQL", | 281 | "format": "GraphQL", | ||
280 | "hash": "", | 282 | "hash": "", | ||
281 | "id": "4e05cd81-85c9-4d87-8690-36bc10a36307", | 283 | "id": "4e05cd81-85c9-4d87-8690-36bc10a36307", | ||
282 | "last_modified": null, | 284 | "last_modified": null, | ||
t | 283 | "metadata_modified": "2025-01-24T14:44:34.893148", | t | 285 | "metadata_modified": "2025-01-27T13:11:55.284216", |
284 | "mimetype": null, | 286 | "mimetype": null, | ||
285 | "mimetype_inner": null, | 287 | "mimetype_inner": null, | ||
286 | "name": "Bikesharingdaten (GraphQL)", | 288 | "name": "Bikesharingdaten (GraphQL)", | ||
287 | "package_id": "d284e270-5ecc-4ce8-a52a-e8083d7a515b", | 289 | "package_id": "d284e270-5ecc-4ce8-a52a-e8083d7a515b", | ||
288 | "position": 5, | 290 | "position": 5, | ||
289 | "resource_type": null, | 291 | "resource_type": null, | ||
290 | "size": null, | 292 | "size": null, | ||
291 | "state": "active", | 293 | "state": "active", | ||
292 | "url": "https://api.mobidata-bw.de/sharing/graphiql", | 294 | "url": "https://api.mobidata-bw.de/sharing/graphiql", | ||
293 | "url_type": null | 295 | "url_type": null | ||
294 | }, | 296 | }, | ||
295 | { | 297 | { | ||
296 | "cache_last_updated": null, | 298 | "cache_last_updated": null, | ||
297 | "cache_url": null, | 299 | "cache_url": null, | ||
298 | "created": "2025-01-24T14:44:52.805246", | 300 | "created": "2025-01-24T14:44:52.805246", | ||
299 | "datastore_active": false, | 301 | "datastore_active": false, | ||
300 | "description": "", | 302 | "description": "", | ||
301 | "format": "", | 303 | "format": "", | ||
302 | "hash": "", | 304 | "hash": "", | ||
303 | "id": "5da4da4f-d07a-4c47-a312-cad3a4e54476", | 305 | "id": "5da4da4f-d07a-4c47-a312-cad3a4e54476", | ||
304 | "last_modified": null, | 306 | "last_modified": null, | ||
305 | "metadata_modified": "2025-01-24T14:45:51.585702", | 307 | "metadata_modified": "2025-01-24T14:45:51.585702", | ||
306 | "mimetype": null, | 308 | "mimetype": null, | ||
307 | "mimetype_inner": null, | 309 | "mimetype_inner": null, | ||
308 | "name": "GraphQL Dokumentation", | 310 | "name": "GraphQL Dokumentation", | ||
309 | "package_id": "d284e270-5ecc-4ce8-a52a-e8083d7a515b", | 311 | "package_id": "d284e270-5ecc-4ce8-a52a-e8083d7a515b", | ||
310 | "position": 6, | 312 | "position": 6, | ||
311 | "resource_type": null, | 313 | "resource_type": null, | ||
312 | "size": null, | 314 | "size": null, | ||
313 | "state": "active", | 315 | "state": "active", | ||
314 | "url": "https://graphql.org/learn/", | 316 | "url": "https://graphql.org/learn/", | ||
315 | "url_type": null | 317 | "url_type": null | ||
316 | } | 318 | } | ||
317 | ], | 319 | ], | ||
318 | "state": "active", | 320 | "state": "active", | ||
319 | "tags": [ | 321 | "tags": [ | ||
320 | { | 322 | { | ||
321 | "display_name": "Aalen", | 323 | "display_name": "Aalen", | ||
322 | "id": "c9a5f736-1c7a-47da-8a8c-af4cae64c325", | 324 | "id": "c9a5f736-1c7a-47da-8a8c-af4cae64c325", | ||
323 | "name": "Aalen", | 325 | "name": "Aalen", | ||
324 | "state": "active", | 326 | "state": "active", | ||
325 | "vocabulary_id": null | 327 | "vocabulary_id": null | ||
326 | }, | 328 | }, | ||
327 | { | 329 | { | ||
328 | "display_name": "Baden-Baden", | 330 | "display_name": "Baden-Baden", | ||
329 | "id": "f6469c1f-d57c-4257-9bcd-d6e112859f0c", | 331 | "id": "f6469c1f-d57c-4257-9bcd-d6e112859f0c", | ||
330 | "name": "Baden-Baden", | 332 | "name": "Baden-Baden", | ||
331 | "state": "active", | 333 | "state": "active", | ||
332 | "vocabulary_id": null | 334 | "vocabulary_id": null | ||
333 | }, | 335 | }, | ||
334 | { | 336 | { | ||
335 | "display_name": "Bietigheim-Bissingen", | 337 | "display_name": "Bietigheim-Bissingen", | ||
336 | "id": "d5db3c5a-b49f-4549-9e60-fa5fd350b94a", | 338 | "id": "d5db3c5a-b49f-4549-9e60-fa5fd350b94a", | ||
337 | "name": "Bietigheim-Bissingen", | 339 | "name": "Bietigheim-Bissingen", | ||
338 | "state": "active", | 340 | "state": "active", | ||
339 | "vocabulary_id": null | 341 | "vocabulary_id": null | ||
340 | }, | 342 | }, | ||
341 | { | 343 | { | ||
342 | "display_name": "Bikesharing", | 344 | "display_name": "Bikesharing", | ||
343 | "id": "df55ee3c-8742-41ef-8fe4-f976a61a3438", | 345 | "id": "df55ee3c-8742-41ef-8fe4-f976a61a3438", | ||
344 | "name": "Bikesharing", | 346 | "name": "Bikesharing", | ||
345 | "state": "active", | 347 | "state": "active", | ||
346 | "vocabulary_id": null | 348 | "vocabulary_id": null | ||
347 | }, | 349 | }, | ||
348 | { | 350 | { | ||
349 | "display_name": "B\u00f6blingen", | 351 | "display_name": "B\u00f6blingen", | ||
350 | "id": "576db135-9310-4c03-8d68-46066c4271f6", | 352 | "id": "576db135-9310-4c03-8d68-46066c4271f6", | ||
351 | "name": "B\u00f6blingen", | 353 | "name": "B\u00f6blingen", | ||
352 | "state": "active", | 354 | "state": "active", | ||
353 | "vocabulary_id": null | 355 | "vocabulary_id": null | ||
354 | }, | 356 | }, | ||
355 | { | 357 | { | ||
356 | "display_name": "Call a Bike", | 358 | "display_name": "Call a Bike", | ||
357 | "id": "88ee83ea-dba8-417e-b506-1fd699c2d7d2", | 359 | "id": "88ee83ea-dba8-417e-b506-1fd699c2d7d2", | ||
358 | "name": "Call a Bike", | 360 | "name": "Call a Bike", | ||
359 | "state": "active", | 361 | "state": "active", | ||
360 | "vocabulary_id": null | 362 | "vocabulary_id": null | ||
361 | }, | 363 | }, | ||
362 | { | 364 | { | ||
363 | "display_name": "DB Connect", | 365 | "display_name": "DB Connect", | ||
364 | "id": "55d61cb1-cf1c-47b4-b978-29a6b6649fc1", | 366 | "id": "55d61cb1-cf1c-47b4-b978-29a6b6649fc1", | ||
365 | "name": "DB Connect", | 367 | "name": "DB Connect", | ||
366 | "state": "active", | 368 | "state": "active", | ||
367 | "vocabulary_id": null | 369 | "vocabulary_id": null | ||
368 | }, | 370 | }, | ||
369 | { | 371 | { | ||
370 | "display_name": "Ditzingen", | 372 | "display_name": "Ditzingen", | ||
371 | "id": "d962a679-8962-46cb-94e3-f00605f2ba52", | 373 | "id": "d962a679-8962-46cb-94e3-f00605f2ba52", | ||
372 | "name": "Ditzingen", | 374 | "name": "Ditzingen", | ||
373 | "state": "active", | 375 | "state": "active", | ||
374 | "vocabulary_id": null | 376 | "vocabulary_id": null | ||
375 | }, | 377 | }, | ||
376 | { | 378 | { | ||
377 | "display_name": "Eislingen Fils", | 379 | "display_name": "Eislingen Fils", | ||
378 | "id": "78b05685-6907-4b2a-9a9c-9fee9ee8b0be", | 380 | "id": "78b05685-6907-4b2a-9a9c-9fee9ee8b0be", | ||
379 | "name": "Eislingen Fils", | 381 | "name": "Eislingen Fils", | ||
380 | "state": "active", | 382 | "state": "active", | ||
381 | "vocabulary_id": null | 383 | "vocabulary_id": null | ||
382 | }, | 384 | }, | ||
383 | { | 385 | { | ||
384 | "display_name": "Fellbach", | 386 | "display_name": "Fellbach", | ||
385 | "id": "cac8a9ba-402d-4d3e-9081-29a5b8c984fc", | 387 | "id": "cac8a9ba-402d-4d3e-9081-29a5b8c984fc", | ||
386 | "name": "Fellbach", | 388 | "name": "Fellbach", | ||
387 | "state": "active", | 389 | "state": "active", | ||
388 | "vocabulary_id": null | 390 | "vocabulary_id": null | ||
389 | }, | 391 | }, | ||
390 | { | 392 | { | ||
391 | "display_name": "Freiberg am Neckar", | 393 | "display_name": "Freiberg am Neckar", | ||
392 | "id": "75bfd775-8c70-43d3-8024-1811c5ae4896", | 394 | "id": "75bfd775-8c70-43d3-8024-1811c5ae4896", | ||
393 | "name": "Freiberg am Neckar", | 395 | "name": "Freiberg am Neckar", | ||
394 | "state": "active", | 396 | "state": "active", | ||
395 | "vocabulary_id": null | 397 | "vocabulary_id": null | ||
396 | }, | 398 | }, | ||
397 | { | 399 | { | ||
398 | "display_name": "Freiburg im Breisgau", | 400 | "display_name": "Freiburg im Breisgau", | ||
399 | "id": "e024c576-bb51-4a5c-987b-d1a49b8154d9", | 401 | "id": "e024c576-bb51-4a5c-987b-d1a49b8154d9", | ||
400 | "name": "Freiburg im Breisgau", | 402 | "name": "Freiburg im Breisgau", | ||
401 | "state": "active", | 403 | "state": "active", | ||
402 | "vocabulary_id": null | 404 | "vocabulary_id": null | ||
403 | }, | 405 | }, | ||
404 | { | 406 | { | ||
405 | "display_name": "GBFS", | 407 | "display_name": "GBFS", | ||
406 | "id": "5eeb1991-62e6-4423-9c56-6930af4ecd92", | 408 | "id": "5eeb1991-62e6-4423-9c56-6930af4ecd92", | ||
407 | "name": "GBFS", | 409 | "name": "GBFS", | ||
408 | "state": "active", | 410 | "state": "active", | ||
409 | "vocabulary_id": null | 411 | "vocabulary_id": null | ||
410 | }, | 412 | }, | ||
411 | { | 413 | { | ||
412 | "display_name": "Gerlingen", | 414 | "display_name": "Gerlingen", | ||
413 | "id": "2323dea6-08c3-45b4-b193-9a59eedfe274", | 415 | "id": "2323dea6-08c3-45b4-b193-9a59eedfe274", | ||
414 | "name": "Gerlingen", | 416 | "name": "Gerlingen", | ||
415 | "state": "active", | 417 | "state": "active", | ||
416 | "vocabulary_id": null | 418 | "vocabulary_id": null | ||
417 | }, | 419 | }, | ||
418 | { | 420 | { | ||
419 | "display_name": "Grand Est", | 421 | "display_name": "Grand Est", | ||
420 | "id": "933f8662-c24d-4dcd-afae-71ab6df12484", | 422 | "id": "933f8662-c24d-4dcd-afae-71ab6df12484", | ||
421 | "name": "Grand Est", | 423 | "name": "Grand Est", | ||
422 | "state": "active", | 424 | "state": "active", | ||
423 | "vocabulary_id": null | 425 | "vocabulary_id": null | ||
424 | }, | 426 | }, | ||
425 | { | 427 | { | ||
426 | "display_name": "G\u00f6ppingen", | 428 | "display_name": "G\u00f6ppingen", | ||
427 | "id": "cbe382cd-a807-4a3f-b09f-651aeca48722", | 429 | "id": "cbe382cd-a807-4a3f-b09f-651aeca48722", | ||
428 | "name": "G\u00f6ppingen", | 430 | "name": "G\u00f6ppingen", | ||
429 | "state": "active", | 431 | "state": "active", | ||
430 | "vocabulary_id": null | 432 | "vocabulary_id": null | ||
431 | }, | 433 | }, | ||
432 | { | 434 | { | ||
433 | "display_name": "Heidelberg", | 435 | "display_name": "Heidelberg", | ||
434 | "id": "c03d2fb0-b8b2-48e4-9204-29d38aece343", | 436 | "id": "c03d2fb0-b8b2-48e4-9204-29d38aece343", | ||
435 | "name": "Heidelberg", | 437 | "name": "Heidelberg", | ||
436 | "state": "active", | 438 | "state": "active", | ||
437 | "vocabulary_id": null | 439 | "vocabulary_id": null | ||
438 | }, | 440 | }, | ||
439 | { | 441 | { | ||
440 | "display_name": "Herrenberg", | 442 | "display_name": "Herrenberg", | ||
441 | "id": "6c973362-4ee3-4329-bb81-1bb23d1527fc", | 443 | "id": "6c973362-4ee3-4329-bb81-1bb23d1527fc", | ||
442 | "name": "Herrenberg", | 444 | "name": "Herrenberg", | ||
443 | "state": "active", | 445 | "state": "active", | ||
444 | "vocabulary_id": null | 446 | "vocabulary_id": null | ||
445 | }, | 447 | }, | ||
446 | { | 448 | { | ||
447 | "display_name": "Holzgerlingen", | 449 | "display_name": "Holzgerlingen", | ||
448 | "id": "2508b4df-156e-4cbb-a486-d2155a29c1d2", | 450 | "id": "2508b4df-156e-4cbb-a486-d2155a29c1d2", | ||
449 | "name": "Holzgerlingen", | 451 | "name": "Holzgerlingen", | ||
450 | "state": "active", | 452 | "state": "active", | ||
451 | "vocabulary_id": null | 453 | "vocabulary_id": null | ||
452 | }, | 454 | }, | ||
453 | { | 455 | { | ||
454 | "display_name": "Karlsruhe", | 456 | "display_name": "Karlsruhe", | ||
455 | "id": "588c0935-0caa-472c-bc60-d21d50d38c85", | 457 | "id": "588c0935-0caa-472c-bc60-d21d50d38c85", | ||
456 | "name": "Karlsruhe", | 458 | "name": "Karlsruhe", | ||
457 | "state": "active", | 459 | "state": "active", | ||
458 | "vocabulary_id": null | 460 | "vocabulary_id": null | ||
459 | }, | 461 | }, | ||
460 | { | 462 | { | ||
461 | "display_name": "Kernen im Remstal", | 463 | "display_name": "Kernen im Remstal", | ||
462 | "id": "cedb67ba-ca0b-4ced-b07a-d620a24546ac", | 464 | "id": "cedb67ba-ca0b-4ced-b07a-d620a24546ac", | ||
463 | "name": "Kernen im Remstal", | 465 | "name": "Kernen im Remstal", | ||
464 | "state": "active", | 466 | "state": "active", | ||
465 | "vocabulary_id": null | 467 | "vocabulary_id": null | ||
466 | }, | 468 | }, | ||
467 | { | 469 | { | ||
468 | "display_name": "Kirchheim unter Teck", | 470 | "display_name": "Kirchheim unter Teck", | ||
469 | "id": "a269c904-0734-41a5-8f0c-933dc4217c9f", | 471 | "id": "a269c904-0734-41a5-8f0c-933dc4217c9f", | ||
470 | "name": "Kirchheim unter Teck", | 472 | "name": "Kirchheim unter Teck", | ||
471 | "state": "active", | 473 | "state": "active", | ||
472 | "vocabulary_id": null | 474 | "vocabulary_id": null | ||
473 | }, | 475 | }, | ||
474 | { | 476 | { | ||
475 | "display_name": "Kornwestheim", | 477 | "display_name": "Kornwestheim", | ||
476 | "id": "a8c07a78-5c14-496b-8926-694f6a6a789d", | 478 | "id": "a8c07a78-5c14-496b-8926-694f6a6a789d", | ||
477 | "name": "Kornwestheim", | 479 | "name": "Kornwestheim", | ||
478 | "state": "active", | 480 | "state": "active", | ||
479 | "vocabulary_id": null | 481 | "vocabulary_id": null | ||
480 | }, | 482 | }, | ||
481 | { | 483 | { | ||
482 | "display_name": "Leinfelden-Echterdingen", | 484 | "display_name": "Leinfelden-Echterdingen", | ||
483 | "id": "4f26a7f6-632f-43eb-be0e-edabfd1a0945", | 485 | "id": "4f26a7f6-632f-43eb-be0e-edabfd1a0945", | ||
484 | "name": "Leinfelden-Echterdingen", | 486 | "name": "Leinfelden-Echterdingen", | ||
485 | "state": "active", | 487 | "state": "active", | ||
486 | "vocabulary_id": null | 488 | "vocabulary_id": null | ||
487 | }, | 489 | }, | ||
488 | { | 490 | { | ||
489 | "display_name": "Leonberg", | 491 | "display_name": "Leonberg", | ||
490 | "id": "e7366fb4-ec4a-4f47-b57d-e584111e82f0", | 492 | "id": "e7366fb4-ec4a-4f47-b57d-e584111e82f0", | ||
491 | "name": "Leonberg", | 493 | "name": "Leonberg", | ||
492 | "state": "active", | 494 | "state": "active", | ||
493 | "vocabulary_id": null | 495 | "vocabulary_id": null | ||
494 | }, | 496 | }, | ||
495 | { | 497 | { | ||
496 | "display_name": "Ludwigsburg", | 498 | "display_name": "Ludwigsburg", | ||
497 | "id": "cd75ae79-5be1-4f08-a11a-2520e497efc6", | 499 | "id": "cd75ae79-5be1-4f08-a11a-2520e497efc6", | ||
498 | "name": "Ludwigsburg", | 500 | "name": "Ludwigsburg", | ||
499 | "state": "active", | 501 | "state": "active", | ||
500 | "vocabulary_id": null | 502 | "vocabulary_id": null | ||
501 | }, | 503 | }, | ||
502 | { | 504 | { | ||
503 | "display_name": "Mannheim", | 505 | "display_name": "Mannheim", | ||
504 | "id": "50ef7224-b8e7-477c-8986-4c90e309ac57", | 506 | "id": "50ef7224-b8e7-477c-8986-4c90e309ac57", | ||
505 | "name": "Mannheim", | 507 | "name": "Mannheim", | ||
506 | "state": "active", | 508 | "state": "active", | ||
507 | "vocabulary_id": null | 509 | "vocabulary_id": null | ||
508 | }, | 510 | }, | ||
509 | { | 511 | { | ||
510 | "display_name": "M\u00fchlacker", | 512 | "display_name": "M\u00fchlacker", | ||
511 | "id": "2c6ee641-36d2-472c-b67c-293236b1032e", | 513 | "id": "2c6ee641-36d2-472c-b67c-293236b1032e", | ||
512 | "name": "M\u00fchlacker", | 514 | "name": "M\u00fchlacker", | ||
513 | "state": "active", | 515 | "state": "active", | ||
514 | "vocabulary_id": null | 516 | "vocabulary_id": null | ||
515 | }, | 517 | }, | ||
516 | { | 518 | { | ||
517 | "display_name": "Plochingen", | 519 | "display_name": "Plochingen", | ||
518 | "id": "5a41e711-b590-4660-b0e1-3c4d5107d4b3", | 520 | "id": "5a41e711-b590-4660-b0e1-3c4d5107d4b3", | ||
519 | "name": "Plochingen", | 521 | "name": "Plochingen", | ||
520 | "state": "active", | 522 | "state": "active", | ||
521 | "vocabulary_id": null | 523 | "vocabulary_id": null | ||
522 | }, | 524 | }, | ||
523 | { | 525 | { | ||
524 | "display_name": "Radverkehr", | 526 | "display_name": "Radverkehr", | ||
525 | "id": "cfed687e-c525-48b2-8867-50fd7d8ba0c7", | 527 | "id": "cfed687e-c525-48b2-8867-50fd7d8ba0c7", | ||
526 | "name": "Radverkehr", | 528 | "name": "Radverkehr", | ||
527 | "state": "active", | 529 | "state": "active", | ||
528 | "vocabulary_id": null | 530 | "vocabulary_id": null | ||
529 | }, | 531 | }, | ||
530 | { | 532 | { | ||
531 | "display_name": "Remseck am Neckar", | 533 | "display_name": "Remseck am Neckar", | ||
532 | "id": "a88ff643-97c3-438f-ba45-ef9061a06fbe", | 534 | "id": "a88ff643-97c3-438f-ba45-ef9061a06fbe", | ||
533 | "name": "Remseck am Neckar", | 535 | "name": "Remseck am Neckar", | ||
534 | "state": "active", | 536 | "state": "active", | ||
535 | "vocabulary_id": null | 537 | "vocabulary_id": null | ||
536 | }, | 538 | }, | ||
537 | { | 539 | { | ||
538 | "display_name": "Renningen", | 540 | "display_name": "Renningen", | ||
539 | "id": "3df35c50-d193-4f72-a590-4eea976f9f57", | 541 | "id": "3df35c50-d193-4f72-a590-4eea976f9f57", | ||
540 | "name": "Renningen", | 542 | "name": "Renningen", | ||
541 | "state": "active", | 543 | "state": "active", | ||
542 | "vocabulary_id": null | 544 | "vocabulary_id": null | ||
543 | }, | 545 | }, | ||
544 | { | 546 | { | ||
545 | "display_name": "Sachsenheim", | 547 | "display_name": "Sachsenheim", | ||
546 | "id": "aefdbf7e-f0b1-4f03-9b63-275c1ec08d5f", | 548 | "id": "aefdbf7e-f0b1-4f03-9b63-275c1ec08d5f", | ||
547 | "name": "Sachsenheim", | 549 | "name": "Sachsenheim", | ||
548 | "state": "active", | 550 | "state": "active", | ||
549 | "vocabulary_id": null | 551 | "vocabulary_id": null | ||
550 | }, | 552 | }, | ||
551 | { | 553 | { | ||
552 | "display_name": "Schorndorf", | 554 | "display_name": "Schorndorf", | ||
553 | "id": "05928a39-b5b4-46fc-bde4-20f81720c96d", | 555 | "id": "05928a39-b5b4-46fc-bde4-20f81720c96d", | ||
554 | "name": "Schorndorf", | 556 | "name": "Schorndorf", | ||
555 | "state": "active", | 557 | "state": "active", | ||
556 | "vocabulary_id": null | 558 | "vocabulary_id": null | ||
557 | }, | 559 | }, | ||
558 | { | 560 | { | ||
559 | "display_name": "Schw\u00e4bisch Gm\u00fcnd", | 561 | "display_name": "Schw\u00e4bisch Gm\u00fcnd", | ||
560 | "id": "28fae5e7-ae34-422b-b6df-6f42827ce6ab", | 562 | "id": "28fae5e7-ae34-422b-b6df-6f42827ce6ab", | ||
561 | "name": "Schw\u00e4bisch Gm\u00fcnd", | 563 | "name": "Schw\u00e4bisch Gm\u00fcnd", | ||
562 | "state": "active", | 564 | "state": "active", | ||
563 | "vocabulary_id": null | 565 | "vocabulary_id": null | ||
564 | }, | 566 | }, | ||
565 | { | 567 | { | ||
566 | "display_name": "Sindelfingen", | 568 | "display_name": "Sindelfingen", | ||
567 | "id": "177e67f5-a36e-4182-96ca-8594d5af243b", | 569 | "id": "177e67f5-a36e-4182-96ca-8594d5af243b", | ||
568 | "name": "Sindelfingen", | 570 | "name": "Sindelfingen", | ||
569 | "state": "active", | 571 | "state": "active", | ||
570 | "vocabulary_id": null | 572 | "vocabulary_id": null | ||
571 | }, | 573 | }, | ||
572 | { | 574 | { | ||
573 | "display_name": "Stuttgart", | 575 | "display_name": "Stuttgart", | ||
574 | "id": "c2fade8a-c5f3-4744-9dcf-95e396e2293a", | 576 | "id": "c2fade8a-c5f3-4744-9dcf-95e396e2293a", | ||
575 | "name": "Stuttgart", | 577 | "name": "Stuttgart", | ||
576 | "state": "active", | 578 | "state": "active", | ||
577 | "vocabulary_id": null | 579 | "vocabulary_id": null | ||
578 | }, | 580 | }, | ||
579 | { | 581 | { | ||
580 | "display_name": "Vaihingen an der Enz", | 582 | "display_name": "Vaihingen an der Enz", | ||
581 | "id": "657b9787-2d7d-451a-9182-48467a5f66ee", | 583 | "id": "657b9787-2d7d-451a-9182-48467a5f66ee", | ||
582 | "name": "Vaihingen an der Enz", | 584 | "name": "Vaihingen an der Enz", | ||
583 | "state": "active", | 585 | "state": "active", | ||
584 | "vocabulary_id": null | 586 | "vocabulary_id": null | ||
585 | }, | 587 | }, | ||
586 | { | 588 | { | ||
587 | "display_name": "Waiblingen", | 589 | "display_name": "Waiblingen", | ||
588 | "id": "ccc24bab-022b-4004-b063-cffff613a27b", | 590 | "id": "ccc24bab-022b-4004-b063-cffff613a27b", | ||
589 | "name": "Waiblingen", | 591 | "name": "Waiblingen", | ||
590 | "state": "active", | 592 | "state": "active", | ||
591 | "vocabulary_id": null | 593 | "vocabulary_id": null | ||
592 | }, | 594 | }, | ||
593 | { | 595 | { | ||
594 | "display_name": "Weinstadt", | 596 | "display_name": "Weinstadt", | ||
595 | "id": "96719b88-9f6b-4bf9-ab68-eaf19a405a19", | 597 | "id": "96719b88-9f6b-4bf9-ab68-eaf19a405a19", | ||
596 | "name": "Weinstadt", | 598 | "name": "Weinstadt", | ||
597 | "state": "active", | 599 | "state": "active", | ||
598 | "vocabulary_id": null | 600 | "vocabulary_id": null | ||
599 | }, | 601 | }, | ||
600 | { | 602 | { | ||
601 | "display_name": "Wendlingen am Neckar", | 603 | "display_name": "Wendlingen am Neckar", | ||
602 | "id": "2eb8cd3a-1536-4e11-8dd5-f87621d6e2f4", | 604 | "id": "2eb8cd3a-1536-4e11-8dd5-f87621d6e2f4", | ||
603 | "name": "Wendlingen am Neckar", | 605 | "name": "Wendlingen am Neckar", | ||
604 | "state": "active", | 606 | "state": "active", | ||
605 | "vocabulary_id": null | 607 | "vocabulary_id": null | ||
606 | }, | 608 | }, | ||
607 | { | 609 | { | ||
608 | "display_name": "mcloud_category_roads", | 610 | "display_name": "mcloud_category_roads", | ||
609 | "id": "4697d452-e955-40e7-b5da-3ed76fbd7bae", | 611 | "id": "4697d452-e955-40e7-b5da-3ed76fbd7bae", | ||
610 | "name": "mcloud_category_roads", | 612 | "name": "mcloud_category_roads", | ||
611 | "state": "active", | 613 | "state": "active", | ||
612 | "vocabulary_id": null | 614 | "vocabulary_id": null | ||
613 | }, | 615 | }, | ||
614 | { | 616 | { | ||
615 | "display_name": | 617 | "display_name": | ||
616 | "mobilithek_subcategory_BIKE_SHARING_AVAILABILITY", | 618 | "mobilithek_subcategory_BIKE_SHARING_AVAILABILITY", | ||
617 | "id": "558912ba-61b4-4c03-a522-a66c824efd1f", | 619 | "id": "558912ba-61b4-4c03-a522-a66c824efd1f", | ||
618 | "name": "mobilithek_subcategory_BIKE_SHARING_AVAILABILITY", | 620 | "name": "mobilithek_subcategory_BIKE_SHARING_AVAILABILITY", | ||
619 | "state": "active", | 621 | "state": "active", | ||
620 | "vocabulary_id": null | 622 | "vocabulary_id": null | ||
621 | }, | 623 | }, | ||
622 | { | 624 | { | ||
623 | "display_name": | 625 | "display_name": | ||
624 | "mobilithek_subcategory_LOCATION_OF_BIKE_SHARING_STATIONS", | 626 | "mobilithek_subcategory_LOCATION_OF_BIKE_SHARING_STATIONS", | ||
625 | "id": "3bf1b06e-a9ff-4876-8c44-9e32bbbc3a24", | 627 | "id": "3bf1b06e-a9ff-4876-8c44-9e32bbbc3a24", | ||
626 | "name": | 628 | "name": | ||
627 | "mobilithek_subcategory_LOCATION_OF_BIKE_SHARING_STATIONS", | 629 | "mobilithek_subcategory_LOCATION_OF_BIKE_SHARING_STATIONS", | ||
628 | "state": "active", | 630 | "state": "active", | ||
629 | "vocabulary_id": null | 631 | "vocabulary_id": null | ||
630 | } | 632 | } | ||
631 | ], | 633 | ], | ||
632 | "title": "Geb\u00fcndelte Bikesharingdaten Baden-W\u00fcrttemberg", | 634 | "title": "Geb\u00fcndelte Bikesharingdaten Baden-W\u00fcrttemberg", | ||
633 | "type": "dataset", | 635 | "type": "dataset", | ||
634 | "url": "", | 636 | "url": "", | ||
635 | "version": "2020-08-31" | 637 | "version": "2020-08-31" | ||
636 | } | 638 | } |