Skip to content

Commit

Permalink
Merge pull request #602 from EBISPOT/#592
Browse files Browse the repository at this point in the history
  • Loading branch information
henrietteharmse authored Nov 30, 2023
2 parents 280a0f1 + d211e09 commit d61a1fa
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
14 changes: 14 additions & 0 deletions dataload/configs/mamo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"ontologies": [
{
"id": "mamo",
"preferredPrefix": "MAMO",
"title": "Mathematical Modelling Ontology",
"label_property": "http://www.w3.org/2004/02/skos/core#prefLabel",
"synonym_property": [
"http://www.w3.org/2004/02/skos/core#altLabel"
],
"ontology_purl": "https://raw.githubusercontent.com/EBISPOT/mamo/main/mamo.rdf"
}
]
}
10 changes: 10 additions & 0 deletions dataload/configs/ols.json
Original file line number Diff line number Diff line change
Expand Up @@ -983,6 +983,16 @@
"Carlos Oscar Sorzano, Irene Sánchez"
],
"description": "Ontology that describes data types and image processing operations in Cryo Electron Microscopy of Single Particles"
},
{
"id": "mamo",
"preferredPrefix": "MAMO",
"title": "Mathematical Modelling Ontology",
"label_property": "http://www.w3.org/2004/02/skos/core#prefLabel",
"synonym_property": [
"http://www.w3.org/2004/02/skos/core#altLabel"
],
"ontology_purl": "https://raw.githubusercontent.com/EBISPOT/mamo/main/mamo.rdf"
}
]
}
4 changes: 3 additions & 1 deletion ebi_ontologies.json
Original file line number Diff line number Diff line change
Expand Up @@ -1121,11 +1121,13 @@
},
{
"id":"mamo",
"preferredPrefix": "MAMO",
"title":"Mathematical Modelling Ontology",
"label_property":"http://www.w3.org/2004/02/skos/core#prefLabel",
"synonym_property":[
"http://www.w3.org/2004/02/skos/core#altLabel"
]
],
"ontology_purl": "https://raw.githubusercontent.com/EBISPOT/mamo/main/mamo.rdf"
},
{
"id":"mfoem",
Expand Down

0 comments on commit d61a1fa

Please sign in to comment.