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
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.
The text was updated successfully, but these errors were encountered:
Currently types aren't round tripped, and the types we return are sesame ones.
We need to round trip types so that:
sesame-rdf-type->type
function are converted to the appropriate grafter/clojure typeLiteral
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.The text was updated successfully, but these errors were encountered: