# NOT RUN {
sparql_query <- "SELECT
  ?softwareVersion ?publicationDate
WHERE {
  BIND(wd:Q206904 AS ?R)
  ?R p:P348 [
    ps:P348 ?softwareVersion;
    pq:P577 ?publicationDate
  ] .
}"
query_wikidata(sparql_query)
# }
# NOT RUN {
query_wikidata(sparql_query, format = "smart")
# }
Run the code above in your browser using DataLab