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
Editor components should be in charge of returning value to the formData structure that is both valid (based on any/all fields of the property shape) and correctly formatted (based on the property shape's nodeKind and datatype fields), taking into account that the shacl-vue applicaton will handle this value together with its property shape when adding it as a quad to a graph store.
E.g. for a URL field that has datatype XSD.anyURI, the editor component should be sure to return a string (i.e. literal) that has the correct formatting, but not as RDF. So the shacl-vue application will create:
Editor components should be in charge of returning value to the formData structure that is both valid (based on any/all fields of the property shape) and correctly formatted (based on the property shape's
nodeKind
anddatatype
fields), taking into account that theshacl-vue
applicaton will handle this value together with its property shape when adding it as a quad to a graph store.E.g. for a URL field that has datatype
XSD.anyURI
, the editor component should be sure to return a string (i.e. literal) that has the correct formatting, but not as RDF. So theshacl-vue
application will create:The text was updated successfully, but these errors were encountered: