Hi all,
We would like to link from our pages to wikidata pages. Who should we contact in this regard? We would need a contact other than the mailing list, if possible.
I also want to make sure we will not disturb the SPARQL endpoint service with our query. We want to retrieve all pages pointing to a UniProt entry regardless of the taxon. So far we have this query
SELECT ?item ?itemLabel ?UniProt_ID ?taxonID WHERE { ?item wdt:P352 ?UniProt_ID ; wdt:P703 ?taxon . ?taxon wdt:P31 wd:Q16521 ; wdt:P685 ?taxonID .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } }
I tried it with a limit of 100 and it worked fine but wondering what would be the recommended way if we want them all.
By the way, what would be the way to get that query using the query helper? I did not managed so I wrote it manually.
Regards,