From b4048372d0ba867c8014cac250159f772a7519e6 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Mon, 28 Oct 2024 11:44:08 -0400 Subject: [PATCH] UCO Issue 640: Link core:informalType as parent of type-describing properties Signed-off-by: Alex Nelson --- dependencies/UCO | 2 +- ontology/investigation/investigation.ttl | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dependencies/UCO b/dependencies/UCO index fe4c001..904db37 160000 --- a/dependencies/UCO +++ b/dependencies/UCO @@ -1 +1 @@ -Subproject commit fe4c0017609d1dcedf39b1d5f85b2cda98833379 +Subproject commit 904db371b775eaf78d40ea16d95ac97d083fb293 diff --git a/ontology/investigation/investigation.ttl b/ontology/investigation/investigation.ttl index fa1b970..532a702 100644 --- a/ontology/investigation/investigation.ttl +++ b/ontology/investigation/investigation.ttl @@ -267,6 +267,7 @@ investigation:authorizationIdentifier investigation:authorizationType a owl:DatatypeProperty ; + rdfs:subPropertyOf uco-core:informalType ; rdfs:label "authorizationType"@en ; rdfs:comment "A label categorizing a type of authorization (e.g. warrant)"@en ; rdfs:range xsd:string ; @@ -288,6 +289,7 @@ investigation:focus investigation:investigationForm a owl:DatatypeProperty ; + rdfs:subPropertyOf uco-core:informalType ; rdfs:label "investigationForm"@en ; rdfs:comment "A label categorizing a type of investigation (case, incident, suspicious-activity, etc.)"@en ; rdfs:range [