Merge pull request #429 from CommonCoreOntology/312-spherical-quality-definition

improved definition per #312
This commit is contained in:
J. Neil Otte
2024-08-22 20:47:29 -04:00
committed by GitHub

View File

@@ -736,7 +736,7 @@ cco:SpatialOrientation rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Spherical
cco:Spherical rdf:type owl:Class ;
rdfs:subClassOf cco:ThreeDimensionalShape ;
cco:definition "A Three Dimensional Shape inhering in a bearer in virtue of it having round cross sections."@en ;
cco:definition "A Three Dimensional Shape inhering in a bearer in virtue of all of its cross sections being round."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
rdfs:label "Spherical"@en .