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/20 14:16:03 UTC

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

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