DataONEorg / sem-prov-ontologies

Ontologies focused on scientific observations and scientific workflow provenance.
https://ontologies.dataone.org
17 stars 7 forks source link

Fix validation issue on ARCRC #110

Closed amoeba closed 2 years ago

amoeba commented 2 years ago

In #109 we included the Arctic Report Card ontology in the CI and it picked up a validation issue right off the bat, see https://github.com/DataONEorg/sem-prov-ontologies/runs/3705613253?check_suite_focus=true. Just a wrong datatype. I'll fix this shortly.

Run sh ./.github/validate.sh 23:59:14 INFO riot :: File: ./MOSAiC/MOSAiC.owl 23:59:15 INFO riot :: File: ./arctic-report-card/ARCRC.ttl 23:59:15 WARN riot :: [line: 536, col: 61] Lexical form 'Issued annually since 2006, the Arctic Report Card is a timely and peer-reviewed source for clear, reliable and concise environmental information on the current state of different components of the Arctic environmental system relative to historical records. The Report Card is intended for a wide audience, including scientists, teachers, students, decision-makers and the general public interested in the Arctic environment and science.

The main website for the Arctic Report Card as of Nov 1, 2020 is: https://arctic.noaa.gov/Report-Card' not valid for datatype XSD anyURI Error: Process completed with exit code 1.

amoeba commented 2 years ago

Fixed in 6dfe54ccd5420cd3e50ec3aa31317bec3aa6f024.