changed algorithm definition per #411

This commit is contained in:
Cameron More
2024-08-18 16:11:19 -04:00
parent bcd438ae7e
commit 5981f4763c

View File

@@ -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 .