Releases: wikimedia/WikidataQueryServiceR
Releases · wikimedia/WikidataQueryServiceR
WikidataQueryServiceR 1.0.0 on CRAN
The improvements include:
- Switch to WikipediR for extracting query examples
- Switch from POSIXlt to POSIXct
- Switch from GET to POST
- Rate limiting
- Using tidyverse family of packages (
readr::read_csv
is especially helpful for automatic conversion of date-time columns)
Bug fix & documentation updates on CRAN
Changes
-
Updated documentation to use Markdown thanks to roxygen2 6.0.0
-
Added more links for learning SPARQL in context of Wikidata
(seehelp("WDQS", package = "WikidataQueryServiceR")
)The full list of links is:
- A beginner-friendly course for SPARQL
- Building a SPARQL query: Museums on Instagram
- SPARQL Query Examples for WDQS
- Using SPARQL to access Linked Open Data by Matthew Lincoln
- Interesting or illustrative SPARQL queries for Wikidata
- Wikidata 2016 SPARQL Workshop
- Wikidata SPARQL Query video tutorial by Navino Evans
- Learning SPARQL by Bob DuCharme
- WDQS User Manual
Bug fixes
- Fixed a bug with JSON-formatted results (#3)
Now available on CRAN
Initial CRAN release:
- Support for multiple SPARQL queries
- Support for scraping example SPARQL queries via Suggested packages