fixed pointing orientation definition

removed reference to Target and changed object to material entity.
This commit is contained in:
Cameron More
2024-06-14 12:38:40 -04:00
parent aae9cb19c7
commit fe7352e5c8

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