-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define DownloadableObjects hierarchy and DownloadableRelation
This patch re-introduces `DownloadableFile`, as well as some related classes, to describe a concept IRI that behaves as a file-yielding URL. This patch removes a qualified SHACL constraint that had been written on a conflated-classes guess that instigated UCO Issue 534. After discussion on Issue 534, this shape should have been removed, but it wasn't until pySHACL Issue 213 was addressed that the shape started triggering and raising awareness it was still around. Hand-maintained data, as well as the Digital Corpora rendering script, have been updated to accommodate the new shapes around `DownloadableObject` and `DownloadableRelation`. A later patch will need to add the `DownloadableRelation`s to the chain of custody. A follow-on patch will regenerate Make-managed files. References: * RDFLib/pySHACL#213 * ucoProject/UCO#534 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
- Loading branch information
1 parent
035ec5e
commit 9d0b2c6
Showing
10 changed files
with
505 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.