json-ld / json-ld.org

JSON for Linked Data's documentation and playground site
https://json-ld.org/
Other
859 stars 152 forks source link

Update relative IRI definition #573

Closed gkellogg closed 6 years ago

gkellogg commented 6 years ago

to clarify that it describes only IRIs relative to the document base, not the vocabulary mapping.

Add additional explanatory text on relative IRIs to distinguish them from properties, values of @type, or values of properties defined to be vocabulary relative.

Fixes #488.

azaroth42 commented 6 years ago

:+1:

kidehen commented 6 years ago

What does this mean? Does JSON-LD now support the use of IRIs for identifying the predicate of an RDF Statement, yes or no?

gkellogg commented 6 years ago

JSON-LD has always supported IRIs for identifying predicates. The issue is document-relative, vs vocabulary-relative IRIs, which we're going to consider further. So #488 remains open.

kidehen commented 6 years ago

Okay, I should be much clearer about the fact that my quest is for the use of "relative HTTP URIs" to identify the predicates of RDF statements when using JSON-LD notation :)

Resolving this is very important. I would like to always provide both RDF-Turtle and JSON-LD examples when producing Semantic Web of Linked Data utility demos etc..