From 66cd8fe96afa565b6a576f8665eec43607981d44 Mon Sep 17 00:00:00 2001 From: Krishna Udaiwal Date: Mon, 25 Oct 2021 14:58:18 -0400 Subject: [PATCH 1/2] Removed object_property per issue #117 Updated equivalent classes into subclass relationships --- src/ontology/agro-edit.owl | 12 +++--------- src/ontology/patterns/eq.owl | 12 +----------- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/src/ontology/agro-edit.owl b/src/ontology/agro-edit.owl index e258f70..763d9be 100644 --- a/src/ontology/agro-edit.owl +++ b/src/ontology/agro-edit.owl @@ -646,7 +646,6 @@ Declaration(Class()) Declaration(Class()) Declaration(Class()) Declaration(Class()) -Declaration(ObjectProperty()) Declaration(ObjectProperty()) Declaration(ObjectProperty()) Declaration(DataProperty()) @@ -672,10 +671,6 @@ AnnotationAssertion(rdfs:label "p # Object Properties ############################ -# Object Property: (has method) - -AnnotationAssertion(rdfs:label "has method"@en) - # Object Property: (measurement method of) AnnotationAssertion(rdfs:label "measurement method of"@en) @@ -1986,7 +1981,6 @@ AnnotationAssertion( "mulch thickness"@en) EquivalentClasses( ObjectIntersectionOf( ObjectSomeValuesFrom( ))) SubClassOf( ) -SubClassOf( ObjectSomeValuesFrom( )) # Class: (mulch color) @@ -2354,8 +2348,8 @@ SubClassOf( "With a ruler measure the distance between the soil surface and the top of the mulch layer."@en) AnnotationAssertion(rdfs:label "mulch thickness measurement protocol"@en) -EquivalentClasses( ObjectSomeValuesFrom( )) SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) # Class: (interrow width measurement protocol) @@ -2552,8 +2546,8 @@ SubClassOf( "Record the color of the mulch applied."@en) AnnotationAssertion(rdfs:comment "Need to add a standard protocol to measure the color of the mulch, if it exists."@en) AnnotationAssertion(rdfs:label "mulch color recording protocol"@en) -EquivalentClasses( ObjectSomeValuesFrom( )) SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) # Class: (transplant age counting protocol) @@ -5660,4 +5654,4 @@ AnnotationAssertion(owl:deprecated "experiment objective"@en) AnnotationAssertion( "kg/ha"@en) AnnotationAssertion( "t/ha"@en) -) +) \ No newline at end of file diff --git a/src/ontology/patterns/eq.owl b/src/ontology/patterns/eq.owl index eee57d6..c865249 100644 --- a/src/ontology/patterns/eq.owl +++ b/src/ontology/patterns/eq.owl @@ -46,12 +46,6 @@ - - - - - - @@ -328,10 +322,6 @@ - - - - @@ -669,8 +659,8 @@ - crop residue area density The area density of a crop residue + crop residue area density From 8cbcea2760d5b0ca7ae3414d51e656faa5b867a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marie-Ang=C3=A9lique=20Laporte?= Date: Mon, 4 Apr 2022 10:56:46 +0200 Subject: [PATCH 2/2] removing has method property as this is not following best practices to create specific properties --- src/ontology/agro-edit.owl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ontology/agro-edit.owl b/src/ontology/agro-edit.owl index 578bad2..1e7ce8a 100644 --- a/src/ontology/agro-edit.owl +++ b/src/ontology/agro-edit.owl @@ -740,8 +740,6 @@ Declaration(Class()) Declaration(Class()) Declaration(Class()) Declaration(Class()) -Declaration(ObjectProperty()) - Declaration(ObjectProperty()) Declaration(ObjectProperty()) Declaration(ObjectProperty())