-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #1276 --------- Co-authored-by: StroemPhi <[email protected]> Co-authored-by: Charles Tapley Hoyt <[email protected]>
- Loading branch information
1 parent
e7f305b
commit b1ef08e
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79832,6 +79832,43 @@ | |
], | ||
"uri_format": "http://purl.obolibrary.org/obo/$1" | ||
}, | ||
"oboe": { | ||
"contact": { | ||
"email": "[email protected]", | ||
"github": "amoeba", | ||
"name": "Bryce Mecum", | ||
"orcid": "0000-0002-0381-3766" | ||
}, | ||
"contributor": { | ||
"github": "StroemPhi", | ||
"name": "Philip Strömert", | ||
"orcid": "0000-0002-1595-3213" | ||
}, | ||
"description": "The Extensible Observation Ontology (OBOE) is a formal ontology for capturing the semantics of scientific observation and measurement. The ontology supports researchers to add detailed semantic annotations to scientific data, thereby clarifying the inherent meaning of scientific observations.", | ||
"download_owl": "https://raw.githubusercontent.com/NCEAS/oboe/refs/heads/master/oboe.owl", | ||
"example": "Characteristic", | ||
"github_request_issue": 1276, | ||
"homepage": "https://github.com/NCEAS/oboe", | ||
"license": "CC-BY-3.0", | ||
"name": "The Extensible Observation Ontology", | ||
"publications": [ | ||
{ | ||
"doi": "10.1016/j.ecoinf.2007.05.004", | ||
"pmc": "PMC8612252", | ||
"pubmed": "34817235", | ||
"title": "An ontology for describing and synthesizing ecological observation data", | ||
"year": 2007 | ||
} | ||
], | ||
"repository": "https://github.com/NCEAS/oboe", | ||
"reviewer": { | ||
"email": "[email protected]", | ||
"github": "cthoyt", | ||
"name": "Charles Tapley Hoyt", | ||
"orcid": "0000-0003-4423-4370" | ||
}, | ||
"uri_format": "http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#$1" | ||
}, | ||
"oboinowl": { | ||
"biocontext": { | ||
"prefix": "oboInOwl", | ||
|