Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turtle format? #16

Open
njoannin opened this issue Dec 12, 2017 · 6 comments
Open

Turtle format? #16

njoannin opened this issue Dec 12, 2017 · 6 comments
Assignees
Labels
enhancement An issue to request an enhancement, or a pull request implementing one.

Comments

@njoannin
Copy link

Hi,
I was wondering if Pronto can handle the Turtle (ttl) format?
Cheers

@althonos
Copy link
Owner

@njoannin : Not yet, but this could be a nice addition ! If there is a good library to parse Turtle or RDF, then I could probably create a parser for pronto quite easily.

Besides, could you point me towards a Turtle formatted ontology I could use as a reference ?

@althonos althonos added the enhancement An issue to request an enhancement, or a pull request implementing one. label Dec 22, 2017
@althonos althonos self-assigned this Dec 22, 2017
@njoannin
Copy link
Author

@althonos :

I haven't found any library for Turtle, and for RTF, there is RDFLib (https://github.com/RDFLib/rdflib0), but I do not know if it is "good"...

An example would be ICD10CM data, https://bioportal.bioontology.org/ontologies/ICD10CM

@vlmir
Copy link

vlmir commented Jul 9, 2018

rdflib works just fine for me.
One can parse turtle files like this:
result = g.parse(myfile, format='n3')
If a test file is needed, one can download nowadays any ontology from BioPortal turtle-formatted.

@reeshabhranjan
Copy link

Can I work on this issue? Seems like this is still pending.

@Priyansh19077
Copy link

Is this issue still pending? Can we work on it?

@Pragya2804
Copy link

@althonos Here's the PR for the issue #168.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An issue to request an enhancement, or a pull request implementing one.
Projects
None yet
Development

No branches or pull requests

6 participants