From a1586f66b52a96f7a771f535dab063f4158cb924 Mon Sep 17 00:00:00 2001 From: pbuttigieg Date: Tue, 12 Sep 2017 14:56:05 +0100 Subject: [PATCH] Fixing build, strange axiom emerged for aerosol formation processes --- src/envo/envo-edit.owl | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/envo/envo-edit.owl b/src/envo/envo-edit.owl index 91a45450..a32801a0 100644 --- a/src/envo/envo-edit.owl +++ b/src/envo/envo-edit.owl @@ -2508,6 +2508,7 @@ Declaration(Class()) Declaration(Class()) Declaration(Class()) Declaration(Class()) +Declaration(Class()) Declaration(Class()) Declaration(Class()) Declaration(Class()) @@ -28180,7 +28181,7 @@ AnnotationAssertion( "formation of a solid aerosol in an atmosphere") AnnotationAssertion( "formation of a solid aerosol in the atmosphere") AnnotationAssertion(rdfs:label "formation of solid particles from gaseous material in an atmosphere"@en) -EquivalentClasses( ObjectIntersectionOf( ObjectIntersectionOf(ObjectSomeValuesFrom( ) ObjectSomeValuesFrom( )))) +EquivalentClasses( ObjectIntersectionOf( ObjectSomeValuesFrom( ))) SubClassOf( ) # Class: (formation of liquid droplets from gaseous material in an atmosphere) @@ -28191,7 +28192,7 @@ AnnotationAssertion( "formation of a liquid aerosol in the atmosphere") AnnotationAssertion( "formation of liquid particles from gaseous material in an atmosphere") AnnotationAssertion(rdfs:label "formation of liquid droplets from gaseous material in an atmosphere"@en) -EquivalentClasses( ObjectIntersectionOf( ObjectIntersectionOf(ObjectSomeValuesFrom( ) ObjectSomeValuesFrom( )))) +EquivalentClasses( ObjectIntersectionOf( ObjectSomeValuesFrom( ))) SubClassOf( ) # Class: (tectonic lake) @@ -28919,6 +28920,13 @@ AnnotationAssertion(rdfs:label "c EquivalentClasses( ObjectIntersectionOf( ObjectSomeValuesFrom( ObjectUnionOf( ObjectSomeValuesFrom( ))))) SubClassOf( ) +# Class: (Bondon cheese environment) + +AnnotationAssertion( "An environment which has its properties and composition determined by a portion of Bondon cheese.") +AnnotationAssertion(rdfs:label "Bondon cheese environment"@en) +EquivalentClasses( ObjectIntersectionOf( ObjectSomeValuesFrom( ))) +SubClassOf( ) + # Class: (environmental role) AnnotationAssertion( "A role which is may be realised by an environmental system")