query-7f81b7eb5a0c144499dda7cb2cbb6155
Libros en Wikidata que no tienen artĂculo en Wikipedia (u otros proyectos)Para simplificar localizamos que no existan enlaces a ningĂșn proyecto (Wikisource, etc.), no solo Wikipedia. Salen 19.392 en diciembre 2018.
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel WHERE {
?item wdt:P31 wd:Q571
FILTER NOT EXISTS { ?enlace schema:about ?item }
SERVICE wikibase:label { bd:serviceParam wikibase:language "es,en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?enlace")
v2("?item"):::projected
c5(["bd:serviceParam"]):::iri
c7(["es,en"]):::literal
c3(["wd:Q571"]):::iri
f0[["not "]]
subgraph f0e0["Exists Clause"]
e0v1 --"schema:about"--> e0v2
e0v1("?enlace"):::projected
e0v2("?item"):::projected
end
f0--EXISTS--> f0e0
f0 --> v1
f0 --> c1
f0 --> v2
v1 --"schema:about"--> v2
v2 --"wdt:P31"--> c3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end