Skip to content

Commit

Permalink
Fix hasKey usage
Browse files Browse the repository at this point in the history
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:
* ucoProject/UCO#571
* https://www.w3.org/TR/2012/REC-owl2-mapping-to-rdf-20121211/

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Dec 5, 2023
1 parent 94ee1de commit 64c1f9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ontology/case-corpora.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64c1f9a

Please sign in to comment.