From 5981f4763c2f7e2ca00fd7a2bbd11974dfa973a8 Mon Sep 17 00:00:00 2001 From: Cameron More <123985185+cameronmore@users.noreply.github.com> Date: Sun, 18 Aug 2024 16:11:19 -0400 Subject: [PATCH] changed algorithm definition per #411 --- InformationEntityOntology.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InformationEntityOntology.ttl b/InformationEntityOntology.ttl index 6c5a98f..15d01cf 100644 --- a/InformationEntityOntology.ttl +++ b/InformationEntityOntology.ttl @@ -482,7 +482,7 @@ cco:Acronym rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Algorithm cco:Algorithm rdf:type owl:Class ; rdfs:subClassOf cco:DirectiveInformationContentEntity ; - cco:definition "A Directive Information Content Entity that prescribes the inputs and output of mathematical functions as well as workflow of execution for achieving a predefined objective."@en ; + cco:definition "A Directive Information Content Entity that prescribes some Process and contains a finite sequence of unambiguous instructions in order to achieve some Objective."@en ; cco:definition_source "http://purl.obolibrary.org/obo/IAO_0000064"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Algorithm"@en .