query-5b1601549aa9237094f9335e58906a12
Glennznltl:Natatangi:UnconnectedPages
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX schema: <http://schema.org/>
SELECT ?page ?item ?title
WHERE
{
?page schema:about ?item .
?page schema:isPartOf <https://tl.wikipedia.org/> .
?page schema:name ?title .
?item wikibase:sitelinks 1 .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v1("?page"):::projected
v3("?title"):::projected
c6(["1^^xsd:integer"]):::literal
c3([https://tl.wikipedia.org/]):::iri
v1 --"schema:about"--> v2
v1 --"schema:isPartOf"--> c3
v1 --"schema:name"--> v3
v2 --"wikibase:sitelinks"--> c6