query-19f9c6b40e533db89687ddc095d64da0
reference URL (P854)
ECARTICO person ID (P2915)
SELECT distinct ?item ?ecartico ?prop WHERE { ?item wdtn:P2915 ?ecartico. ?item ?prop ?statement. ?statement prov:wasDerivedFrom ?ref. ?ref pr:P854 ?some_ref, ?some_ref2. FILTER(?some_ref != ?some_ref2) } LIMIT 10
Use at
- https://query.wikidata.org/sparql
PREFIX wdtn: <http://www.wikidata.org/prop/direct-normalized/>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
# reference URL (P854)
# ECARTICO person ID (P2915)
SELECT distinct ?item ?ecartico ?prop WHERE {
?item wdtn:P2915 ?ecartico.
?item ?prop ?statement.
?statement prov:wasDerivedFrom ?ref.
?ref pr:P854 ?some_ref, ?some_ref2.
FILTER(?some_ref != ?some_ref2)
}
LIMIT 10
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?ecartico"):::projected
v3("?item"):::projected
v5("?prop"):::projected
v7("?ref")
v1("?some_ref")
v2("?some_ref2")
v6("?statement")
f0[["?some_ref != ?some_ref2"]]
f0 --> v1
f0 --> v2
v3 --"wdtn:P2915"--> v4
v3 -->v5--> v6
v6 --"prov:wasDerivedFrom"--> v7
v7 --"pr:P854"--> v1
v7 --"pr:P854"--> v2