Skip to content

Commit 77c99b2

Browse files
realmarcinclaude
andcommitted
Release new METPO ontology version
Update all release artifacts (base, full, and main editions in OWL, OBO, and JSON formats) along with updated templates and component files. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 7a1286b commit 77c99b2

12 files changed

Lines changed: 1001 additions & 409 deletions

File tree

metpo-base.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"val" : "METPO"
2626
}, {
2727
"pred" : "http://www.w3.org/2002/07/owl#versionInfo",
28-
"val" : "2025-10-15"
28+
"val" : "2025-10-31"
2929
} ],
30-
"version" : "https://w3id.org/metpo/metpo/releases/2025-10-15/metpo-base.json"
30+
"version" : "https://w3id.org/metpo/metpo/releases/2025-10-31/metpo-base.json"
3131
},
3232
"nodes" : [ {
3333
"id" : "http://purl.org/dc/elements/1.1/type",

metpo-base.obo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
format-version: 1.2
2-
data-version: https://w3id.org/metpo/metpo/releases/2025-10-15/metpo-base.owl
2+
data-version: https://w3id.org/metpo/metpo/releases/2025-10-31/metpo-base.owl
33
idspace: dce http://purl.org/dc/elements/1.1/
44
idspace: dcterms http://purl.org/dc/terms/
55
ontology: https://w3id.org/metpo/metpo/metpo-base.owl
@@ -10,5 +10,5 @@ property_value: dcterms:issued "2024-01-01" xsd:string
1010
property_value: dcterms:license https://creativecommons.org/licenses/by/4.0/
1111
property_value: dcterms:modified "2025-09-29" xsd:string
1212
property_value: dcterms:title "METPO" xsd:string
13-
property_value: owl:versionInfo "2025-10-15" xsd:string
13+
property_value: owl:versionInfo "2025-10-31" xsd:string
1414

metpo-base.owl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
1010
xmlns:dcterms="http://purl.org/dc/terms/">
1111
<owl:Ontology rdf:about="https://w3id.org/metpo/metpo/metpo-base.owl">
12-
<owl:versionIRI rdf:resource="https://w3id.org/metpo/metpo/releases/2025-10-15/metpo-base.owl"/>
12+
<owl:versionIRI rdf:resource="https://w3id.org/metpo/metpo/releases/2025-10-31/metpo-base.owl"/>
1313
<dce:type rdf:resource="http://purl.obolibrary.org/obo/IAO_8000001"/>
1414
<dcterms:creator>METPO Development Team</dcterms:creator>
1515
<dcterms:description>Microbial ecophysiological trait and phenotype ontology</dcterms:description>
1616
<dcterms:issued>2024-01-01</dcterms:issued>
1717
<dcterms:license rdf:resource="https://creativecommons.org/licenses/by/4.0/"/>
1818
<dcterms:modified>2025-09-29</dcterms:modified>
1919
<dcterms:title>METPO</dcterms:title>
20-
<owl:versionInfo>2025-10-15</owl:versionInfo>
20+
<owl:versionInfo>2025-10-31</owl:versionInfo>
2121
</owl:Ontology>
2222

2323

metpo-full.json

Lines changed: 118 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"val" : "METPO"
2323
}, {
2424
"pred" : "http://www.w3.org/2002/07/owl#versionInfo",
25-
"val" : "2025-10-15"
25+
"val" : "2025-10-31"
2626
} ],
27-
"version" : "https://w3id.org/metpo/metpo/releases/2025-10-15/metpo-full.json"
27+
"version" : "https://w3id.org/metpo/metpo/releases/2025-10-31/metpo-full.json"
2828
},
2929
"nodes" : [ {
3030
"id" : "https://w3id.org/metpo/1000059",
@@ -3245,23 +3245,66 @@
32453245
}, {
32463246
"id" : "https://w3id.org/metpo/1001101",
32473247
"lbl" : "biosafety level",
3248-
"type" : "CLASS"
3248+
"type" : "CLASS",
3249+
"meta" : {
3250+
"synonyms" : [ {
3251+
"pred" : "hasRelatedSynonym",
3252+
"val" : "Safety information.risk assessment.biosafety level"
3253+
} ]
3254+
}
32493255
}, {
32503256
"id" : "https://w3id.org/metpo/1001102",
32513257
"lbl" : "biosafety level 1",
3252-
"type" : "CLASS"
3258+
"type" : "CLASS",
3259+
"meta" : {
3260+
"synonyms" : [ {
3261+
"pred" : "hasRelatedSynonym",
3262+
"val" : "1"
3263+
} ]
3264+
}
32533265
}, {
32543266
"id" : "https://w3id.org/metpo/1001103",
32553267
"lbl" : "biosafety level 2",
3256-
"type" : "CLASS"
3268+
"type" : "CLASS",
3269+
"meta" : {
3270+
"synonyms" : [ {
3271+
"pred" : "hasRelatedSynonym",
3272+
"val" : "2"
3273+
} ]
3274+
}
32573275
}, {
32583276
"id" : "https://w3id.org/metpo/1001104",
32593277
"lbl" : "biosafety level 3",
3260-
"type" : "CLASS"
3278+
"type" : "CLASS",
3279+
"meta" : {
3280+
"synonyms" : [ {
3281+
"pred" : "hasRelatedSynonym",
3282+
"val" : "3"
3283+
}, {
3284+
"pred" : "hasRelatedSynonym",
3285+
"val" : "3**"
3286+
} ]
3287+
}
32613288
}, {
32623289
"id" : "https://w3id.org/metpo/1001105",
32633290
"lbl" : "biosafety level 4",
3264-
"type" : "CLASS"
3291+
"type" : "CLASS",
3292+
"meta" : {
3293+
"synonyms" : [ {
3294+
"pred" : "hasRelatedSynonym",
3295+
"val" : "4"
3296+
} ]
3297+
}
3298+
}, {
3299+
"id" : "https://w3id.org/metpo/1001106",
3300+
"lbl" : "biosafety level 5",
3301+
"type" : "CLASS",
3302+
"meta" : {
3303+
"synonyms" : [ {
3304+
"pred" : "hasRelatedSynonym",
3305+
"val" : "5"
3306+
} ]
3307+
}
32653308
}, {
32663309
"id" : "https://w3id.org/metpo/1002003",
32673310
"lbl" : "Cable bacteria metabolism",
@@ -3549,6 +3592,54 @@
35493592
"val" : "Pigment_carotenoid"
35503593
} ]
35513594
}
3595+
}, {
3596+
"id" : "https://w3id.org/metpo/1004000",
3597+
"lbl" : "pathogenic to host",
3598+
"type" : "CLASS",
3599+
"meta" : {
3600+
"definition" : {
3601+
"val" : "A pathogenicity phenotype where a microbe is a pathogen of of some host organism."
3602+
}
3603+
}
3604+
}, {
3605+
"id" : "https://w3id.org/metpo/1004002",
3606+
"lbl" : "animal pathogen",
3607+
"type" : "CLASS",
3608+
"meta" : {
3609+
"definition" : {
3610+
"val" : "A pathogenicity phenotype where a microbe is a pathogen of animals (Metazoa)."
3611+
},
3612+
"synonyms" : [ {
3613+
"pred" : "hasRelatedSynonym",
3614+
"val" : "animal pathogen"
3615+
} ]
3616+
}
3617+
}, {
3618+
"id" : "https://w3id.org/metpo/1004003",
3619+
"lbl" : "plant pathogen",
3620+
"type" : "CLASS",
3621+
"meta" : {
3622+
"definition" : {
3623+
"val" : "A pathogenicity phenotype where a microbe is a pathogen of plants (Viridiplantae)."
3624+
},
3625+
"synonyms" : [ {
3626+
"pred" : "hasRelatedSynonym",
3627+
"val" : "plant pathogen"
3628+
} ]
3629+
}
3630+
}, {
3631+
"id" : "https://w3id.org/metpo/1004004",
3632+
"lbl" : "human pathogen",
3633+
"type" : "CLASS",
3634+
"meta" : {
3635+
"definition" : {
3636+
"val" : "A pathogenicity phenotype where a microbe is a pathogen of humans (Homo sapiens)."
3637+
},
3638+
"synonyms" : [ {
3639+
"pred" : "hasRelatedSynonym",
3640+
"val" : "human pathogen"
3641+
} ]
3642+
}
35523643
}, {
35533644
"id" : "https://w3id.org/metpo/2000001",
35543645
"lbl" : "organism interacts with chemical",
@@ -5601,6 +5692,10 @@
56015692
"sub" : "https://w3id.org/metpo/1001105",
56025693
"pred" : "is_a",
56035694
"obj" : "https://w3id.org/metpo/1001101"
5695+
}, {
5696+
"sub" : "https://w3id.org/metpo/1001106",
5697+
"pred" : "is_a",
5698+
"obj" : "https://w3id.org/metpo/1001101"
56045699
}, {
56055700
"sub" : "https://w3id.org/metpo/1002003",
56065701
"pred" : "is_a",
@@ -5697,6 +5792,22 @@
56975792
"sub" : "https://w3id.org/metpo/1003031",
56985793
"pred" : "is_a",
56995794
"obj" : "https://w3id.org/metpo/1003021"
5795+
}, {
5796+
"sub" : "https://w3id.org/metpo/1004000",
5797+
"pred" : "is_a",
5798+
"obj" : "https://w3id.org/metpo/1000059"
5799+
}, {
5800+
"sub" : "https://w3id.org/metpo/1004002",
5801+
"pred" : "is_a",
5802+
"obj" : "https://w3id.org/metpo/1004000"
5803+
}, {
5804+
"sub" : "https://w3id.org/metpo/1004003",
5805+
"pred" : "is_a",
5806+
"obj" : "https://w3id.org/metpo/1004000"
5807+
}, {
5808+
"sub" : "https://w3id.org/metpo/1004004",
5809+
"pred" : "is_a",
5810+
"obj" : "https://w3id.org/metpo/1004000"
57005811
}, {
57015812
"sub" : "https://w3id.org/metpo/2000002",
57025813
"pred" : "subPropertyOf",

metpo-full.obo

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
format-version: 1.2
2-
data-version: https://w3id.org/metpo/metpo/releases/2025-10-15/metpo-full.owl
2+
data-version: https://w3id.org/metpo/metpo/releases/2025-10-31/metpo-full.owl
33
idspace: dce http://purl.org/dc/elements/1.1/
44
idspace: dcterms http://purl.org/dc/terms/
55
idspace: metpo https://w3id.org/metpo/
@@ -13,7 +13,7 @@ property_value: dcterms:issued "2024-01-01" xsd:string
1313
property_value: dcterms:license https://creativecommons.org/licenses/by/4.0/
1414
property_value: dcterms:modified "2025-09-29" xsd:string
1515
property_value: dcterms:title "METPO" xsd:string
16-
property_value: owl:versionInfo "2025-10-15" xsd:string
16+
property_value: owl:versionInfo "2025-10-31" xsd:string
1717

1818
[Term]
1919
id: metpo:1000059
@@ -1702,26 +1702,38 @@ is_a: metpo:1001000 ! observation
17021702
[Term]
17031703
id: metpo:1001101
17041704
name: biosafety level
1705+
synonym: "Safety information.risk assessment.biosafety level" RELATED [] {IAO:0000119="https://bacdive.dsmz.de/"}
17051706
is_a: metpo:1000188 ! quality
17061707

17071708
[Term]
17081709
id: metpo:1001102
17091710
name: biosafety level 1
1711+
synonym: "1" RELATED [] {IAO:0000119="https://bacdive.dsmz.de/"}
17101712
is_a: metpo:1001101 ! biosafety level
17111713

17121714
[Term]
17131715
id: metpo:1001103
17141716
name: biosafety level 2
1717+
synonym: "2" RELATED [] {IAO:0000119="https://bacdive.dsmz.de/"}
17151718
is_a: metpo:1001101 ! biosafety level
17161719

17171720
[Term]
17181721
id: metpo:1001104
17191722
name: biosafety level 3
1723+
synonym: "3" RELATED [] {IAO:0000119="https://bacdive.dsmz.de/"}
1724+
synonym: "3**" RELATED [] {IAO:0000119="https://bacdive.dsmz.de/"}
17201725
is_a: metpo:1001101 ! biosafety level
17211726

17221727
[Term]
17231728
id: metpo:1001105
17241729
name: biosafety level 4
1730+
synonym: "4" RELATED [] {IAO:0000119="https://bacdive.dsmz.de/"}
1731+
is_a: metpo:1001101 ! biosafety level
1732+
1733+
[Term]
1734+
id: metpo:1001106
1735+
name: biosafety level 5
1736+
synonym: "5" RELATED [] {IAO:0000119="https://bacdive.dsmz.de/"}
17251737
is_a: metpo:1001101 ! biosafety level
17261738

17271739
[Term]
@@ -1887,6 +1899,33 @@ def: "A phenotype characterized by the production of carotenoid pigments." []
18871899
synonym: "Pigment_carotenoid" RELATED [] {IAO:0000119="https://ordar.otelo.univ-lorraine.fr/files/ORDAR-53/BactoTraits_databaseV2_Jun2022.csv"}
18881900
is_a: metpo:1003021 ! pigmentation
18891901

1902+
[Term]
1903+
id: metpo:1004000
1904+
name: pathogenic to host
1905+
def: "A pathogenicity phenotype where a microbe is a pathogen of of some host organism." []
1906+
is_a: metpo:1000059 ! phenotype
1907+
1908+
[Term]
1909+
id: metpo:1004002
1910+
name: animal pathogen
1911+
def: "A pathogenicity phenotype where a microbe is a pathogen of animals (Metazoa)." []
1912+
synonym: "animal pathogen" RELATED [] {IAO:0000119="https://bacdive.dsmz.de/"}
1913+
is_a: metpo:1004000 ! pathogenic to host
1914+
1915+
[Term]
1916+
id: metpo:1004003
1917+
name: plant pathogen
1918+
def: "A pathogenicity phenotype where a microbe is a pathogen of plants (Viridiplantae)." []
1919+
synonym: "plant pathogen" RELATED [] {IAO:0000119="https://bacdive.dsmz.de/"}
1920+
is_a: metpo:1004000 ! pathogenic to host
1921+
1922+
[Term]
1923+
id: metpo:1004004
1924+
name: human pathogen
1925+
def: "A pathogenicity phenotype where a microbe is a pathogen of humans (Homo sapiens)." []
1926+
synonym: "human pathogen" RELATED [] {IAO:0000119="https://bacdive.dsmz.de/"}
1927+
is_a: metpo:1004000 ! pathogenic to host
1928+
18901929
[Typedef]
18911930
id: metpo:2000001
18921931
name: organism interacts with chemical

0 commit comments

Comments
 (0)