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: [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