Skip to content

Commit

Permalink
Update OIO
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Nov 2, 2023
1 parent 1f12bae commit 3a17b65
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -69479,16 +69479,27 @@
"prefix": "oboformat",
"uri_format": "http://www.geneontology.org/formats/oboInOwl#$1"
},
"contact": {
"email": "sjcarbon@lbl.gov",
"github": "kltm",
"name": "Seth Carbon",
"orcid": "0000-0001-8244-1536"
},
"contributor": {
"email": "cthoyt@gmail.com",
"github": "cthoyt",
"name": "Charles Tapley Hoyt",
"orcid": "0000-0003-4423-4370"
},
"description": "This meta-ontology is self-describing. OBO metamodel properties are described using OBO metamodel properties",
"download_obo": "https://github.com/geneontology/go-ontology/raw/master/contrib/oboInOwl.obo",
"download_owl": "https://github.com/geneontology/go-ontology/raw/master/contrib/oboInOwl.owl",
"download_obo": "http://www.geneontology.org/formats/oboInOwl.obo",
"download_owl": "http://www.geneontology.org/formats/oboInOwl.owl",
"example": "hasDbXref",
"example_extras": [
"hasExactSynonym",
"hasBroadSynonym",
"hasNarrowSynonym"
],
"fairsharing": {
"abbreviation": "OBO Format",
"description": "The first part of this specification describes the syntax and structure of OBO Format using BNF. This states how strings of characters in OBOF Files are parsed into abstract OBO documents, and describes constraints on the structure of these documents. The second part of this specification describes the semantics of an OBO document via a mapping to OWL2-DL and community metadata vocabularies.",
Expand All @@ -69512,6 +69523,7 @@
"download": "https://raw.githubusercontent.com/geneontology/go-ontology/master/contrib/oboInOwl",
"prefix": "oboinowl"
},
"pattern": "^\\w+$",
"preferred_prefix": "oboInOwl",
"repository": "https://github.com/geneontology/go-ontology",
"synonyms": [
Expand Down

0 comments on commit 3a17b65

Please sign in to comment.