urlchecker · ropensci/jsonld@a7bbe51 (original) (raw)
3 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -4,13 +4,13 @@ Title: JSON for Linking Data | ||
4 | 4 | Version: 2.2.1 |
5 | 5 | Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroenooms@gmail.com", |
6 | 6 | comment = c(ORCID = "0000-0002-4035-0289")) |
7 | -Description: JSON-LD https://www.w3.org/TR/json-ld is a light-weight syntax for | |
7 | +Description: JSON-LD https://www.w3.org/TR/json-ld/\ is a light-weight syntax for | |
8 | 8 | expressing linked data. It is primarily intended for web-based programming |
9 | 9 | environments, interoperable web services and for storing linked data in |
10 | 10 | JSON-based databases. This package provides bindings to the JavaScript |
11 | 11 | library for converting, expanding and compacting JSON-LD documents. |
12 | 12 | License: BSD_3_clause + file LICENSE |
13 | -URL: https://docs.ropensci.org/jsonld, | |
13 | +URL: https://docs.ropensci.org/jsonld/, | |
14 | 14 | https://ropensci.r-universe.dev/jsonld |
15 | 15 | BugReports: https://github.com/ropensci/jsonld/issues |
16 | 16 | Imports: V8, jsonlite, curl (>= 2.7) |