From f23c61b081ac66df053c50b8b2bd80ddfc48eb47 Mon Sep 17 00:00:00 2001 From: Cameron More <123985185+cameronmore@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:17:01 -0400 Subject: [PATCH] improved definition per #302 --- src/cco-modules/ArtifactOntology.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cco-modules/ArtifactOntology.ttl b/src/cco-modules/ArtifactOntology.ttl index d620f09..a88e9a8 100644 --- a/src/cco-modules/ArtifactOntology.ttl +++ b/src/cco-modules/ArtifactOntology.ttl @@ -4400,7 +4400,7 @@ cco:SystemClock rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SystemRole cco:SystemRole rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000023 ; - cco:definition "A Role that inheres in an entity in virtue of it being an arrangement of parts or elements that together exhibit behavior or meaning that the individual constituents do not."@en ; + cco:definition "A Role that inheres in an entity in virtue of its parts or elements being arranged in such a way that they together exhibit behavior or meaning that they do not exhibit individually."@en ; cco:definition_source "https://www.incose.org/about-systems-engineering/system-and-se-definition/general-system-definition"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "System Role"@en .