-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetpo-edit.owl
More file actions
78 lines (53 loc) · 3.03 KB
/
Copy pathmetpo-edit.owl
File metadata and controls
78 lines (53 loc) · 3.03 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
Prefix(:=<http://purl.obolibrary.org/obo/metpo.owl#>)
Prefix(dce:=<http://purl.org/dc/elements/1.1/>)
Prefix(owl:=<http://www.w3.org/2002/07/owl#>)
Prefix(rdf:=<http://www.w3.org/1999/02/22-rdf-syntax-ns#>)
Prefix(xml:=<http://www.w3.org/XML/1998/namespace>)
Prefix(xsd:=<http://www.w3.org/2001/XMLSchema#>)
Prefix(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)
Prefix(dcterms:=<http://purl.org/dc/terms/>)
Prefix(IAO:=<http://purl.obolibrary.org/obo/IAO_>)
Ontology(<http://purl.obolibrary.org/obo/metpo.owl>
Annotation(dcterms:title "METPO: Microbial Ecophysiological Trait and Phenotype Ontology")
Annotation(dcterms:description "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.")
Annotation(dcterms:creator "METPO Development Team")
Annotation(dcterms:contributor <https://orcid.org/0000-0001-9076-6066>)
Annotation(dcterms:license <https://creativecommons.org/licenses/by/4.0/>)
Annotation(dcterms:issued "2024-01-01")
Annotation(dcterms:modified "2026-05-18")
Annotation(rdfs:seeAlso <https://github.com/berkeleybop/metpo>)
Annotation(rdfs:seeAlso <https://bioregistry.io/registry/metpo>)
Annotation(rdfs:seeAlso <https://bioportal.bioontology.org/ontologies/METPO>)
Declaration(AnnotationProperty(dcterms:contributor))
Declaration(AnnotationProperty(dcterms:creator))
Declaration(AnnotationProperty(dcterms:description))
Declaration(AnnotationProperty(dcterms:issued))
Declaration(AnnotationProperty(dcterms:license))
Declaration(AnnotationProperty(dcterms:modified))
Declaration(AnnotationProperty(dcterms:title))
Declaration(AnnotationProperty(<http://qudt.org/schema/qudt/ucumCode>))
Declaration(AnnotationProperty(IAO:0000117))
############################
# Annotation Properties
############################
# Annotation Property: dcterms:description (description)
AnnotationAssertion(rdfs:label dcterms:description "description")
# Annotation Property: dcterms:license (license)
AnnotationAssertion(rdfs:label dcterms:license "license")
# Annotation Property: dcterms:title (title)
AnnotationAssertion(rdfs:label dcterms:title "title")
# Annotation Property: IAO:0000117 (term editor)
AnnotationAssertion(rdfs:label IAO:0000117 "term editor")
############################
# Object Properties
############################
###############################
# Data Properties
###############################
############################
# Classes
############################
# Annotation Property: <http://qudt.org/schema/qudt/ucumCode> (UCUM code)
AnnotationAssertion(rdfs:label <http://qudt.org/schema/qudt/ucumCode> "UCUM code")
AnnotationAssertion(rdfs:comment <http://qudt.org/schema/qudt/ucumCode> "A UCUM code that identifies a unit of measure.")
)