Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove incorrectly typed dcterms:date from DOSDP pattern.
The cyclingCellStates.yaml DOSDP pattern inserts a dcterms:date annotation, but formats it as a xsd:string rather than as a xsd:dateTime -- this is apparently a limitation of the DOSDP tooling (correctly setting the var slot type to xsd:dateTime does _not_ fix the issue). We remove that annotation until the DOSDP tools are capable to correctly deal with non-string slots. Those violations should have been caught by the illegal-date-violation.sparql check -- they were not because the ODK only runs those checks on the (preprocessed) edit file without merging the components (including the pattern-derived definitions.owl file), whose contents is therefore not covered by those checks -- I believe this is a ODK bug.
- Loading branch information