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

RDF Node with non integer cell content #61

Closed
gidoUninova opened this issue Jul 27, 2021 · 1 comment
Closed

RDF Node with non integer cell content #61

gidoUninova opened this issue Jul 27, 2021 · 1 comment

Comments

@gidoUninova
Copy link

I was trying to create a typed literal with type xsd:double. however as soon as I select "as non-integer" nothing is added to my RDF. If I use the "as integer" option then the RDF is correctly shown. I tried also "Custom" option and it works for all primitive types such as integer, float, etc. but not with double. Example:

foaf:age "24"^^http://www.w3.org/2001/XMLSchema#int;
dbo:weight 8.0E1;

It should be:

dbo:weight "8.0E1"^^http://www.w3.org/2001/XMLSchema#double;

stkenny added a commit that referenced this issue Jul 30, 2021
@stkenny stkenny closed this as completed Jul 30, 2021
@stkenny
Copy link
Owner

stkenny commented Jul 30, 2021

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

2 participants