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

Support for RDF-star & JSON-LD-star #50

Open
damooo opened this issue May 20, 2021 · 2 comments
Open

Support for RDF-star & JSON-LD-star #50

damooo opened this issue May 20, 2021 · 2 comments
Labels

Comments

@damooo
Copy link

damooo commented May 20, 2021

Namaste.

Thanks for your great work.

RDF-star and SPARQL-star standards addresses the problem of annotating arcs in an RDF Graph by extending the RDF data model to allow for triples to be used as the subject or object of another RDF triple. RDF* is the name of the original work which is described in Olaf Hartig’s blog entry.
Example:

<< :john foaf:name "John Smith" >> dct:source <http://example/directory> .

The part << :john foaf:name "John Smith" >> is an embedded triple and refers to the triple with subject :john, property foaf:name and object "John Smith".

Though techniques like reification, are used previously to say something about a triple, RDF* approach is more straight forward. And also lays foundation for data integration from property-graph stores too.

RDF* is now de-facto standard addressing this pressing need to say about triples. It has companion standards like SPARQL*, TURTLE*, etc. They are already supported by most of major triple stores like Apache-jena, AllegroGraph, etc, out of the box.

JSON-LD-star is a jsonld community group draft standard, edited by @gkellogg himself, which minerlly extends JSON-LD to support serializationof RDF* graphs. It will be of great consequence in it's intended purpose of referring a triple, and thus also in integrating property graph stores data in lossless way.

It would be very helpful if json-gold add suport for json-ld-star.

Thanks again for your great work.

@kazarena
Copy link
Member

kazarena commented Jun 5, 2022

@damooo, thanks for raising the issue. I can confirm RDF-star and JSON-LD-star standards are on the roadmap. However, we can't commit to a specific timeframe.

@gkellogg
Copy link

gkellogg commented Jun 5, 2022

Also, JSON-LD-star is still a work in progress, and it may still change some.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants