From 46c94ed4e90406630b5a27f579fce90bbe07a94c Mon Sep 17 00:00:00 2001 From: Pier Luigi Buttigieg Date: Wed, 11 Dec 2024 17:07:33 +0100 Subject: [PATCH] variable class for abundance and #1575 --- src/envo/envo-edit.owl | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/src/envo/envo-edit.owl b/src/envo/envo-edit.owl index 8a8d0840..e1672e27 100644 --- a/src/envo/envo-edit.owl +++ b/src/envo/envo-edit.owl @@ -3340,6 +3340,10 @@ Declaration(Class()) Declaration(Class()) Declaration(Class()) Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) Declaration(Class()) Declaration(Class()) Declaration(Class()) @@ -37853,10 +37857,11 @@ SubClassOf( ObjectSomeValuesFrom(< # Class: (diversity) +AnnotationAssertion( "Variability which inheres in a collection of entities by virtue of differences in their types or properties.") AnnotationAssertion( ) AnnotationAssertion( "2024-12-10T21:25:53Z"^^xsd:dateTime) AnnotationAssertion(rdfs:label "diversity"@en) -SubClassOf( ) +SubClassOf( ) # Class: (plankter) @@ -38045,6 +38050,7 @@ AnnotationAssertion( "Variables are closely related to abstract data types.") AnnotationAssertion(Annotation( ) rdfs:comment "Variables may describe an entity through direct observation (e.g. temperature measured via a thermosensor), or may be operationalised (e.g. ecosystem stability determined through alpha diversity over time).") AnnotationAssertion(rdfs:label "variable"@en) +EquivalentClasses( ObjectIntersectionOf( ObjectSomeValuesFrom( ))) SubClassOf( ) # Class: (ocean variable) @@ -38236,6 +38242,37 @@ AnnotationAssertion(rdfs:label "v SubClassOf( ) SubClassOf( ObjectSomeValuesFrom( )) +# Class: (coverage variable) + +AnnotationAssertion( "A variable which represents the coverage of one entity by another.") +AnnotationAssertion( ) +AnnotationAssertion( "2024-12-11T15:18:58Z"^^xsd:dateTime) +AnnotationAssertion(rdfs:label "coverage variable"@en) +SubClassOf( ) + +# Class: (coverage) + +AnnotationAssertion( ) +AnnotationAssertion( "2024-12-11T15:27:50Z"^^xsd:dateTime) +AnnotationAssertion(rdfs:label "coverage"@en) +SubClassOf( ) + +# Class: (count variable) + +AnnotationAssertion( "A variable which represents the number of instances of a type.") +AnnotationAssertion( ) +AnnotationAssertion( "2024-12-11T16:00:35Z"^^xsd:dateTime) +AnnotationAssertion(rdfs:label "count variable"@en) +SubClassOf( ) + +# Class: (ecological taxon abundance variable) + +AnnotationAssertion( "A count variable which represents the number of organisms belonging to a taxon in an ecosystem.") +AnnotationAssertion( ) +AnnotationAssertion( "2024-12-11T16:04:59Z"^^xsd:dateTime) +AnnotationAssertion(rdfs:label "ecological taxon abundance variable"@en) +SubClassOf( ) + # Class: (spacecraft) AnnotationAssertion(Annotation( ) "A vehicle designed to fly in outer space."@en)