From 64c1f9aab68f28a27c4ac52dce9278bb583cafd0 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 5 Dec 2023 11:29:35 -0500 Subject: [PATCH] Fix hasKey usage The shape updates from UCO Issue 571 brought to light that owl:hasKey only takes sequences as objects. No effects were observed on Make-managed files. References: * https://github.com/ucoProject/UCO/issues/571 * https://www.w3.org/TR/2012/REC-owl2-mapping-to-rdf-20121211/ Signed-off-by: Alex Nelson --- ontology/case-corpora.ttl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ontology/case-corpora.ttl b/ontology/case-corpora.ttl index 1e07796..10a103b 100644 --- a/ontology/case-corpora.ttl +++ b/ontology/case-corpora.ttl @@ -302,7 +302,9 @@ drafting:isQualityOf dcat:Dataset rdfs:comment "Within CASE-Corpora, the property hasDatasetDirectory is a unique identifier for a Dataset."@en ; - owl:hasKey case-corpora:hasDatasetDirectory ; + owl:hasKey ( + case-corpora:hasDatasetDirectory + ) ; . uco-observable:File