query-869d05a21f876ef4ab67222eb5fa62da

rq turtle/ttl

1 or 3

Use at

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 ?a ?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