Size: 1230
Comment:
|
Size: 1302
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
* https://www.wikidata.org/wiki/Wikidata:List_of_properties/science |
wikidata
Wikidata is a free and open knowledge base that can be read and edited by both humans and machines.
Wikidata acts as central storage for the structured data of its Wikimedia sister projects including Wikipedia, Wikivoyage, Wiktionary, Wikisource, and others.
Query ICAO codes
SELECT ?item ?itemLabel ?id WHERE { ?item wdt:P239 ?id SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } }
SELECT DISTINCT ?id WHERE { ?item wdt:P239 ?id SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } ORDER BY ?id
Query IATA codes
SELECT ?item ?itemLabel ?id WHERE { ?item wdt:P238 ?id SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } }
SELECT DISTINCT ?id WHERE { ?item wdt:P238 ?id SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } ORDER BY ?id