DataONEorg / sem-prov-ontologies

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

Look into file:/// annotations in DataONE #121

Open amoeba opened 2 years ago

amoeba commented 2 years ago

While browsing around the Solr we index I stumbled onto values like

<int name="file:///NA">0</int>
<int name="file:///decimalLatitude">0</int>
<int name="file:///tbd">0</int>

See https://cn.dataone.org/cn/v2/query/solr/?q=sem_annotation:*SASAP*&fl=sem_annotation&rows=0&facet=true&facet.field=sem_annotation. These should be fixed both in the metadata and in whatever ontology or ontologies they're coming from.

amoeba commented 2 years ago

None of the above URIs were present in any of our ontologies so I'm guessing these came in from the Google Sheet we used to update the annotations in bulk (ie the cell value we pulled a URI from was equal to one of the above.

We should plan to update these metadata records at some point with an appropriate value.