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

RDF* support #4

Closed
wants to merge 2 commits into from
Closed

RDF* support #4

wants to merge 2 commits into from

Conversation

pragya16067
Copy link

Support added for parsing RDF* graphs.
Additional code in parser for Turtle, i.e. notation3.py to change any embedded triples to reification statements.
Tested for graphs with multiple embedded statements and examples to test for RDF* embedded triples as subject, object, both subject and object and recursively embedded triples.

@JervenBolleman
Copy link
Owner

@pragya16067 very nice work. I am not sure if we need configure the turtle parser to by "normal"turtle and "turtlestar". Something for the maintainers to look into.

@JervenBolleman
Copy link
Owner

Actually @pragya16067 I think you should open a PR request against the main rdflib repository. So that the maintainers can review the issue.

@pragya16067
Copy link
Author

Hi @JervenBolleman, I added this PR here as the issue (RDFLib#955) was to add support for SPARQL* as well as RDF*, hence it made sense to be included here with the SPARQL* work.

@pragya16067
Copy link
Author

Nevertheless, I will add a PR on the main rdflib repository. Thanks!

@pragya16067 pragya16067 closed this Jun 4, 2020
JervenBolleman pushed a commit that referenced this pull request Mar 10, 2023
Added additional tests for Literal language tag.
JervenBolleman pushed a commit that referenced this pull request Mar 10, 2023
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