hmpf / easydmp

MIT License
7 stars 2 forks source link

Add wikidata as a source #280

Open hmpf opened 1 year ago

hmpf commented 1 year ago

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