From fe7352e5c868109346490eaf40506a412a689ee5 Mon Sep 17 00:00:00 2001 From: Cameron More <123985185+cameronmore@users.noreply.github.com> Date: Fri, 14 Jun 2024 12:38:40 -0400 Subject: [PATCH 1/2] fixed pointing orientation definition removed reference to Target and changed object to material entity. --- QualityOntology.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QualityOntology.ttl b/QualityOntology.ttl index 308ce52..412d583 100644 --- a/QualityOntology.ttl +++ b/QualityOntology.ttl @@ -524,7 +524,7 @@ cco:PitchOrientation rdf:type owl:Class ; cco:PointingOrientation rdf:type owl:Class ; rdfs:subClassOf cco:SpatialOrientation ; cco:alternative_label "Facing Orientation"@en ; - cco:definition "A Spatial Orientation of an Object in which one or more designated components of the Object are pointed toward a specified Target."@en ; + cco:definition "A Spatial Orientation of an Material Entity in which one or more of its designated components are oriented toward a specified direction."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Pointing Orientation"@en . From 30df6ad37dcb6fba3fea6169db6d2900279cbc54 Mon Sep 17 00:00:00 2001 From: Cameron More <123985185+cameronmore@users.noreply.github.com> Date: Sat, 3 Aug 2024 16:54:26 -0400 Subject: [PATCH 2/2] =?UTF-8?q?Changed=20=E2=80=98an=E2=80=99=20to=20?= =?UTF-8?q?=E2=80=98a=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- QualityOntology.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QualityOntology.ttl b/QualityOntology.ttl index 412d583..03c9cd6 100644 --- a/QualityOntology.ttl +++ b/QualityOntology.ttl @@ -524,7 +524,7 @@ cco:PitchOrientation rdf:type owl:Class ; cco:PointingOrientation rdf:type owl:Class ; rdfs:subClassOf cco:SpatialOrientation ; cco:alternative_label "Facing Orientation"@en ; - cco:definition "A Spatial Orientation of an Material Entity in which one or more of its designated components are oriented toward a specified direction."@en ; + cco:definition "A Spatial Orientation of a Material Entity in which one or more of its designated components are oriented toward a specified direction."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Pointing Orientation"@en .