From d17a93a9827723bd47c2c2d2dbcee6a1d175dc46 Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jah-yee@users.noreply.github.com> Date: Mon, 24 Aug 2026 20:50:00 +0800 Subject: [PATCH] fix: correct ExaminerActionLifecylce to ExaminerActionLifecycle (missing 'c') Fixes typo in ontology/investigation/investigation.ttl line 96. sh:targetClass pointed to investigation:ExaminerActionLifecylce (missing 'c') but the actual class is defined as investigation:ExaminerActionLifecycle. --- ontology/investigation/investigation.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ontology/investigation/investigation.ttl b/ontology/investigation/investigation.ttl index 131dc1a..65b451b 100644 --- a/ontology/investigation/investigation.ttl +++ b/ontology/investigation/investigation.ttl @@ -93,7 +93,7 @@ investigation:ExaminerActionLifecycle rdfs:subClassOf uco-action:ActionLifecycle ; rdfs:label "ExaminerActionLifecycle"@en ; rdfs:comment "An examiner action lifecycle is an action pattern consisting of an ordered set of actions or subordinate action-lifecycles performed by an entity acting in a role involved in providing scientific evaluations of evidence that is used to aid law enforcement investigations and court cases."@en ; - sh:targetClass investigation:ExaminerActionLifecylce ; + sh:targetClass investigation:ExaminerActionLifecycle ; . investigation:Investigation