Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cco-modules/QualityOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

Expand Down