Project:SPARQL/examples: Revision history

From geokb

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 September 2024

13 September 2024

13 August 2024

12 August 2024

9 August 2024

8 August 2024

7 August 2024

  • curprev 18:4018:40, 7 August 2024Sky talk contribs 472 bytes +472 Created page with "= Organizations = == Classification of organizations == <sparql tryit="1"> PREFIX wdt: <https://geokb.wikibase.cloud/prop/direct/> PREFIX wd: <https://geokb.wikibase.cloud/entity/> SELECT ?item ?itemLabel ?subclass_of ?subclass_ofLabel WHERE { { wd:Q50862 wdt:P2* ?item . ?item wdt:P2 ?subclass_of . } UNION { ?item wdt:P2* wd:Q50862 ; wdt:P2 ?subclass_of . } SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } </sparql>"