Refreshed imports for CL release 20260326#3599
Conversation
| # Annotation Property: <http://purl.obolibrary.org/obo/IAO_0000233> (term tracker item) | ||
|
|
||
| AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/IAO_0000233> "An IRI or similar locator for a request or discussion of an ontology term."@en) | ||
| AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/IAO_0000233> "A URL for a request or discussion of an ontology term."@en) |
There was a problem hiding this comment.
We should investigate this change as I cannot verify the change in any source, i.e OLS, ubergraph or in iao.owl
There was a problem hiding this comment.
I don’t see anything wrong here, this is a change that was seemingly made to OMO last year (information-artifact-ontology/ontology-metadata@f9d06c7). It shows up in CL now because OMO made a release last week.
| # Class: <http://purl.obolibrary.org/obo/IAO_0000027> (data entity) | ||
|
|
||
| AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/IAO_0000027> "data item"@en) | ||
| AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/IAO_0000027> "data entity"@en) |
There was a problem hiding this comment.
We should investigate this change as I cannot verify the change in any source, i.e OLS, ubergraph or in iao.owl
There was a problem hiding this comment.
Same as above, this is a change from OMO (information-artifact-ontology/ontology-metadata#206).
|
The weird changes seem like coming from OMO, <!-- http://purl.obolibrary.org/obo/IAO_0000233 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000233">
<obo:IAO_0000111 xml:lang="en">term tracker item</obo:IAO_0000111>
<obo:IAO_0000112 xml:lang="en">the URL for an ontology term tracker issue, such as https://github.com/monarch-initiative/mondo/issues/7588</obo:IAO_0000112>
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000125"/>
<obo:IAO_0000115 xml:lang="en">A URL for a request or discussion of an ontology term.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">Person: Jie Zheng, Chris Stoeckert, Alan Ruttenberg</obo:IAO_0000117>
<obo:IAO_0000119 xml:lang="en">Person: Jie Zheng, Chris Stoeckert, Alan Ruttenberg</obo:IAO_0000119>
<rdfs:comment xml:lang="en">The 'tracker item' can associate a tracker with a specific ontology term.</rdfs:comment>
<rdfs:label xml:lang="en">term tracker item</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
</owl:AnnotationProperty><!-- http://purl.obolibrary.org/obo/IAO_0000027 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000027">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<obo:IAO_0000111 xml:lang="en">data entity</obo:IAO_0000111>
<rdfs:label xml:lang="en">data entity</rdfs:label>
</owl:Class>This seems like done by manually 100% |
No description provided.