-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Ontology Request: DWCOBO #1390
Comments
As requested, copying the discussion from obo-discuss (3 Jan 2021): Hilmar wrote:
Ramona responded:
|
Chris wrote: It feels a bit outside the scope of OBO. But I like your idea of making BCO the OBO-ified artefact, and have mappings to DWC (as well as MIxS, NEON, IGSN/Sesar/etc?). I think your richer version of DWC is useful, but it still feels outside the scope of OBO:
I fully support the goals of making a semantically richer DWC data dictionary (we both want to do a similar thing for MIxS, along with others like Jie Zheng). But I'm not sure what is gained by registering this product with OBO and making parallel OBO PURLs? Ideally your richer representation could be folded back into the main DWC, but absent that do you lose anything by registering on say w3id.org and submitting to bioportal? Also is there not a danger in now having four URIs for each DWC property ({obo,dwc} x {OP,DP})? I don't mean to shut this down, I think there is a clear need for OBO-adjacent efforts such as providing semantically enhanced data dictionaries, and OBO provides a lot of the useful technology for doing this, there is a legitimate discussion about extending OBO vs creating a parallel infrastructure (an analogous situation exists for conversions of databases into "ontologies" and knowledge graphs). I think it would be useful to 'clone' OBO for a broader registry of 'semantic artefacts' that are OBO-adjacent. This would include schemas and data dictionaries in the environmental/diversity sciences (MIxS, NEON, IGSN/Sesar, DWC). A lot of the same technology could be leveraged (e.g. cloned OLS/BioPortal/OntoBee instances - or even overloading the existing ones). |
Ramona responded:
|
Thanks for copying over the discussion @nlharris. I will close this request in favor of using something like w3ids or housing the module within the BCO namespace. |
Use this form to register a new ontology with the OBO Foundry. Please read the instructions provided here:
http://obofoundry.org/docs/NewOntologyRegistrationInstructions.html
Ontology title
Darwin Core for OBO
Requested ID space
DWCOBO
The current plan is not to release a singe dwcobo.owl file, but rather to release two files: dwcobo-terms.owl and dwcobo-iri.owl, corresponding to DwC's RDF code for data and object properties, respectively.
Ontology location
repo: https://github.com/BiodiversityOntologies/dwcobo
There are two ontologies that convert DwC as RDF to OWL, one for each DwC namespace.
The ontologies are currently at https://raw.githubusercontent.com/BiodiversityOntologies/dwcobo/master/src/ontology/dwcobo-terms.owl and https://raw.githubusercontent.com/BiodiversityOntologies/dwcobo/master/src/ontology/dwcobo-iri.owlhttps://raw.githubusercontent.com/BiodiversityOntologies/dwcobo/master/src/ontology/dwcobo-iri.owl (in the src directory), but when I am ready to do a release, the latest version will be stored in the root directory of the repo.
Contact person
Name: Ramona Walls
Email address: rlwalls2008@gmail.com
GitHub username: ramonawalls
Issue tracker
https://github.com/BiodiversityOntologies/dwcobo/issues
Ontology license
The Intention is to make the ontology and all code CC0, but I am waiting for information about the license of Darwin Core.
Available ontology formats
OWL, OBO upon request, but I don't know if anyone needs the OBO version.
What domain is the ontology intended to cover?
Biodiversity occurrences and events.
Related OBO Foundry ontologies
https://github.com/BiodiversityOntologies/bco
Intended use/related projects
The first use case for this ontology is to modularize the use of DwC terms in BCO. However, I expect that other ontologies will want to import DwC terms, and this will provide a standardized way of doing so.
Data source
DwC as RDF comes from https://github.com/tdwg/rs.tdwg.org. These properties are widely used in many data sources, including gbif.org
Additional comments or remarks
I have created initial versions of the ontologies, but there are still a few issues to work out. Please see a full explanation of how the ontologies were created and what still needs to be done at https://github.com/BiodiversityOntologies/dwcobo/blob/master/README.md
I am creating these ontologies based on known use cases for BCO, but I am open to different formats and suggestions based on other use cases. My goal was to create OWL files that stay as close as possible to the original DwC RDF while supporting reasoning that is consistent with what is already specified in DwC. Any additional inferences (e.g., equivalence between DwC classes and OBO ontology classes) is outside the scope of these ontologies and lives in places like BCO.
The text was updated successfully, but these errors were encountered: