# NOT RUN {
# R's versions and release dates:
sparql_query <- 'SELECT DISTINCT
?softwareVersion ?publicationDate
WHERE {
BIND(wd:Q206904 AS ?R)
?R p:P348 [
ps:P348 ?softwareVersion;
pq:P577 ?publicationDate
] .
}'
query_wikidata(sparql_query)
# }
# NOT RUN {
# "smart" format converts all datetime columns to POSIXct
query_wikidata(sparql_query, format = "smart")
# }
Run the code above in your browser using DataLab