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 wikidata as a source #280

Open
hmpf opened this issue Sep 23, 2022 · 0 comments
Open

Add wikidata as a source #280

hmpf opened this issue Sep 23, 2022 · 0 comments

Comments

@hmpf
Copy link
Owner

hmpf commented Sep 23, 2022

Who wants this source?

Elixir, from DsWizard

Relevant endpoints

List all entries: "https://query.wikidata.org/sparql?query=SELECT DISTINCT ?item ?itemLabel WHERE { ?item wdt:P31 ${type} . ?item rdfs:label ?label . ?item schema:description ?description . FILTER contains(lcase(concat(?label, ?description)), lcase('${q}')) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } }"
Specific entry:
Paging: unknown

Format/API-type

JSON, SPARQL/RDF/semantic web

Authentication

No auth, set user-agent.

Links to relevant API documentation

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

No branches or pull requests

1 participant