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

Added support for parsing Turtle files for Ontologies #168

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Pragya2804
Copy link

@althonos I am a new contributor to this repository and have tried to solve the issue #16 . Kindly review this PR and let me know the feedback.

@Pragya2804 Pragya2804 mentioned this pull request May 13, 2022
@althonos
Copy link
Owner

Hi @Pragya2804 ,

thanks for this PR. If I getting it correctly, you're using rdflib to convert a Turtle file into OWL/RDF-XML, and then parse it normally with the OWL parser? If so, there's probably no need to copy the entire code of the OWL parser, you can just import it and wrap it in the Turtle parser class.

@althonos althonos force-pushed the master branch 2 times, most recently from a690871 to 1e55509 Compare June 18, 2022 14:51
@althonos althonos force-pushed the master branch 2 times, most recently from 481b91f to 7eda5d0 Compare September 14, 2024 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants