query-ca99c948764f894ad26b631e39c0ffbc
List all subject of: mineralogy AND species nova SELECT ?item WHERE { ?item wdt:P921 wd:Q83353 . ?item wdt:P921 wd:Q27652812 . }
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
# List all subject of: mineralogy AND species nova
SELECT ?item WHERE {
?item wdt:P921 wd:Q83353 .
?item wdt:P921 wd:Q27652812 .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c2(["wd:Q83353"]):::iri
c3(["wd:Q27652812"]):::iri
v1 --"wdt:P921"--> c2
v1 --"wdt:P921"--> c3