Skip to content

Commit

Permalink
- Fix CAO ontology config (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
haideriqbal authored Aug 6, 2024
1 parent 7f649da commit 478b7f6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions dataload/configs/cao.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"ontologies": [
{
"id": "cao",
"ontology_purl": "https://champ.stuchalk.domains.unf.edu/images/ontology/cao.owl",
"base_uri": ["http://champ-project.org/images/ontology/cao.owl#CAO_"],
"homepage": "https://champ.stuchalk.domains.unf.edu/cao",
"mailing_list": "schalk@unf.edu",
"title": "The Chemical Analysis Ontology",
"preferredPrefix": "CAO",
"creator": [
"Stuart Chalk"
]
}
]
}
2 changes: 1 addition & 1 deletion ebi_ontologies.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
{
"id": "cao",
"ontology_purl": "https://champ.stuchalk.domains.unf.edu/images/ontology/cao.owl",
"base_uri": ["http://champ-project.org/images/ontology/cao.owl#"],
"base_uri": ["http://champ-project.org/images/ontology/cao.owl#CAO_"],
"homepage": "https://champ.stuchalk.domains.unf.edu/cao",
"mailing_list": "schalk@unf.edu",
"title": "The Chemical Analysis Ontology",
Expand Down

0 comments on commit 478b7f6

Please sign in to comment.