query-0d22822ecc49a761052ae5f469306d01
Simpler federated query from SurvolThis returns the error message: is not allowed http://vps516494.ovh.net/Survol/survol/sparql.pyUnknown error: Service URI
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX survol: <http://www.primhillcomputers.com/survol#>
SELECT * WHERE {
SERVICE <http://vps516494.ovh.net/Survol/survol/sparql.py> {
SELECT ?process_id
WHERE
{ ?url_proc survol:Handle ?process_id .
?url_proc rdf:type survol:CIM_Process .
}
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?process_id"):::projected
v1("?url_proc")
c4([http://www.primhillcomputers.com/survol#CIM_Process]):::iri
c6(["bd:serviceParam"]):::iri
c8(["en"]):::literal
subgraph s1["http://vps516494.ovh.net/Survol/survol/sparql.py"]
style s1 stroke-width:4px;
v1 --http://www.primhillcomputers.com/survol#Handle--> v2
v1 --"a"--> c4
end
subgraph s2["http://wikiba.se/ontology#label"]
style s2 stroke-width:4px;
c6 --"wikibase:language"--> c8
end