afs commented on issue #1882: URL: https://github.com/apache/jena/issues/1882#issuecomment-1565617789
Hi @ZookieSwag, There are several things going on here. 1 -- That Turtle parser only exists to support long-time test code in jena-core. It is in the test jar and never makes it into to any Fuseki server. PR #1884 moves it out of the way to make this clearer. The Turtle parser in is normally the one in RIOT (artifact `jana-arq`) that is not generated with javacc for efficiency reasons, it hand written and is more than x2 faster.. There is a Turtle parser in RIOT at `org.apache.jena.riot.lang.extra.TurtleJCC` which is accessible in Fuseki with content type `text/turtle-jcc`. Could you describe what you are achieve with the change being made so we can help you? 2 -- `jena-fuseki-server` and `jena-fuseki-full-jar` are different. The first is Fuseki Main and currently does not have a UI. The second, as found in apache-jena-fuseki.zip has a companion `webapp/` directory which has the UI in it. -- 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]
