You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jena.apache.org by GitBox <gi...@apache.org> on 2022/07/19 18:14:23 UTC

[GitHub] [jena] ebremer opened a new issue, #1451: LangJSONLD11 doesn't appear to do anything with

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

   ### Version
   
   4.5.0
   
   ### What happened?
   
   Neither
   
   https://github.com/apache/jena/blob/10d375f26691409e6265d8b895610a8b2aefdfdb/jena-arq/src/main/java/org/apache/jena/riot/lang/LangJSONLD11.java#L62-L72
   
   Nor
   https://github.com/apache/jena/blob/10d375f26691409e6265d8b895610a8b2aefdfdb/jena-arq/src/main/java/org/apache/jena/riot/lang/LangJSONLD11.java#L86-L97
   
   appear to to do anything with the parameter "baseURI"
   
   When reading in some JSONLD, it's throwing multiple warnings for relative URIs such as:
   WARNING: Non well-formed subject [./] has been skipped.
   
   The value of baseURI is what I am feeding it, but it never seems to make it's way to the JSONLD parser.
   
   ### Relevant output and stacktrace
   
   _No response_
   
   ### Are you interested in making a pull request?
   
   _No response_


-- 
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: issues-unsubscribe@jena.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@jena.apache.org
For additional commands, e-mail: issues-help@jena.apache.org


[GitHub] [jena] ebremer commented on issue #1451: LangJSONLD11 doesn't appear to do anything with baseURI

Posted by GitBox <gi...@apache.org>.
ebremer commented on issue #1451:
URL: https://github.com/apache/jena/issues/1451#issuecomment-1190860624

   Thank you @afs !


-- 
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: issues-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@jena.apache.org
For additional commands, e-mail: issues-help@jena.apache.org


[GitHub] [jena] ebremer commented on issue #1451: LangJSONLD11 doesn't appear to do anything with baseURI

Posted by GitBox <gi...@apache.org>.
ebremer commented on issue #1451:
URL: https://github.com/apache/jena/issues/1451#issuecomment-1190343893

   running https://github.com/ebremer/jenabug/blob/master/src/main/java/com/demo/Bug8319a.java
   will generate
   ```
   SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
   SLF4J: Defaulting to no-operation (NOP) logger implementation
   SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
   Jul 20, 2022 10:14:46 AM com.apicatalog.jsonld.context.TermDefinitionBuilder create
   WARNING: Term [@label] has form of a keyword. Keywords cannot be overridden.
   Jul 20, 2022 10:14:46 AM com.apicatalog.jsonld.deseralization.JsonLdToRdf build
   WARNING: Non well-formed subject [./] has been skipped.
   Jul 20, 2022 10:14:46 AM com.apicatalog.jsonld.deseralization.JsonLdToRdf build
   WARNING: Non well-formed subject [./ro-crate-metadata.jsonld] has been skipped.
   Jul 20, 2022 10:14:46 AM com.apicatalog.jsonld.deseralization.JsonLdToRdf build
   WARNING: Non well-formed subject [another/local/3223423423/blam.ttl] has been skipped.
   Jul 20, 2022 10:14:46 AM com.apicatalog.jsonld.deseralization.JsonLdToRdf build
   WARNING: Non well-formed subject [another/local/noextension/snowball] has been skipped.
   Number of triples : 0
   ```
   and https://github.com/ebremer/jenabug/blob/master/src/main/java/com/demo/Titanium1b.java
   which uses Titanium JSON-LD directly yields this:
   ```
   Jul 20, 2022 10:15:38 AM com.apicatalog.jsonld.context.TermDefinitionBuilder create
   WARNING: Term [@label] has form of a keyword. Keywords cannot be overridden.
   SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
   SLF4J: Defaulting to no-operation (NOP) logger implementation
   SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
   <https://demo.com/ro-crate-metadata.jsonld>
           a                          <http://schema.org/CreativeWork> ;
           <http://purl.org/dc/terms/conformsTo>
                   <https://w3id.org/ro/crate/1.1> ;
           <http://schema.org/about>  <https://demo.com/> .
   
   <https://demo.com/another/local/noextension/snowball>
           a       <http://schema.org/CreativeWork> .
   
   <https://demo.com/another/local/3223423423/blam.ttl>
           a       <http://schema.org/CreativeWork> .
   ```


-- 
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: issues-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@jena.apache.org
For additional commands, e-mail: issues-help@jena.apache.org


[GitHub] [jena] afs closed issue #1451: LangJSONLD11 doesn't appear to do anything with baseURI

Posted by GitBox <gi...@apache.org>.
afs closed issue #1451: LangJSONLD11 doesn't appear to do anything with baseURI
URL: https://github.com/apache/jena/issues/1451


-- 
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: issues-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@jena.apache.org
For additional commands, e-mail: issues-help@jena.apache.org


[GitHub] [jena] afs commented on issue #1451: LangJSONLD11 doesn't appear to do anything with baseURI

Posted by GitBox <gi...@apache.org>.
afs commented on issue #1451:
URL: https://github.com/apache/jena/issues/1451#issuecomment-1189536093

   Could you provide a minimal example of JSON-LD please so we're exactly seeing the same thing?
   


-- 
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: issues-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@jena.apache.org
For additional commands, e-mail: issues-help@jena.apache.org