-
Notifications
You must be signed in to change notification settings - Fork 0
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
Expand the SFWO with the Bibliographic Ontology #83
Comments
So it seems it's not possible to use the BIBO ontology to annotate OWL classes. In the Gene Ontology, the source for the definition is embedded in the definition itself, for instance with a link towards a web page (http://amigo.geneontology.org/amigo/term/GO:0033058) I also asked OMO people if there exists some constructs to specify alternative definitions for a given term (see information-artifact-ontology/ontology-metadata#113) |
The notation |
I recommend exploring the Hymenoptera Anatomy Ontology (HAO). Here is the term transepisternal line, which contains elaborated references in the field "Label usage (sensu)" and in two "alternative definition". However, I could not see those sources while exploring the term in the BioPortal. Maybe I am missing something, or maybe the citation problem has never been solved. References: Meanwhile, in the Spider Anatomy Ontology they also seem to include references within the concept: "Definition/Concept: For example, “most posterior appendage of prosoma,” followed by a bibliographic reference; sometimes the name of a curator replaces the reference." Reference: Overall, this does not look good. Definitions are definitions, without a "tail" composed by a reference, and structured and resolvable references are important. We should try finding a solution for this. Back to BIBO, if it is not possible to use it in its RDF form, couldn't we just transform it to another format? E.g., from RDF to OWL? Or couldn't we use any other "bib" ontology from the BioPortal? E.g.: BIBFRAME has many classes that we could reuse but I don't know if it has all, and it doesn't seem to have the structured format from BIBO that is so useful for articles. The other option is to build a small "RIS Format Ontology" using this wiki as a source for the terms and definitions. That would have the advantage that we could model it as needed, plus I understand the format because I frequently use it. Would you like to try that first, @nleguillarme? |
We will use the Bibliographic Ontology in the EUdaphobase Taxonomy Ontology, the Chilopoda Anatomy Ontology, and the Diplopoda Anatomy Ontology. I recommend the same for the SFWO.
Additional resources:
Bibliographic Ontology Specification
Bibliographic-Ontology-BIBO on GitHub
Part of what I am doing for the SFWO is to expand existing terms with additional definitions and sources. That is why it is important to formalize the structure of the sources.
BIBO example for a standard journal article:
The article is directly linked to its journal. The ordered author list is represented using an rdf:List.
Note that if the BIBO is added to the SFWO, then the SFWO instructions manual, part "Ontology design" should be updated to reflect the change.
The text was updated successfully, but these errors were encountered: