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 example queries to README #1

Open
rdmpage opened this issue Aug 22, 2017 · 0 comments
Open

Add example queries to README #1

rdmpage opened this issue Aug 22, 2017 · 0 comments

Comments

@rdmpage
Copy link

rdmpage commented Aug 22, 2017

We can add queries to the README. For example, the Wikidata Query Service includes a button to get a link to a query, so we can also include the URL

SELECT ?person ?personLabel ?BHLCreatorID ?VIAFid WHERE {
?person wdt:P31 wd:Q5.
?person wdt:P4081 ?BHLCreatorID.
?person wdt:P214 ?VIAFid.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Try it

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