query-3a811c03b4922fa5d5e7439b26003307
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
?select distinct ?property ?propertyLabel {
values ?class {
wd:Q11344 #chemical element
}
?item wdt:P31/wdt:P279* wd:Q11344 .
?item ?stmt_prop [] .
?property wikibase:claim ?stmt_prop .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}