Merge pull request #267 from cameronmore/pointing-orientation-fix

fixed pointing orientation definition
This commit is contained in:
J. Neil Otte
2024-08-03 16:58:33 -04:00
committed by GitHub

View File

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