Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add way to do structured queries to search for commons wikimedia #17

Open
jhpoelen opened this issue May 16, 2023 · 1 comment
Open

Comments

@jhpoelen
Copy link
Contributor

https://w.wiki/6iBC

#defaultView:ImageGrid
select ?file ?specimen ?specimenLabel ?specimenDescription ?thumb with {
  select * {
    service <https://query.wikidata.org/sparql> {
      ?specimen wdt:P31*/wdt:P279* wd:Q51255340;
                rdfs:label ?specimenLabel;
                schema:description ?specimenDescription.
      filter (lang(?specimenLabel) = "en")
      filter (lang(?specimenDescription) = "en")
    }
  } 
} as %specimen where {
  include %specimen. 
  ?file wdt:P180 ?specimen;
         schema:url ?thumb.
}

 LIMIT 50

image

@jhpoelen
Copy link
Contributor Author

fyi @Daniel-Mietchen @ajacsherman

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant