Skip to content

Commit 62905e2

Browse files
committed
Annotate 'transmission process' as ontology root term
See OBOFoundry/OBOFoundry.github.io#2149
1 parent 360568f commit 62905e2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/ontology/trans-edit.owl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Prefix(oboInOwl:=<http://www.geneontology.org/formats/oboInOwl#>)
1212

1313
Ontology(<http://purl.obolibrary.org/obo/trans.owl>
1414
<http://purl.obolibrary.org/obo/trans/releases/2020-08-04/trans.owl>
15+
Annotation(obo:IAO_0000700 obo:TRANS_0000000)
1516
Annotation(dc:description "The Pathogen Transmission Ontology describes the tranmission methods of human disease pathogens describing how a pathogen is transmitted from one host, reservoir, or source to another host. The pathogen transmission may occur either directly or indirectly and may involve animate vectors or inanimate vehicles.")
1617
Annotation(dc:title "Pathogen Transmission Ontology")
1718
Annotation(terms:license "https://creativecommons.org/publicdomain/zero/1.0/")
@@ -56,6 +57,7 @@ Declaration(Class(obo:TRANS_0000032))
5657
Declaration(Class(obo:TRANS_0000033))
5758
Declaration(Class(obo:TRANS_0000034))
5859
Declaration(AnnotationProperty(obo:IAO_0000115))
60+
Declaration(AnnotationProperty(obo:IAO_0000700))
5961
Declaration(AnnotationProperty(dc:description))
6062
Declaration(AnnotationProperty(dc:title))
6163
Declaration(AnnotationProperty(terms:license))
@@ -78,6 +80,10 @@ Declaration(AnnotationProperty(owl:deprecated))
7880

7981
AnnotationAssertion(rdfs:label obo:IAO_0000115 "definition"^^xsd:string)
8082

83+
# Annotation Property: obo:IAO_0000700 (has ontology root term)
84+
85+
AnnotationAssertion(rdfs:label obo:IAO_0000700 "has ontology root term"@en)
86+
8187
# Annotation Property: dc:description (description)
8288

8389
AnnotationAssertion(rdfs:label dc:description "description")

0 commit comments

Comments
 (0)