rorlic opened a new issue, #2217:
URL: https://github.com/apache/jena/issues/2217

   ### Version
   
   4.10.0
   
   ### What happened?
   
   I'm using the Jena CLI tools to test parsing a json-ld file containing a 
referenced context (`"@context": "https://..."`) and noticed that the `@base` 
is not applied to the identifiers (`@id`). When copying the context into the 
json-ld file (`"@context": {...}`) this works just fine as expected.
   
   Example files can be found here: [referenced 
context](https://raw.githubusercontent.com/Aquila-Solutions/json-ld-test/main/context-test/example.context-by-url.jsonld)
 and [embedded 
context](https://raw.githubusercontent.com/Aquila-Solutions/json-ld-test/main/context-test/example.context-embedded.jsonld).
 The referenced context can be found 
[here](https://www.aquila-solutions.dev/context-test/context.jsonld).
   
   
   ### Relevant output and stacktrace
   
   ```shell
   $ riot example.context-by-url.jsonld 
   <file:///Users/rankoo/dev/json-ld-test/context-test/document-id> 
<http://www.w3.org/2000/01/rdf-schema#label> "Just a simple document" .
   
   $ riot example.context-embedded.jsonld 
   <http://example.com/document-id> 
<http://www.w3.org/2000/01/rdf-schema#label> "Just a simple document" .
   ```
   
   
   ### Are you interested in making a pull request?
   
   None


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to