-
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.
One potential bug has been flagged with this shape, implemented in UCO Issue 406: `uco-owl:ObjectProperty-shacl-constraints-shape` The `sh:PropertyShape` raising the bug has been given an IRI in order to link a deactivation rationale. A new shapes file `debug.ttl` has been added to disable that shape until a test is written to confirm the CASE-Corpora shape is correct. `Facet`s that were blank nodes have been given IRIs, per the implementation of UCO Issue 430. New `sh:Info`-severity violations are reported for some URLs treated in the "URL as an `rdfs:Resource` manner, which will not be given UUID endings. `case_validate` is called with `--allow-warnings`, but is intended to be called with `--alow-infos`; that will have to wait for `case-utils` Issue 70 to resolve. Imports of CASE and UCO ontologies now use their `owl:versionIRI`s, implemented in UCO Issue 437. A follow-on patch will regenerate Make-managed files. References: * casework/CASE-Utilities-Python#70 * ucoProject/UCO#406 * ucoProject/UCO#430 * ucoProject/UCO#437 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
- Loading branch information
1 parent
70e933e
commit 325d464
Showing
13 changed files
with
124 additions
and
66 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
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
Submodule CASE
updated
15 files
+27 −1 | ChangeLog | |
+1 −1 | dependencies/UCO | |
+0 −1 | ontology/investigation/Makefile | |
+47 −16 | ontology/investigation/investigation.ttl | |
+0 −1 | ontology/master/Makefile | |
+10 −11 | ontology/master/case.ttl | |
+0 −1 | ontology/vocabulary/Makefile | |
+13 −9 | ontology/vocabulary/vocabulary.ttl | |
+0 −8 | requirements.txt | |
+62 −8 | tests/Makefile | |
+8 −6 | tests/examples/investigative_action_PASS.json | |
+8 −6 | tests/examples/investigative_action_XFAIL.json | |
+2 −2 | tests/examples/investigative_action_XFAIL_validation.ttl | |
+53 −0 | tests/shapes/Makefile | |
+71 −0 | tests/shapes/case-qc.ttl |
Submodule CASE-develop
updated
15 files
+24 −0 | ChangeLog | |
+1 −1 | dependencies/UCO | |
+0 −1 | ontology/investigation/Makefile | |
+47 −16 | ontology/investigation/investigation.ttl | |
+0 −1 | ontology/master/Makefile | |
+10 −11 | ontology/master/case.ttl | |
+0 −1 | ontology/vocabulary/Makefile | |
+13 −9 | ontology/vocabulary/vocabulary.ttl | |
+0 −8 | requirements.txt | |
+62 −8 | tests/Makefile | |
+8 −6 | tests/examples/investigative_action_PASS.json | |
+8 −6 | tests/examples/investigative_action_XFAIL.json | |
+2 −2 | tests/examples/investigative_action_XFAIL_validation.ttl | |
+53 −0 | tests/shapes/Makefile | |
+71 −0 | tests/shapes/case-qc.ttl |
Submodule CASE-unstable
updated
16 files
+1 −1 | .gitmodules | |
+19 −0 | ChangeLog | |
+1 −1 | dependencies/UCO | |
+0 −1 | ontology/investigation/Makefile | |
+47 −16 | ontology/investigation/investigation.ttl | |
+0 −1 | ontology/master/Makefile | |
+10 −11 | ontology/master/case.ttl | |
+0 −1 | ontology/vocabulary/Makefile | |
+13 −9 | ontology/vocabulary/vocabulary.ttl | |
+0 −8 | requirements.txt | |
+62 −8 | tests/Makefile | |
+8 −6 | tests/examples/investigative_action_PASS.json | |
+8 −6 | tests/examples/investigative_action_XFAIL.json | |
+2 −2 | tests/examples/investigative_action_XFAIL_validation.ttl | |
+53 −0 | tests/shapes/Makefile | |
+71 −0 | tests/shapes/case-qc.ttl |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
case-prov >= 0.4.0, < 0.5.0 | ||
case-prov >= 0.5.0, < 0.6.0 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
@prefix case-corpora: <http://example.org/ontology/case/corpora/> . | ||
@prefix case-corpora-debug: <urn:example:case-corpora:debug/> . | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix sh: <http://www.w3.org/ns/shacl#> . | ||
@prefix uco-owl: <https://ontology.unifiedcyberontology.org/owl/> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
|
||
<urn:example:case-corpora:debug> | ||
a owl:Ontology ; | ||
rdfs:comment "This ontology is provided to hold stopgap fixes."@en ; | ||
. | ||
|
||
uco-owl:ObjectProperty-shacl-constraints-shape | ||
rdfs:comment "This may be erroneous in light of a shape thought to be correctly implemented."@en ; | ||
rdfs:seeAlso case-corpora:Distribution-URL-hasFacet-fullValue-shape ; | ||
sh:deactivated "true"^^xsd:boolean ; | ||
. | ||
|
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