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
Our requirements specifiy several properties to be required with schema:DataCatalog. This leads to validation problems, caused by the fact that a Dataset can have an schema:includedInDataCatalog which is of type schema:DataCatalog.
This schema:includedInDataCatalog within a schema:Dataset can not be expected to have all datasets of the Datacatalog. Properties like schema:publisher and schema:name are less likely to be present in schema:includedInDataCatalog.
Prososal: change the cardinality and usage of properties to make them optional (after which this should also be change in the SHACL).
Additional cases where the strict requirements hinder validation:
Dataverse datasetdescriptions are 'missing' a publisher and datasets: "includedInDataCatalog":{"@type":"DataCatalog","name":"UCLA Dataverse","url":"https://dataverse.ucla.edu"}
Our requirements specifiy several properties to be required with schema:DataCatalog. This leads to validation problems, caused by the fact that a Dataset can have an schema:includedInDataCatalog which is of type schema:DataCatalog.
For example:
This schema:includedInDataCatalog within a schema:Dataset can not be expected to have all datasets of the Datacatalog. Properties like schema:publisher and schema:name are less likely to be present in schema:includedInDataCatalog.
Prososal: change the cardinality and usage of properties to make them optional (after which this should also be change in the SHACL).
4.6.4. DataCatalog attributes
The text was updated successfully, but these errors were encountered: