-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Labels
primerIssues relating to the PrimerIssues relating to the Primer
Description
In the tutorial, https://json-ld.org/primer/latest/#examples-theme there are two references to CURIES, without explanation or reference:
http://ns.example.com/store#
The URL of the vocabulary. Abbreviated as store in CURIES.
http://store.example.com/
The fictitious "Links Bike Shop". Abbreviated as links in CURIES.
It's not clear that that means.
akuckartz and ddadon10
Metadata
Metadata
Assignees
Labels
primerIssues relating to the PrimerIssues relating to the Primer
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
davidlehn commentedon Apr 29, 2020
https://www.w3.org/TR/2010/NOTE-curie-20101216/
https://en.wikipedia.org/wiki/CURIE
(It should use lower s: "CURIEs")
gkellogg commentedon Apr 29, 2020
JSON-LD doesn't actually use the term "CURIE", but rather Compact IRI, which is essentially the same thing. Also related are PNames and QNames, but all have subtle differences.