DataONEorg / sem-prov-ontologies

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

Deal with two KWG URIs in the MOSAiC ontology #99

Closed amoeba closed 3 years ago

amoeba commented 3 years ago

We found that two MOSAiC URIs used the KWG URI prefix:

These were released in v1.0.0. @mpsaloha says there are some spaces in the MOSAiC URI space so we can fill in two gaps with these. I'm not sure yet how we should handle this: Do we deprecate the two URIs above or something? I'll look into it.

amoeba commented 3 years ago

In the ontology, we reference these URIs with the following triples:

    <!-- http://purl.dataone.org/odo/KWG_Hazards_00000225 -->

    <owl:NamedIndividual rdf:about="http://purl.dataone.org/odo/KWG_Hazards_00000225">
        <rdf:type rdf:resource="https://purl.dataone.org/odo/MOSAIC_00000022"/>
        <owl:sameAs rdf:resource="http://purl.dataone.org/odo/KWG_Hazards_00000226"/>
        <dc:creator rdf:resource="http://orcid.org/0000-0003-0632-7576"/>
        <dc:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2021-05-05T06:11:27Z</dc:date>
        <rdfs:label xml:lang="en">MOSAiC</rdfs:label>
    </owl:NamedIndividual>

    <!-- http://purl.dataone.org/odo/KWG_Hazards_00000226 -->

    <owl:NamedIndividual rdf:about="http://purl.dataone.org/odo/KWG_Hazards_00000226">
        <rdf:type rdf:resource="https://purl.dataone.org/odo/MOSAIC_00000022"/>
        <owl:sameAs rdf:resource="https://purl.dataone.org/odo/MOSAIC_00000023"/>
        <dc:creator rdf:resource="http://orcid.org/0000-0003-0632-7576"/>
        <dc:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2021-05-05T06:12:04Z</dc:date>
        <rdfs:label xml:lang="en">Multidisciplinary drifting Observatory for the Study of Arctic Climate</rdfs:label>
    </owl:NamedIndividual>
mpsaloha commented 3 years ago

Those two terms have a mis-minted prefix, and their numerical parts are not yet taken up in the MOSAIC namespace. Solution: global edit of "KWG_Hazards" to "MOSAIC"

Mark

On Tue, Aug 17, 2021 at 5:00 PM Bryce Mecum @.***> wrote:

We found that two MOSAiC URIs used the KWG URI prefix:

These were released in v1.0.0. @mpsaloha https://github.com/mpsaloha says there are some spaces in the MOSAiC URI space so we can fill in two gaps with these. I'm not sure yet how we should handle this: Do we deprecate the two URIs above or something? I'll look into it.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/DataONEorg/sem-prov-ontologies/issues/99, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHLL6PNPVADYEEDTSVGV53T5LZ2ZANCNFSM5CK4OYUA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

amoeba commented 3 years ago

We decided to simply edit the prefix to the correct one. I'm not really sure if that's the best thing but it's probably not very very problematic because (1) these were named individuals and not, say, classes and (2) the ontology isn't really out in the wild yet.