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

Add alternative subject representations for RDF #107

Open
RickMoynihan opened this issue Jul 13, 2017 · 0 comments
Open

Add alternative subject representations for RDF #107

RickMoynihan opened this issue Jul 13, 2017 · 0 comments

Comments

@RickMoynihan
Copy link
Member

We currently support a turtle like nested vector syntax for tersely creating RDF, however when you wish to manipulate RDF as data this representation isn't ideal.

We should add first class support for an RDF representation that looks more like this:

{::grafter/subject #grafter/uri "http://foo.com/id/rick"
   rdf:a foaf:Person}

We should also allow serialisation/deserialisation into this format also; i.e. make things like statements work on it.

Finally this is likely a useful format for in memory graphs and data models to use. In particular for creating clojure.spec generators to generate arbitrary RDF conforming to a model.

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

No branches or pull requests

1 participant