Skip to content

Commit c0ea3cc

Browse files
🚀 Automatically rebuilt derived files (OBOFoundry#2580)
Co-authored-by: GitHub Action <action@github.com>
1 parent c8bc40c commit c0ea3cc

File tree

5 files changed

+1211
-1265
lines changed

5 files changed

+1211
-1265
lines changed

‎_config.yml

Lines changed: 24 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -6596,26 +6596,29 @@ ontologies:
65966596
title: INCF KnowledgeSpace Portal
65976597
url: https://knowledge-space.org/index.php/pages/view/UBERON:0000061
65986598
build:
6599-
checkout: svn --ignore-externals co http://svn.code.sf.net/p/obo/svn/uberon/trunk
6599+
checkout: git clone https://github.com/obophenotype/uberon.git
66006600
email_cc: cjmungall@lbl.gov
66016601
infallible: 1
6602-
method: vcs
6603-
system: svn
6602+
system: git
66046603
canonical: uberon.owl
66056604
contact:
66066605
email: cjmungall@lbl.gov
66076606
github: cmungall
66086607
label: Chris Mungall
66096608
orcid: 0000-0002-6601-2165
66106609
dependencies:
6610+
- id: bfo
6611+
- id: bspo
66116612
- id: chebi
6612-
subset: uberon/chebi_import.owl
66136613
- id: cl
6614-
subset: uberon/cl_import.owl
6614+
- id: envo
66156615
- id: go
6616-
subset: uberon/go_import.owl
6616+
- id: nbo
6617+
- id: ncbitaxon
6618+
- id: omo
6619+
- id: pato
66176620
- id: pr
6618-
subset: uberon/pr_import.owl
6621+
- id: ro
66196622
depicted_by: https://raw.githubusercontent.com/jmcmurry/closed-illustrations/master/logos/uberon-logos/uberon_logo_black-banner.png
66206623
description: An integrated cross-species anatomy ontology covering animals and bridging
66216624
multiple species-specific ontologies
@@ -6654,43 +6657,24 @@ ontologies:
66546657
ontology_purl: http://purl.obolibrary.org/obo/uberon/uberon-base.owl
66556658
page: https://github.com/INCATools/ontology-development-kit/issues/50
66566659
title: Uberon base ontology
6657-
- description: Uberon extended
6658-
id: uberon/ext.owl
6659-
mireots_from: cl
6660-
ontology_purl: http://purl.obolibrary.org/obo/uberon/ext.owl
6661-
title: Uberon edition that includes subsets of other ontologies and axioms connecting
6662-
to them
6663-
type: owl:Ontology
66646660
- description: Uberon edition that excludes external ontologies and most relations
66656661
format: obo
6666-
id: uberon/basic.obo
6667-
ontology_purl: http://purl.obolibrary.org/obo/uberon/basic.obo
6662+
id: uberon/uberon-basic.obo
6663+
ontology_purl: http://purl.obolibrary.org/obo/uberon/uberon-basic.obo
66686664
title: Uberon basic
66696665
type: obo-basic-ontology
6670-
- connects:
6671-
- id: uberon
6672-
- id: zfa
6673-
description: Taxonomic equivalence axioms connecting zebrafish-specific classes
6674-
to generic uberon counterparts
6675-
id: uberon/bridge/uberon-bridge-to-zfa.owl
6676-
ontology_purl: http://purl.obolibrary.org/obo/uberon/bridge/uberon-bridge-to-zfa.owl
6677-
page: https://github.com/obophenotype/uberon/wiki/inter-anatomy-ontology-bridge-ontologies
6678-
title: Uberon bridge to ZFA
6679-
type: BridgeOntology
6680-
- connects:
6681-
- id: uberon
6682-
- id: ma
6683-
description: Taxonomic equivalence axioms connecting adult mouse specific classes
6684-
to generic uberon counterparts
6685-
id: uberon/bridge/uberon-bridge-to-ma.owl
6686-
ontology_purl: http://purl.obolibrary.org/obo/uberon/bridge/uberon-bridge-to-ma.owl
6687-
page: https://github.com/obophenotype/uberon/wiki/inter-anatomy-ontology-bridge-ontologies
6688-
title: Uberon bridge to MA
6689-
type: BridgeOntology
6690-
- description: Extended uberon plus all metazoan ontologies
6666+
- description: Uberon plus all metazoan ontologies
6667+
id: uberon/collected-metazoan.owl
6668+
ontology_purl: http://purl.obolibrary.org/obo/uberon/collected-metazoan.owl
6669+
page: https://obophenotype.github.io/uberon/combined_multispecies/
6670+
taxon: Metazoa
6671+
title: Uberon collected metazoan ontology
6672+
type: MergedOntology
6673+
- description: Uberon and all metazoan ontologies with redundant species-specific
6674+
terms removed
66916675
id: uberon/composite-metazoan.owl
66926676
ontology_purl: http://purl.obolibrary.org/obo/uberon/composite-metazoan.owl
6693-
page: https://github.com/obophenotype/uberon/wiki/Multi-species-composite-ontologies
6677+
page: https://obophenotype.github.io/uberon/combined_multispecies/
66946678
taxon: Metazoa
66956679
title: Uberon composite metazoan ontology
66966680
type: MergedOntology
@@ -6705,8 +6689,8 @@ ontologies:
67056689
- emapa
67066690
- ehdaa2
67076691
ontology_purl: http://purl.obolibrary.org/obo/uberon/composite-vertebrate.owl
6708-
page: https://github.com/obophenotype/uberon/wiki/Multi-species-composite-ontologies
6709-
taxon: Metazoa
6692+
page: https://obophenotype.github.io/uberon/combined_multispecies/
6693+
taxon: Vertebrata
67106694
title: Uberon composite vertebrate ontology
67116695
type: MergedOntology
67126696
publications:

‎registry/ontologies.jsonld

Lines changed: 43 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -9221,11 +9221,10 @@
92219221
}
92229222
],
92239223
"build": {
9224-
"checkout": "svn --ignore-externals co http://svn.code.sf.net/p/obo/svn/uberon/trunk",
9224+
"checkout": "git clone https://github.com/obophenotype/uberon.git",
92259225
"email_cc": "cjmungall@lbl.gov",
92269226
"infallible": 1,
9227-
"method": "vcs",
9228-
"system": "svn"
9227+
"system": "git"
92299228
},
92309229
"canonical": "uberon.owl",
92319230
"contact": {
@@ -9236,20 +9235,40 @@
92369235
},
92379236
"dependencies": [
92389237
{
9239-
"id": "chebi",
9240-
"subset": "uberon/chebi_import.owl"
9238+
"id": "bfo"
92419239
},
92429240
{
9243-
"id": "cl",
9244-
"subset": "uberon/cl_import.owl"
9241+
"id": "bspo"
9242+
},
9243+
{
9244+
"id": "chebi"
9245+
},
9246+
{
9247+
"id": "cl"
9248+
},
9249+
{
9250+
"id": "envo"
9251+
},
9252+
{
9253+
"id": "go"
9254+
},
9255+
{
9256+
"id": "nbo"
9257+
},
9258+
{
9259+
"id": "ncbitaxon"
9260+
},
9261+
{
9262+
"id": "omo"
92459263
},
92469264
{
9247-
"id": "go",
9248-
"subset": "uberon/go_import.owl"
9265+
"id": "pato"
9266+
},
9267+
{
9268+
"id": "pr"
92499269
},
92509270
{
9251-
"id": "pr",
9252-
"subset": "uberon/pr_import.owl"
9271+
"id": "ro"
92539272
}
92549273
],
92559274
"depicted_by": "https://raw.githubusercontent.com/jmcmurry/closed-illustrations/master/logos/uberon-logos/uberon_logo_black-banner.png",
@@ -9302,59 +9321,28 @@
93029321
"page": "https://github.com/INCATools/ontology-development-kit/issues/50",
93039322
"title": "Uberon base ontology"
93049323
},
9305-
{
9306-
"description": "Uberon extended",
9307-
"id": "uberon/ext.owl",
9308-
"mireots_from": "cl",
9309-
"ontology_purl": "http://purl.obolibrary.org/obo/uberon/ext.owl",
9310-
"title": "Uberon edition that includes subsets of other ontologies and axioms connecting to them",
9311-
"type": "owl:Ontology"
9312-
},
93139324
{
93149325
"description": "Uberon edition that excludes external ontologies and most relations",
93159326
"format": "obo",
9316-
"id": "uberon/basic.obo",
9317-
"ontology_purl": "http://purl.obolibrary.org/obo/uberon/basic.obo",
9327+
"id": "uberon/uberon-basic.obo",
9328+
"ontology_purl": "http://purl.obolibrary.org/obo/uberon/uberon-basic.obo",
93189329
"title": "Uberon basic",
93199330
"type": "obo-basic-ontology"
93209331
},
93219332
{
9322-
"connects": [
9323-
{
9324-
"id": "uberon"
9325-
},
9326-
{
9327-
"id": "zfa"
9328-
}
9329-
],
9330-
"description": "Taxonomic equivalence axioms connecting zebrafish-specific classes to generic uberon counterparts",
9331-
"id": "uberon/bridge/uberon-bridge-to-zfa.owl",
9332-
"ontology_purl": "http://purl.obolibrary.org/obo/uberon/bridge/uberon-bridge-to-zfa.owl",
9333-
"page": "https://github.com/obophenotype/uberon/wiki/inter-anatomy-ontology-bridge-ontologies",
9334-
"title": "Uberon bridge to ZFA",
9335-
"type": "BridgeOntology"
9336-
},
9337-
{
9338-
"connects": [
9339-
{
9340-
"id": "uberon"
9341-
},
9342-
{
9343-
"id": "ma"
9344-
}
9345-
],
9346-
"description": "Taxonomic equivalence axioms connecting adult mouse specific classes to generic uberon counterparts",
9347-
"id": "uberon/bridge/uberon-bridge-to-ma.owl",
9348-
"ontology_purl": "http://purl.obolibrary.org/obo/uberon/bridge/uberon-bridge-to-ma.owl",
9349-
"page": "https://github.com/obophenotype/uberon/wiki/inter-anatomy-ontology-bridge-ontologies",
9350-
"title": "Uberon bridge to MA",
9351-
"type": "BridgeOntology"
9333+
"description": "Uberon plus all metazoan ontologies",
9334+
"id": "uberon/collected-metazoan.owl",
9335+
"ontology_purl": "http://purl.obolibrary.org/obo/uberon/collected-metazoan.owl",
9336+
"page": "https://obophenotype.github.io/uberon/combined_multispecies/",
9337+
"taxon": "Metazoa",
9338+
"title": "Uberon collected metazoan ontology",
9339+
"type": "MergedOntology"
93529340
},
93539341
{
9354-
"description": "Extended uberon plus all metazoan ontologies",
9342+
"description": "Uberon and all metazoan ontologies with redundant species-specific terms removed",
93559343
"id": "uberon/composite-metazoan.owl",
93569344
"ontology_purl": "http://purl.obolibrary.org/obo/uberon/composite-metazoan.owl",
9357-
"page": "https://github.com/obophenotype/uberon/wiki/Multi-species-composite-ontologies",
9345+
"page": "https://obophenotype.github.io/uberon/combined_multispecies/",
93589346
"taxon": "Metazoa",
93599347
"title": "Uberon composite metazoan ontology",
93609348
"type": "MergedOntology"
@@ -9372,8 +9360,8 @@
93729360
"ehdaa2"
93739361
],
93749362
"ontology_purl": "http://purl.obolibrary.org/obo/uberon/composite-vertebrate.owl",
9375-
"page": "https://github.com/obophenotype/uberon/wiki/Multi-species-composite-ontologies",
9376-
"taxon": "Metazoa",
9363+
"page": "https://obophenotype.github.io/uberon/combined_multispecies/",
9364+
"taxon": "Vertebrata",
93779365
"title": "Uberon composite vertebrate ontology",
93789366
"type": "MergedOntology"
93799367
}

0 commit comments

Comments
 (0)