From f3c5e8352459053c76f53f505108dbd96fa4517a Mon Sep 17 00:00:00 2001 From: cmungall Date: Thu, 27 Jul 2023 19:35:56 -0700 Subject: [PATCH] Modifify containment relations to be location relations. Should be merged before https://github.com/oborel/obo-relations/pull/739 For full discussion, see https://github.com/oborel/obo-relations/issues/693 --- src/envo/envo-edit.owl | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/src/envo/envo-edit.owl b/src/envo/envo-edit.owl index c27bf4b6..aa745aa2 100644 --- a/src/envo/envo-edit.owl +++ b/src/envo/envo-edit.owl @@ -4216,8 +4216,6 @@ Declaration(ObjectProperty()) Declaration(ObjectProperty()) Declaration(ObjectProperty()) Declaration(ObjectProperty()) -Declaration(ObjectProperty()) -Declaration(ObjectProperty()) Declaration(ObjectProperty()) Declaration(ObjectProperty()) Declaration(ObjectProperty()) @@ -10473,7 +10471,7 @@ SubClassOf( ObjectSomeValuesFrom(< SubClassOf( ObjectSomeValuesFrom( )) SubClassOf( ObjectSomeValuesFrom( )) SubClassOf( ObjectSomeValuesFrom( )) -SubClassOf( ObjectSomeValuesFrom( ObjectIntersectionOf( ObjectSomeValuesFrom( )))) +SubClassOf( ObjectSomeValuesFrom( ObjectIntersectionOf( ObjectSomeValuesFrom( )))) # Class: (massif) @@ -26999,7 +26997,7 @@ AnnotationAssertion(Annotation( "This definition could be improved, as ballast water is often used in more general ways, beyond the water contained in a ballast tank at any given time. For example, water which has just been released from a ballast tank is often still refered to as ballast water.") AnnotationAssertion(rdfs:label "ballast water"@en) SubClassOf( ) -SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) # Class: (ballast tank) @@ -29204,7 +29202,7 @@ SubClassOf( "https://en.wikipedia.org/wiki/Lake#Tectonic_lakes") "A lake which is contained in a depression formed by the deformation and resulting lateral and vertical movements of a lithosphere.") AnnotationAssertion(rdfs:label "tectonic lake"@en) SubClassOf( ) -SubClassOf( ObjectIntersectionOf(ObjectSomeValuesFrom( ) ObjectSomeValuesFrom( ))) +SubClassOf( ObjectIntersectionOf(ObjectSomeValuesFrom( ) ObjectSomeValuesFrom( ))) # Class: (tectonic movement) @@ -30102,7 +30100,7 @@ AnnotationAssertion(Annotation( "magnetosphere"@en) SubClassOf( ) SubClassOf( ObjectSomeValuesFrom( )) -SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) SubClassOf( ObjectSomeValuesFrom( )) # Class: (radiation shielding disposition) @@ -30492,7 +30490,7 @@ AnnotationAssertion(rdfs:label "H SubClassOf( ) SubClassOf(Annotation(rdfs:comment "QCR: 'process has causal agent' max 1 'astronomical body'") ObjectIntersectionOf(ObjectSomeValuesFrom( ) ObjectSomeValuesFrom( ))) SubClassOf( ObjectSomeValuesFrom( )) -SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) # Class: (Lagrangian point) @@ -31115,7 +31113,7 @@ AnnotationAssertion( "Air is not specified directly (although the definition subsumes air masses) to allow for other forms of low pressure areas in planetary atmospheres.") AnnotationAssertion(rdfs:label "area of low atmospheric pressure"@en) SubClassOf( ) -SubClassOf( ObjectSomeValuesFrom( ObjectIntersectionOf( ObjectSomeValuesFrom( )))) +SubClassOf( ObjectSomeValuesFrom( ObjectIntersectionOf( ObjectSomeValuesFrom( )))) SubClassOf( ObjectSomeValuesFrom( ObjectIntersectionOf( ObjectSomeValuesFrom( )))) # Class: (aquatic estuarine layer) @@ -31737,7 +31735,7 @@ AnnotationAssertion( "crater glacier") AnnotationAssertion(rdfs:label "volcanic crater glacier"@en) SubClassOf( ) -SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) # Class: (crater zone) @@ -34712,7 +34710,7 @@ AnnotationAssertion( "envoAtmo") AnnotationAssertion(rdfs:label "atmospheric frontal zone"@en) SubClassOf( ) -SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) # Class: (mariculture process) @@ -35736,7 +35734,7 @@ AnnotationAssertion( "2019-10-07T14:18:31Z"^^xsd:dateTime) AnnotationAssertion(rdfs:label "blind thrust fault"@en) SubClassOf( ) -SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) # Class: (subsurface zone of an astronomical body) @@ -47292,4 +47290,4 @@ AnnotationAssertion(rdfs:label "imp AnnotationAssertion(rdfs:label "expand expression to") AnnotationAssertion( "An assertion that holds between an OWL Object Property and a temporal interpretation that elucidates how OWL Class Axioms that use this property are to be interpreted in a temporal context.") AnnotationAssertion(rdfs:label "temporal interpretation") -) \ No newline at end of file +)