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

feat: add schema prefix #213

Merged
merged 2 commits into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions data-raw/usual_prefixes.csv
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ generic,rdf,http://www.w3.org/1999/02/22-rdf-syntax-ns#
generic,skos,http://www.w3.org/2004/02/skos/core#
generic,viaf,http://viaf.org/viaf/
generic,ore,http://www.openarchives.org/ore/terms/
generic,schema,http://schema.org/
generic,geo,http://www.w3.org/2003/01/geo/wgs84_pos#
generic,sioc,http://rdfs.org/sioc/ns#
dataBNF,bnf-onto,http://data.bnf.fr/ontology/bnf-onto/
Expand Down
Binary file modified data/usual_prefixes.rda
Binary file not shown.
10 changes: 0 additions & 10 deletions tests/testthat/_snaps/send_sparql.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,22 @@
The `user_agent` argument of `spq_perform()` is deprecated as of glitter 0.3.0.
i Please use the `user_agent` argument of `spq_request_control()` instead.
i Parameters controlling how the request is made have to be passed to `spq_init()`'s `request_control` argument.
i The deprecated feature was likely used in the glitter package.
Please report the issue at <https://github.com/lvaudor/glitter/issues>.
Warning:
The `max_tries` argument of `spq_perform()` is deprecated as of glitter 0.3.0.
i Please use the `max_tries` argument of `spq_request_control()` instead.
i Parameters controlling how the request is made have to be passed to `spq_init()`'s `request_control` argument.
i The deprecated feature was likely used in the glitter package.
Please report the issue at <https://github.com/lvaudor/glitter/issues>.
Warning:
The `max_seconds` argument of `spq_perform()` is deprecated as of glitter 0.3.0.
i Please use the `max_seconds` argument of `spq_request_control()` instead.
i Parameters controlling how the request is made have to be passed to `spq_init()`'s `request_control` argument.
i The deprecated feature was likely used in the glitter package.
Please report the issue at <https://github.com/lvaudor/glitter/issues>.
Warning:
The `timeout` argument of `spq_perform()` is deprecated as of glitter 0.3.0.
i Please use the `timeout` argument of `spq_request_control()` instead.
i Parameters controlling how the request is made have to be passed to `spq_init()`'s `request_control` argument.
i The deprecated feature was likely used in the glitter package.
Please report the issue at <https://github.com/lvaudor/glitter/issues>.
Warning:
The `request_type` argument of `spq_perform()` is deprecated as of glitter 0.3.0.
i Please use the `request_type` argument of `spq_request_control()` instead.
i Parameters controlling how the request is made have to be passed to `spq_init()`'s `request_control` argument.
i The deprecated feature was likely used in the glitter package.
Please report the issue at <https://github.com/lvaudor/glitter/issues>.
Code
req$method
Output
Expand Down