From 0e571442ea4e5132c1878b389e61c25cd0507c96 Mon Sep 17 00:00:00 2001 From: Gregory Fowler <158520057+gregfowlerphd@users.noreply.github.com> Date: Sat, 7 Sep 2024 18:42:06 -0400 Subject: [PATCH] revised triangular definition --- src/cco-modules/QualityOntology.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cco-modules/QualityOntology.ttl b/src/cco-modules/QualityOntology.ttl index 3fddf15..0672587 100644 --- a/src/cco-modules/QualityOntology.ttl +++ b/src/cco-modules/QualityOntology.ttl @@ -854,7 +854,7 @@ cco:Transparent rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Triangular cco:Triangular rdf:type owl:Class ; rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of it having three angles and three sides."@en ; + cco:definition "A Shape Quality inhering in a bearer in virtue of it having exactly three angles and exactly three sides."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Triangular"@en . @@ -965,4 +965,4 @@ cco:Yellow rdf:type owl:Class ; rdfs:label "Yellow"@en . -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi \ No newline at end of file +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi