Skip to content

Instantly share code, notes, and snippets.

@libkoi
Last active June 3, 2022 00:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save libkoi/868d06bb4e8754673b9f75be4933ab12 to your computer and use it in GitHub Desktop.
Save libkoi/868d06bb4e8754673b9f75be4933ab12 to your computer and use it in GitHub Desktop.
SELECT distinct ?item
WHERE
{
?item p:P5737 ?f.
FILTER NOT EXISTS { ?f pq:P9675 ?mwID. }
FILTER NOT EXISTS { ?f pq:P407 ?lang. }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment