Created
December 9, 2020 17:15
-
-
Save baskaufs/659084d31b154556750a1dbe83efa191 to your computer and use it in GitHub Desktop.
example SPARQL query to Wikidata Query Service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select distinct ?prop ?valueNode ?reference ?value ?time where { | |
wd:Q42352198 ?wdt ?statement. | |
?statement prov:wasDerivedFrom ?reference. | |
?reference ?prop ?valueNode. | |
?valueNode ?p ?time. | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment