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
Describe the bug
When entering a URI for a textbox in a LinkedDataForm, populating a LinkedData model with the form, and printing the RDF, a string literal is created instead of a URI.
Entering this as a bug since the ObjectType doc states "[..] If left blank, the system will attempt to intelligently identify the type based on features such as whether the text is a sequence of numbers or begins with "http://".".
Affects
Designer
Blocks editor
Companion
Compiled apps
Buildserver
Debugging
[X ] Other... (please describe)
LinkedData components
Expected behavior
For a URI resource to be generated, instead of a string literal
Describe the bug
When entering a URI for a textbox in a LinkedDataForm, populating a LinkedData model with the form, and printing the RDF, a string literal is created instead of a URI.
Entering this as a bug since the ObjectType doc states "[..] If left blank, the system will attempt to intelligently identify the type based on features such as whether the text is a sequence of numbers or begins with "http://".".
Affects
LinkedData components
Expected behavior
For a URI resource to be generated, instead of a string literal
Steps to reproduce
Should be clear from the description
See here for an example project
The text was updated successfully, but these errors were encountered: