query-492a1ec248bfbd6f6008dc6535626603
3 or 9
Use at
- https://query.wikidata.org/sparql
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT * WHERE
{
# { BIND(1 as ?a) } UNION { BIND(2 as ?a) } UNION { BIND(3 as ?a) }
# VALUES ?a { 1 2 3 }
# { SELECT ?a { ?n wdt:P5176 ?a . FILTER(xsd:integer(?a) < 4 ) } }
SERVICE <https://query.wikidata.org/bigdata/namespace/dcatap/sparql> { SELECT ?s ?p ?o { ?s ?p ?o } LIMIT 1 }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?o"):::projected
v2("?p"):::projected
v1("?s"):::projected
subgraph s1["https://query.wikidata.org/bigdata/namespace/dcatap/sparql"]
style s1 stroke-width:4px;
v1 -->v2--> v3
end