From e017e8717aeb35dbe242863f84db2225bbad940a Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Thu, 9 Nov 2023 09:14:59 -0500 Subject: [PATCH] Designate ActionLifecycle a subclass of ActionPattern No effects were observed on Make-managed files. References: * https://github.com/ucoProject/UCO/issues/556 Signed-off-by: Alex Nelson --- ontology/uco/action/action.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ontology/uco/action/action.ttl b/ontology/uco/action/action.ttl index 95b4e3c..821e8ee 100644 --- a/ontology/uco/action/action.ttl +++ b/ontology/uco/action/action.ttl @@ -300,7 +300,7 @@ action:ActionLifecycle owl:Class , sh:NodeShape ; - rdfs:subClassOf action:Action ; + rdfs:subClassOf action:ActionPattern ; rdfs:label "ActionLifecycle"@en ; rdfs:comment "An action lifecycle is an action pattern consisting of an ordered set of multiple actions or subordinate action lifecycles."@en ; sh:property