From 98509acf61625f95490ecd08e062360d6c8aa8ec Mon Sep 17 00:00:00 2001 From: Cameron More <123985185+cameronmore@users.noreply.github.com> Date: Fri, 2 Aug 2024 09:01:41 -0400 Subject: [PATCH] improved priority scale definition --- InformationEntityOntology.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InformationEntityOntology.ttl b/InformationEntityOntology.ttl index 603bc54..e05f625 100644 --- a/InformationEntityOntology.ttl +++ b/InformationEntityOntology.ttl @@ -1156,7 +1156,7 @@ cco:PriorityMeasurementInformationContentEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PriorityScale cco:PriorityScale rdf:type owl:Class ; rdfs:subClassOf cco:ReferenceSystem ; - cco:definition "A Reference System that consists of a scale used to rank or identify the importance of entities of the specified type."@en ; + cco:definition "A Reference System that is designed to be used to rank or identify the importance of entities of the specified type."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Priority Scale"@en .