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
The "Derived From" field in the input form of the Publish Wizard is a multi line filed without any specific validation.
This caused the impression for me that it should hold an unstructured description of the provenance of the dataset. However in the generated JSON data it is represented as in one field wasDerivedFrom which is then converted to one IRI <https://metadata.coypu.org/dataset/wikidata-distribution https://query.wikidata.org/> which is not accepted by gstore.
The input form should get some kind of description which data shall be inserted in this filed and the data should be validated by the databus before it is sent to the store.
The text was updated successfully, but these errors were encountered:
I will change the interface and add a server-side check before saving to gstore. I will try to also allow adding multiple derivedFrom triples via the UI
The "Derived From" field in the input form of the Publish Wizard is a multi line filed without any specific validation.
This caused the impression for me that it should hold an unstructured description of the provenance of the dataset. However in the generated JSON data it is represented as in one field
wasDerivedFrom
which is then converted to one IRI<https://metadata.coypu.org/dataset/wikidata-distribution https://query.wikidata.org/>
which is not accepted by gstore.My expectations
The input form should get some kind of description which data shall be inserted in this filed and the data should be validated by the databus before it is sent to the store.
The text was updated successfully, but these errors were encountered: