File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ Declaration(AnnotationProperty(<http://purl.obolibrary.org/obo/IAO_0000116>))
6666Declaration(AnnotationProperty(<http: //purl.obolibrary.org/obo/IAO_0000119>))
6767Declaration(AnnotationProperty(<http: //purl.obolibrary.org/obo/IAO_0000232>))
6868Declaration(AnnotationProperty(<http: //purl.obolibrary.org/obo/IAO_0000233>))
69+ Declaration(AnnotationProperty(<http: //purl.obolibrary.org/obo/IAO_0100001>))
6970Declaration(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
122123AnnotationAssertion(rdfs:comment <http: //purl.obolibrary.org/obo/IAO_0000233> "The 'tracker item' can associate a tracker with a specific ontology term."@en)
123124AnnotationAssertion(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
Original file line number Diff line number Diff 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
143151dce:source rdf:type owl:AnnotationProperty ;
144152 rdfs:comment """A reference to a resource from which the present resource
You can’t perform that action at this time.
0 commit comments