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
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:
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;
The text was updated successfully, but these errors were encountered: