Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Adopts sparql's literal value format #5

Open
superfell opened this issue Apr 5, 2019 · 0 comments
Open

Adopts sparql's literal value format #5

superfell opened this issue Apr 5, 2019 · 0 comments

Comments

@superfell
Copy link
Contributor

The current format for literals is based on sparql, but is not sparql. It uses slightly different format so that the underlying concrete type can be set. (e.g. 10 instead of "10"^^xsd:int). Instead it should take the type from the type specifier, and allow some way for custom schemas to map their types to the xsd types, so you can do "10"^^uom:inch and still get a int64 value.

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

No branches or pull requests

1 participant