You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by GitBox <gi...@apache.org> on 2020/10/21 06:20:28 UTC

[GitHub] [jena] marcelomachado opened a new pull request #817: Adding TriG and N-Quads content-type in Fuseki2.

marcelomachado opened a new pull request #817:
URL: https://github.com/apache/jena/pull/817


   Jena already work with N-Quads and Trig serialization. This is also useful for dataset page on Fuseki Webpage.


----------------------------------------------------------------
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.

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



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


[GitHub] [jena] afs merged pull request #817: [JENA-1985] Adding TriG and N-Quads content-type in Fuseki2.

Posted by GitBox <gi...@apache.org>.
afs merged pull request #817:
URL: https://github.com/apache/jena/pull/817


   


----------------------------------------------------------------
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.

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



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


[GitHub] [jena] marcelomachado commented on pull request #817: [JENA-1985] Adding TriG and N-Quads content-type in Fuseki2.

Posted by GitBox <gi...@apache.org>.
marcelomachado commented on pull request #817:
URL: https://github.com/apache/jena/pull/817#issuecomment-713458349


   > Looks good to me. Would need to test it, but change is really simple. @marcelomachado we would need a JIRA too (if there's not one already), in order to include it in the changelog. Could you create one and update the title of the pull request with the JIRA ID?
   > 
   > https://issues.apache.org/jira/projects/JENA/issues
   
   Done! 


----------------------------------------------------------------
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.

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



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


[GitHub] [jena] afs commented on pull request #817: Adding TriG and N-Quads content-type in Fuseki2.

Posted by GitBox <gi...@apache.org>.
afs commented on pull request #817:
URL: https://github.com/apache/jena/pull/817#issuecomment-713433620


   (Does not affect this PR) 
   when checking the details, I found some Java code constants for TriG make it look like the correct MIME type is `text/trig`, not application/trig`. Both work through out the system so it's not observable - it's just the constant naming and `Lang` definition. I'll tidy this up.


----------------------------------------------------------------
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.

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



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