You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: