stuckyb / ontopilot

15 stars 2 forks source link

alternative output formats #72

Closed stuckyb closed 7 years ago

stuckyb commented 7 years ago

This is probably mostly a question for @jdeck88 at the moment, but I am contemplating how useful or important it might be to add support of alternative output formats to OntoPilot. Currently, all output is in RDF/XML.

jdeck88 commented 7 years ago

I'll throw in a vote for outputting at least turtle serialization. Turtle will yield more compact and more readable results than RDF/XML.

John

On Mon, May 1, 2017 at 11:28 AM, stuckyb notifications@github.com wrote:

This is probably mostly a question for @jdeck88 https://github.com/jdeck88 at the moment, but I am contemplating how useful or important it might be to add support of alternative output formats to OntoPilot. Currently, all output is in RDF/XML.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/stuckyb/ontopilot/issues/72, or mute the thread https://github.com/notifications/unsubscribe-auth/ABGdxdHBl542gGohzptY2mCHu9T6DB9sks5r1iRIgaJpZM4NNSTM .

-- John Deck (541) 914-4739

stuckyb commented 7 years ago

@jdeck88, I've added support for OWL/XML, Turtle, and Manchester Syntax as alternative output formats. To use these, add

output_format = Turtle

(or whatever format you want to use) to the Build section of the project settings file.

Could you test and confirm on your end, when you have a chance? Thanks!

jdeck88 commented 7 years ago

thanks Brian... i'll test this out soon, in the middle of testing some other things right now but added this as an issue on the pheno_paper tracker.

On Thu, May 4, 2017 at 2:08 PM, stuckyb notifications@github.com wrote:

@jdeck88 https://github.com/jdeck88, I've added support for OWL/XML, Turtle, and Manchester Syntax as alternative output formats. To use these, add

output_format = Turtle

(or whatever format you want to use) to the Build section of the project settings file.

Could you test and confirm on your end, when you have a chance? Thanks!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/stuckyb/ontopilot/issues/72#issuecomment-299309645, or mute the thread https://github.com/notifications/unsubscribe-auth/ABGdxRBE3c_UPSTNlrC98pJlHo5ZpoqWks5r2j5FgaJpZM4NNSTM .

-- John Deck (541) 914-4739

stuckyb commented 7 years ago

@jdeck88 confirmed that this is now working in the PPO data ingest pipeline, so this feature request is closed.