1,477,004
edits
Line 40: | Line 40: | ||
=== Mineral Commodity === | === Mineral Commodity === | ||
The following query pulls items | The following query pulls items identified as mineral commodities with their associated subclass relationships where applicable. Items were sourced and identified as commodities from a combination of sources: | ||
* [[Item:Q41269|MRDS commodity names and codes]] | |||
<sparql tryit="1"> | <sparql tryit="1"> | ||
PREFIX wd: <https://geokb.wikibase.cloud/entity/> | PREFIX wd: <https://geokb.wikibase.cloud/entity/> | ||
PREFIX wdt: <https://geokb.wikibase.cloud/prop/direct/> | PREFIX wdt: <https://geokb.wikibase.cloud/prop/direct/> | ||
SELECT ?item ?itemLabel ? | SELECT ?item ?itemLabel ?itemDescription | ||
?subclassOf ?subclassOfLabel | |||
WHERE { | WHERE { | ||
?item wdt:P1 wd:Q406 . | ?item wdt:P1 wd:Q406 . | ||
OPTIONAL { | OPTIONAL { | ||
? | ?item wdt:P2 ?subclassOf . | ||
} | } | ||
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } | SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } |