Skip to content

Commit

Permalink
Update ontology.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ddooley authored Nov 13, 2024
1 parent c77e9db commit 1dae6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Data_Standardization/ontology.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ nav_order: 2
1. TOC
{:toc}

To evolve towards a findable and federatable data future, projects are adopting an ontology framework layer which essentially attempts to externalise as much of the language a dataset uses as possible, enabling it to join a larger semantically interoperable community of datasets. Other benefits accrue - database development personnel reuse 3rd party structured vocabulary rather than unwittingly maintaining mirrored semblances of them, for example. We begin with a short discussion of what ontologies are, how they differ from simpler kinds of structured vocabulary, and why certain features of them are needed to achieve a federated data future. We also cover tips and training resources about how to locate and reuse ontologies in study metadata and data schemas.
To evolve towards a findable and federatable data future, projects are adopting an ontology framework layer which essentially attempts to externalise as much of the language a dataset uses as possible, enabling it to join a larger semantically interoperable community of datasets. Other benefits accrue - database development personnel reuse 3rd party structured vocabulary rather than unwittingly maintaining mirrored semblances of them, for example. We begin with a short discussion of what ontologies are, how they differ from simpler kinds of structured vocabulary, and why certain features of them are needed to achieve a federated data future. We also cover tips and training resources about how to locate and reuse ontologies in study metadata and data schemas. Much standardization work can be done on a data schema before introducing ontology ids into it, but the schema is the practical tree on which ontology terms hang, and they then provide the comparable fruits of interoperability.

The definition of "**ontology**" in Wikipedia speaks to its historical roots as an area of philosophy dedicated to the "study of being in reality", and dives into how things can be categorized and identified through time. Our focus is on "**applied ontology**", which makes use of categorization and formal logic work in philosophy, but turns to description of **material entities** (things), their **characteristics** (attributes), **processes** or events that they are involved in, and **roles, functions or dispositions** they may have. All this formality is in an effort to come to a shared agreement about how to categorize scientific terms systematically, once and for all - but recognizing that science itself makes room for hypotheses, revisions, and paradigm shifts, and so needs ontologies to evolve.

Expand Down

0 comments on commit 1dae6af

Please sign in to comment.