-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetpo-base.json
More file actions
78 lines (78 loc) · 3 KB
/
Copy pathmetpo-base.json
File metadata and controls
78 lines (78 loc) · 3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"graphs" : [ {
"id" : "https://w3id.org/metpo/metpo-base.json",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/type",
"val" : "http://purl.obolibrary.org/obo/IAO_8000001"
}, {
"pred" : "http://purl.org/dc/terms/contributor",
"val" : "https://orcid.org/0000-0001-9076-6066"
}, {
"pred" : "http://purl.org/dc/terms/creator",
"val" : "METPO Development Team"
}, {
"pred" : "http://purl.org/dc/terms/description",
"val" : "METPO provides standardized terms for the phenotypic traits, growth conditions, metabolic capabilities, and morphology of bacteria and archaea. It integrates heterogeneous microbial trait resources (BactoTraits, BacDive, Madin et al.) and supports knowledge-graph and literature-mining workflows in projects such as KG-Microbe. METPO follows OBO Foundry conventions and reuses terms from PATO, GO, CHEBI, NCBITaxon, and related ontologies where possible."
}, {
"pred" : "http://purl.org/dc/terms/issued",
"val" : "2024-01-01"
}, {
"pred" : "http://purl.org/dc/terms/license",
"val" : "https://creativecommons.org/licenses/by/4.0/"
}, {
"pred" : "http://purl.org/dc/terms/modified",
"val" : "2026-05-18"
}, {
"pred" : "http://purl.org/dc/terms/title",
"val" : "METPO: Microbial Ecophysiological Trait and Phenotype Ontology"
}, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
"val" : "https://bioportal.bioontology.org/ontologies/METPO"
}, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
"val" : "https://bioregistry.io/registry/metpo"
}, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
"val" : "https://github.com/berkeleybop/metpo"
}, {
"pred" : "http://www.w3.org/2002/07/owl#versionInfo",
"val" : "2026-06-02"
} ],
"version" : "https://w3id.org/metpo/releases/2026-06-02/metpo-base.json"
},
"nodes" : [ {
"id" : "http://purl.org/dc/elements/1.1/type",
"type" : "PROPERTY",
"propertyType" : "ANNOTATION"
}, {
"id" : "http://purl.org/dc/terms/contributor",
"type" : "PROPERTY",
"propertyType" : "ANNOTATION"
}, {
"id" : "http://purl.org/dc/terms/creator",
"type" : "PROPERTY",
"propertyType" : "ANNOTATION"
}, {
"id" : "http://purl.org/dc/terms/description",
"type" : "PROPERTY",
"propertyType" : "ANNOTATION"
}, {
"id" : "http://purl.org/dc/terms/issued",
"type" : "PROPERTY",
"propertyType" : "ANNOTATION"
}, {
"id" : "http://purl.org/dc/terms/license",
"type" : "PROPERTY",
"propertyType" : "ANNOTATION"
}, {
"id" : "http://purl.org/dc/terms/modified",
"type" : "PROPERTY",
"propertyType" : "ANNOTATION"
}, {
"id" : "http://purl.org/dc/terms/title",
"type" : "PROPERTY",
"propertyType" : "ANNOTATION"
} ]
} ]
}