query-7a07c627fe99a1692813a7aedee79593
List of items from IJRP
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 ?instanceofLabel ?subclassofLabel ?item ?itemLabel
WHERE
{
{ {VALUES ?item {wd:Q69671730}.
?item wdt:P31 ?instanceof.} # IJRP itself
UNION
{?item wdt:P31 wd:Q13442814. # articles of IJRP
?item wdt:P1433 wd:Q69671730.
?item wdt:P31 ?instanceof.}
UNION
{?item0 wdt:P31 wd:Q13442814. # researchers of IJRP
?item0 wdt:P1433 wd:Q69671730.
?item0 wdt:P50 ?item.
}
UNION
{?item00 wdt:P31 wd:Q13442814. # topics of IJRP
?item00 wdt:P1433 wd:Q69671730.
?item00 wdt:P921 ?item.
} }
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
ORDER BY ?item
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?instanceof")
v2("?item"):::projected
v3("?item0")
v4("?item00")
c2(["wd:Q13442814"]):::iri
c8(["bd:serviceParam"]):::iri
c4(["wd:Q69671730"]):::iri
c10(["en"]):::literal
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
subgraph union1[" Union "]
subgraph union1l[" "]
style union1l fill:#abf,stroke-dasharray: 3 3;
subgraph union2[" Union "]
subgraph union2l[" "]
style union2l fill:#abf,stroke-dasharray: 3 3;
v4 --"wdt:P31"--> c2
v4 --"wdt:P1433"--> c4
v4 --"wdt:P921"--> v2
end
subgraph union2r[" "]
style union2r fill:#abf,stroke-dasharray: 3 3;
v3 --"wdt:P31"--> c2
v3 --"wdt:P1433"--> c4
v3 --"wdt:P50"--> v2
end
union2r <== or ==> union2l
end
end
subgraph union1r[" "]
style union1r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P31"--> c2
v2 --"wdt:P1433"--> c4
v2 --"wdt:P31"--> v2
end
union1r <== or ==> union1l
end
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
bind0[/VALUES ?item/]
bind0-->v2
bind00(["wd:Q69671730"])
bind00 --> bind0
v2 --"wdt:P31"--> v2
end
union0r <== or ==> union0l
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end