-
Notifications
You must be signed in to change notification settings - Fork 159
Closed
Labels
Milestone
Description
How is the base URL for properties and values determined in JSON-LD Basic?
The base URL for properties is determined in this order:
- @vocab if it exists
- the @context URL if one exists
- the document URL if it exists
- the JSON-LD namespace: http://purl.org/json-ld/terms#
The base URL for relative IRIs in values is determined in this order:
- @base if it exists
- the document URL if it exists
- the JSON-LD namespace: http://purl.org/json-ld/items#
The document URL would have to be provided by the application utilizing the JSON-LD processor.