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] 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 .