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

query function should convert sesame types into clojure/grafter ones #40

Open
RickMoynihan opened this issue Jul 30, 2015 · 1 comment
Labels

Comments

@RickMoynihan
Copy link
Member

Currently types aren't round tripped, and the types we return are sesame ones.

We need to round trip types so that:

  • SesameURI's come back java.net.URI's (which can be used with the grafter-url protocols/libraries)
  • literals with an appropriate sesame-rdf-type->type function are converted to the appropriate grafter/clojure type
  • un-coerced literals come back as a Literal object.

Before we do this work we also need to deprecate the s function and represent Literals explicitly #24; and also interpret strings as string literals #25.

@lisp
Copy link

lisp commented Oct 15, 2015

correspondence from #48 is not sufficient. i will open a new ticket to rephrase the combined issues as they appear in the contexts of #48 and #49

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