From 95cc4af6e5b5f4c98c7f01e119d99afd8fd57490 Mon Sep 17 00:00:00 2001 From: Damien Goutte-Gattat Date: Thu, 24 Oct 2024 17:08:20 +0100 Subject: [PATCH] Add GCI for 'part of some embryonic craniocervical region'. Add the following GCI axiom ('part of' some embryo) and ('part of' some 'craniocervical region') SubClassOf: 'part of' some 'embryonic craniocervical region' --- src/ontology/components/disjoint_union_over.owl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ontology/components/disjoint_union_over.owl b/src/ontology/components/disjoint_union_over.owl index d53841bb5..96268fea5 100644 --- a/src/ontology/components/disjoint_union_over.owl +++ b/src/ontology/components/disjoint_union_over.owl @@ -16,6 +16,7 @@ EquivalentClasses(ObjectUnionOf(ObjectSomeValuesFrom( ) ObjectSomeValuesFrom( )) ObjectSomeValuesFrom( )) EquivalentClasses(ObjectUnionOf(ObjectSomeValuesFrom( ) ObjectSomeValuesFrom( )) ObjectSomeValuesFrom( )) EquivalentClasses(ObjectUnionOf(ObjectSomeValuesFrom( ) ObjectSomeValuesFrom( )) ObjectSomeValuesFrom( )) +SubClassOf(ObjectIntersectionOf(ObjectSomeValuesFrom( ) ObjectSomeValuesFrom( )) ObjectSomeValuesFrom( )) DisjointClasses(ObjectSomeValuesFrom( ) ObjectSomeValuesFrom( ) ObjectSomeValuesFrom( ) ObjectSomeValuesFrom( )) DisjointClasses(ObjectSomeValuesFrom( ) ObjectSomeValuesFrom( )) DisjointClasses(ObjectSomeValuesFrom( ) ObjectSomeValuesFrom( ))