-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'bump_prerelease_pointers' into case-release-1.0.0
- Loading branch information
Showing
12 changed files
with
1,738 additions
and
1,289 deletions.
There are no files selected for viewing
Submodule CASE-develop
updated
8 files
+1 −1 | dependencies/UCO | |
+0 −1 | ontology/investigation/Makefile | |
+37 −3 | ontology/investigation/investigation.ttl | |
+0 −1 | ontology/master/Makefile | |
+0 −2 | ontology/master/case.ttl | |
+0 −1 | ontology/vocabulary/Makefile | |
+9 −9 | ontology/vocabulary/vocabulary.ttl | |
+15 −6 | tests/Makefile |
Submodule CASE-unstable
updated
2 files
+1 −1 | dependencies/UCO | |
+0 −3 | ontology/investigation/investigation.ttl |
Submodule UCO-develop
updated
11 files
+37 −28 | ontology/owl/owl.ttl | |
+0 −1 | ontology/uco/identity/identity.ttl | |
+488 −56 | ontology/uco/observable/observable.ttl | |
+4 −10 | ontology/uco/tool/tool.ttl | |
+1,043 −898 | ontology/uco/vocabulary/vocabulary.ttl | |
+6 −5 | tests/Makefile | |
+0 −11 | tests/examples/hash_XFAIL_validation.ttl | |
+1 −1 | tests/examples/owl_axiom_XFAIL_validation.ttl | |
+3 −3 | tests/examples/owl_properties_XFAIL_validation.ttl | |
+0 −39 | tests/src/glom_graph.py | |
+4 −0 | tests/test_uco_monolithic.py |
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 |
---|---|---|
@@ -1,66 +1,11 @@ | ||
@prefix investigation: <https://ontology.caseontology.org/case/investigation/> . | ||
@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 vocab: <https://ontology.caseontology.org/case/vocabulary/> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
|
||
[] | ||
a sh:ValidationReport ; | ||
sh:conforms "false"^^xsd:boolean ; | ||
sh:result | ||
[ | ||
a sh:ValidationResult ; | ||
sh:focusNode <http://example.org/kb#authorization-79D6AB60-D679-49CE-9573-7176DFEEB7C3> ; | ||
sh:resultMessage "Less than 1 values on kb:authorization-79D6AB60-D679-49CE-9573-7176DFEEB7C3->investigation:authorizationIdentifier" ; | ||
sh:resultPath investigation:authorizationIdentifier ; | ||
sh:resultSeverity sh:Violation ; | ||
sh:sourceConstraintComponent sh:MinCountConstraintComponent ; | ||
sh:sourceShape [ | ||
sh:datatype xsd:string ; | ||
sh:minCount "1"^^xsd:integer ; | ||
sh:nodeKind sh:Literal ; | ||
sh:path investigation:authorizationIdentifier ; | ||
] ; | ||
] , | ||
[ | ||
a sh:ValidationResult ; | ||
sh:focusNode <http://example.org/kb#authorization-79D6AB60-D679-49CE-9573-7176DFEEB7C3> ; | ||
sh:resultMessage "Less than 1 values on kb:authorization-79D6AB60-D679-49CE-9573-7176DFEEB7C3->investigation:authorizationType" ; | ||
sh:resultPath investigation:authorizationType ; | ||
sh:resultSeverity sh:Violation ; | ||
sh:sourceConstraintComponent sh:MinCountConstraintComponent ; | ||
sh:sourceShape [ | ||
sh:datatype xsd:string ; | ||
sh:maxCount "1"^^xsd:integer ; | ||
sh:minCount "1"^^xsd:integer ; | ||
sh:nodeKind sh:Literal ; | ||
sh:path investigation:authorizationType ; | ||
] ; | ||
] , | ||
[ | ||
a sh:ValidationResult ; | ||
sh:focusNode <http://example.org/kb#investigation-555E5FBB-BA09-449D-AF77-8A210D016FD7> ; | ||
sh:resultMessage "Less than 1 values on kb:investigation-555E5FBB-BA09-449D-AF77-8A210D016FD7->investigation:investigationForm" ; | ||
sh:resultPath investigation:investigationForm ; | ||
sh:resultSeverity sh:Violation ; | ||
sh:sourceConstraintComponent sh:MinCountConstraintComponent ; | ||
sh:sourceShape [ | ||
sh:maxCount "1"^^xsd:integer ; | ||
sh:minCount "1"^^xsd:integer ; | ||
sh:nodeKind sh:Literal ; | ||
sh:or ( | ||
[ | ||
sh:datatype vocab:InvestigationFormVocab ; | ||
] | ||
[ | ||
sh:datatype xsd:string ; | ||
] | ||
) ; | ||
sh:path investigation:investigationForm ; | ||
] ; | ||
] | ||
; | ||
sh:conforms "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
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
24 changes: 0 additions & 24 deletions
24
examples/owl_trafficking/src/owl_trafficking_validation-unstable.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
Oops, something went wrong.