From 9d1f03fe22523625fb5554210518d7570cf9031a Mon Sep 17 00:00:00 2001 From: Nico Matentzoglu Date: Thu, 15 Aug 2024 12:00:42 +0300 Subject: [PATCH] Change the main "phenotype" class to 7 digits --- src/ontology/xpo-edit.owl | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/src/ontology/xpo-edit.owl b/src/ontology/xpo-edit.owl index d30e5dc..5a3cd28 100644 --- a/src/ontology/xpo-edit.owl +++ b/src/ontology/xpo-edit.owl @@ -19,12 +19,13 @@ Import() Import() Import() Import() -Annotation( "XPO represents anatomical, cellular, and gene function phenotypes occurring throughout the development of the African frogs Xenopus laevis and tropicalis."^^xsd:string) -Annotation( "Xenopus Phenotype Ontology"^^xsd:string) +Annotation( ) +Annotation( "XPO represents anatomical, cellular, and gene function phenotypes occurring throughout the development of the African frogs Xenopus laevis and tropicalis.") +Annotation( "Xenopus Phenotype Ontology") Annotation( ) -Annotation(rdfs:comment "Citation: Fisher ME, Segerdell E, Matentzoglu N, Nenni MJ, Fortriede JD, Chu S, Pells TJ, Osumi-Sutherland D, Chaturvedi P, James-Zorn C, Sundararaj N, Lotay VS, Ponferrada V, Wang DZ, Kim E, Agalakov S, Arshinoff BI, Karimi K, Vize PD, Zorn AM. The Xenopus phenotype ontology: bridging model organism phenotype data to human health and development. BMC Bioinformatics. 2022 Mar 22;23(1):99. doi: 10.1186/s12859-022-04636-8."^^xsd:string) -Annotation( ) +Annotation(rdfs:comment "Citation: Fisher ME, Segerdell E, Matentzoglu N, Nenni MJ, Fortriede JD, Chu S, Pells TJ, Osumi-Sutherland D, Chaturvedi P, James-Zorn C, Sundararaj N, Lotay VS, Ponferrada V, Wang DZ, Kim E, Agalakov S, Arshinoff BI, Karimi K, Vize PD, Zorn AM. The Xenopus phenotype ontology: bridging model organism phenotype data to human health and development. BMC Bioinformatics. 2022 Mar 22;23(1):99. doi: 10.1186/s12859-022-04636-8.") +Declaration(Class()) Declaration(Class()) Declaration(AnnotationProperty()) Declaration(AnnotationProperty()) @@ -36,11 +37,18 @@ Declaration(AnnotationProperty()) # Classes ############################ -# Class: (Xenopus phenotype) +# Class: (Xenopus phenotype) -AnnotationAssertion( "A phenotype observed in Xenopus."^^xsd:string) -AnnotationAssertion(rdfs:label "Xenopus phenotype"@en) -EquivalentClasses( ObjectSomeValuesFrom( ObjectIntersectionOf( ObjectSomeValuesFrom( owl:Thing)))) +AnnotationAssertion( "A phenotype observed in Xenopus.") +AnnotationAssertion(rdfs:label "Xenopus phenotype"@en) +EquivalentClasses( ObjectSomeValuesFrom( ObjectIntersectionOf( ObjectSomeValuesFrom( owl:Thing)))) + +# Class: (obsolete Xenopus phenotype) + +AnnotationAssertion( "XPO:0000000") +AnnotationAssertion(rdfs:comment "This class was obsoleted because it had too many digits (8 instead of 7).") +AnnotationAssertion(rdfs:label "obsolete Xenopus phenotype") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) ) \ No newline at end of file