From 25b2ff27966482d6f29a67a3bcccf25565a8377b Mon Sep 17 00:00:00 2001 From: AvolaAmg <81253886+AvolaAmg@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:07:47 +0000 Subject: [PATCH] Fixes #2282 typo text def neural crest fibroblast (#2286) * Fixes #2282 typo text def neural crest fibroblast Fixes #2282 typo text def neural crest fibroblast * Replace label --- src/ontology/cl-edit.owl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/ontology/cl-edit.owl b/src/ontology/cl-edit.owl index 9dc5c2e12..e7afd5a84 100644 --- a/src/ontology/cl-edit.owl +++ b/src/ontology/cl-edit.owl @@ -3447,10 +3447,11 @@ AnnotationAssertion(rdfs:comment obo:CL_0000004 "This term was made obsolete bec AnnotationAssertion(rdfs:label obo:CL_0000004 "obsolete cell by organism") AnnotationAssertion(owl:deprecated obo:CL_0000004 "true"^^xsd:boolean) -# Class: obo:CL_0000005 (fibroblast neural crest derived) +# Class: obo:CL_0000005 (neural crest derived fibroblast) -AnnotationAssertion(Annotation(oboInOwl:hasDbXref "https://orcid.org/0000-0001-5208-3432") obo:IAO_0000115 obo:CL_0000005 "Any fibroblast that is deriived from the neural crest.") -AnnotationAssertion(rdfs:label obo:CL_0000005 "fibroblast neural crest derived") +AnnotationAssertion(Annotation(oboInOwl:hasDbXref "https://orcid.org/0000-0001-5208-3432") obo:IAO_0000115 obo:CL_0000005 "Any fibroblast that is derived from the neural crest.") +AnnotationAssertion(oboInOwl:hasExactSynonym obo:CL_0000005 "fibroblast neural crest derived") +AnnotationAssertion(rdfs:label obo:CL_0000005 "neural crest derived fibroblast") EquivalentClasses(obo:CL_0000005 ObjectIntersectionOf(obo:CL_0000057 ObjectSomeValuesFrom(obo:RO_0002202 obo:CL_0000333))) SubClassOf(obo:CL_0000005 obo:CL_0000057) SubClassOf(obo:CL_0000005 ObjectSomeValuesFrom(obo:RO_0002202 obo:CL_0000008))