query-7f791d48d959ce38e07bd00d4e600a5d
Propertiesinstance of (P31)maintained by WikiProject (P6104)main subject (P921)
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 ?hypothesis ?hypothesisLabel WHERE {
?hypothesis wdt:P31 wd:Q41719 .
{?hypothesis wdt:P6104 wd:Q56241615 .}
UNION
{?paper wdt:P6104 wd:Q56241615 ;
wdt:P921 ?hypothesis . }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?hypothesis"):::projected
v2("?paper")
c7(["bd:serviceParam"]):::iri
c4(["wd:Q56241615"]):::iri
c2(["wd:Q41719"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"wdt:P31"--> c2
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P6104"--> c4
v2 --"wdt:P921"--> v1
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P6104"--> c4
end
union0r <== or ==> union0l
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end