Skip to content

Commit 9bd8161

Browse files
author
Automated Publisher
committed
Automated publish: Fri Feb 20 18:54:35 UTC 2026 2b1d5a4
1 parent 2b1d5a4 commit 9bd8161

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

src/ontology/imports/iao_import.owl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Declaration(AnnotationProperty(<http://purl.obolibrary.org/obo/IAO_0000116>))
6666
Declaration(AnnotationProperty(<http://purl.obolibrary.org/obo/IAO_0000119>))
6767
Declaration(AnnotationProperty(<http://purl.obolibrary.org/obo/IAO_0000232>))
6868
Declaration(AnnotationProperty(<http://purl.obolibrary.org/obo/IAO_0000233>))
69+
Declaration(AnnotationProperty(<http://purl.obolibrary.org/obo/IAO_0100001>))
6970
Declaration(AnnotationProperty(<http://purl.org/dc/elements/1.1/source>))
7071
############################
7172
# Annotation Properties
@@ -122,6 +123,13 @@ AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000119> <http://purl.ob
122123
AnnotationAssertion(rdfs:comment <http://purl.obolibrary.org/obo/IAO_0000233> "The 'tracker item' can associate a tracker with a specific ontology term."@en)
123124
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/IAO_0000233> "term tracker item"@en)
124125

126+
# Annotation Property: <http://purl.obolibrary.org/obo/IAO_0100001> (term replaced by)
127+
128+
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/IAO_0100001> "Use on obsolete terms, relating the term to another term that can be used as a substitute"@en)
129+
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000119> <http://purl.obolibrary.org/obo/IAO_0100001> "Person:Alan Ruttenberg"@en)
130+
AnnotationAssertion(rdfs:comment <http://purl.obolibrary.org/obo/IAO_0100001> "Add as annotation triples in the granting ontology"@en)
131+
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/IAO_0100001> "term replaced by"@en)
132+
125133

126134
############################
127135
# Object Properties

src/ontology/pmdco.ttl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,14 @@ obo:IAO_0000233 rdf:type owl:AnnotationProperty ;
139139
rdfs:label "term tracker item"@en .
140140

141141

142+
### http://purl.obolibrary.org/obo/IAO_0100001
143+
obo:IAO_0100001 rdf:type owl:AnnotationProperty ;
144+
obo:IAO_0000115 "Use on obsolete terms, relating the term to another term that can be used as a substitute"@en ;
145+
obo:IAO_0000119 "Person:Alan Ruttenberg"@en ;
146+
rdfs:comment "Add as annotation triples in the granting ontology"@en ;
147+
rdfs:label "term replaced by"@en .
148+
149+
142150
### http://purl.org/dc/elements/1.1/source
143151
dce:source rdf:type owl:AnnotationProperty ;
144152
rdfs:comment """A reference to a resource from which the present resource

0 commit comments

Comments
 (0)