Smalyshev added a comment.

This works:

SELECT * WHERE {
 ?link schema:about ?item .
 ?link schema:isPartOf <https://en.wikipedia.org/> .
 FILTER NOT EXISTS {
   ?item ?p [] .
   FILTER(?p != rdfs:label && ?p != schema:description && ?p != schema:version && ?p != schema:dateModified && ?p != skos:altLabel)
 }
} LIMIT 100

But unfortunately will time out without a limit, since there's more than 400K of those and the full query would time out.


TASK DETAIL
https://phabricator.wikimedia.org/T129037

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Smalyshev
Cc: Smalyshev, Nikki, Sjoerddebruin, hoo, Aklapper, Multichill, mschwarzer, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to