Skip to content

Commit b16d082

Browse files
committed
Regenerate Make-managed files
References: * [ONT-410] Release CASE 0.7.1 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent bf9b2ab commit b16d082

File tree

4 files changed

+34
-34
lines changed

4 files changed

+34
-34
lines changed

tests/case_utils/case_validate/uco_test_examples/action_inheritance_PASS_validation.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
44
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
55
@prefix sh: <http://www.w3.org/ns/shacl#> .
6-
@prefix vocabulary1: <https://ontology.unifiedcyberontology.org/uco/vocabulary/> .
6+
@prefix vocabulary: <https://ontology.unifiedcyberontology.org/uco/vocabulary/> .
77
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
88

99
[]
@@ -17,7 +17,7 @@
1717
sh:resultSeverity sh:Info ;
1818
sh:sourceConstraintComponent sh:DatatypeConstraintComponent ;
1919
sh:sourceShape [
20-
sh:datatype vocabulary1:ActionStatusTypeVocab ;
20+
sh:datatype vocabulary:ActionStatusTypeVocab ;
2121
sh:message "Value is outside the default vocabulary ActionStatusTypeVocab." ;
2222
sh:path action:actionStatus ;
2323
sh:severity sh:Info ;

tests/case_utils/case_validate/uco_test_examples/action_inheritance_XFAIL_validation.ttl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
44
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
55
@prefix sh: <http://www.w3.org/ns/shacl#> .
6-
@prefix vocabulary1: <https://ontology.unifiedcyberontology.org/uco/vocabulary/> .
6+
@prefix vocabulary: <https://ontology.unifiedcyberontology.org/uco/vocabulary/> .
77
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
88

99
[]
@@ -18,7 +18,7 @@
1818
sh:resultSeverity sh:Violation ;
1919
sh:sourceConstraintComponent sh:MaxCountConstraintComponent ;
2020
sh:sourceShape [
21-
sh:datatype vocabulary1:ActionStatusTypeVocab ;
21+
sh:datatype vocabulary:ActionStatusTypeVocab ;
2222
sh:maxCount "0"^^xsd:integer ;
2323
sh:nodeKind sh:Literal ;
2424
sh:path action:actionStatus ;
@@ -27,12 +27,12 @@
2727
[
2828
a sh:ValidationResult ;
2929
sh:focusNode <http://example.org/kb/action-lifecycle1> ;
30-
sh:resultMessage "Value is not Literal with datatype vocabulary1:ActionStatusTypeVocab" ;
30+
sh:resultMessage "Value is not Literal with datatype vocabulary:ActionStatusTypeVocab" ;
3131
sh:resultPath action:actionStatus ;
3232
sh:resultSeverity sh:Violation ;
3333
sh:sourceConstraintComponent sh:DatatypeConstraintComponent ;
3434
sh:sourceShape [
35-
sh:datatype vocabulary1:ActionStatusTypeVocab ;
35+
sh:datatype vocabulary:ActionStatusTypeVocab ;
3636
sh:maxCount "0"^^xsd:integer ;
3737
sh:nodeKind sh:Literal ;
3838
sh:path action:actionStatus ;
@@ -47,7 +47,7 @@
4747
sh:resultSeverity sh:Info ;
4848
sh:sourceConstraintComponent sh:DatatypeConstraintComponent ;
4949
sh:sourceShape [
50-
sh:datatype vocabulary1:ActionStatusTypeVocab ;
50+
sh:datatype vocabulary:ActionStatusTypeVocab ;
5151
sh:message "Value is outside the default vocabulary ActionStatusTypeVocab." ;
5252
sh:path action:actionStatus ;
5353
sh:severity sh:Info ;
@@ -62,7 +62,7 @@
6262
sh:resultSeverity sh:Info ;
6363
sh:sourceConstraintComponent sh:DatatypeConstraintComponent ;
6464
sh:sourceShape [
65-
sh:datatype vocabulary1:ActionStatusTypeVocab ;
65+
sh:datatype vocabulary:ActionStatusTypeVocab ;
6666
sh:message "Value is outside the default vocabulary ActionStatusTypeVocab." ;
6767
sh:path action:actionStatus ;
6868
sh:severity sh:Info ;
@@ -77,7 +77,7 @@
7777
sh:resultSeverity sh:Info ;
7878
sh:sourceConstraintComponent sh:DatatypeConstraintComponent ;
7979
sh:sourceShape [
80-
sh:datatype vocabulary1:ActionStatusTypeVocab ;
80+
sh:datatype vocabulary:ActionStatusTypeVocab ;
8181
sh:message "Value is outside the default vocabulary ActionStatusTypeVocab." ;
8282
sh:path action:actionStatus ;
8383
sh:severity sh:Info ;
@@ -92,7 +92,7 @@
9292
sh:resultSeverity sh:Info ;
9393
sh:sourceConstraintComponent sh:DatatypeConstraintComponent ;
9494
sh:sourceShape [
95-
sh:datatype vocabulary1:ActionStatusTypeVocab ;
95+
sh:datatype vocabulary:ActionStatusTypeVocab ;
9696
sh:message "Value is outside the default vocabulary ActionStatusTypeVocab." ;
9797
sh:path action:actionStatus ;
9898
sh:severity sh:Info ;

tests/case_utils/case_validate/uco_test_examples/hash_XFAIL_validation.ttl

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
44
@prefix sh: <http://www.w3.org/ns/shacl#> .
55
@prefix types: <https://ontology.unifiedcyberontology.org/uco/types/> .
6-
@prefix vocabulary1: <https://ontology.unifiedcyberontology.org/uco/vocabulary/> .
6+
@prefix vocabulary: <https://ontology.unifiedcyberontology.org/uco/vocabulary/> .
77
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
88

99
[]
@@ -18,7 +18,7 @@
1818
sh:resultSeverity sh:Info ;
1919
sh:sourceConstraintComponent sh:DatatypeConstraintComponent ;
2020
sh:sourceShape [
21-
sh:datatype vocabulary1:HashNameVocab ;
21+
sh:datatype vocabulary:HashNameVocab ;
2222
sh:message "Value is outside the default vocabulary HashNameVocab." ;
2323
sh:path types:hashMethod ;
2424
sh:severity sh:Info ;
@@ -36,16 +36,16 @@
3636
sh:message "Value is not member of the vocabulary HashNameVocab." ;
3737
sh:or (
3838
[
39-
sh:datatype vocabulary1:HashNameVocab ;
40-
sh:in vocabulary1:HashNameVocab-members ;
39+
sh:datatype vocabulary:HashNameVocab ;
40+
sh:in vocabulary:HashNameVocab-members ;
4141
]
4242
[
4343
sh:datatype xsd:string ;
4444
]
4545
) ;
4646
sh:path types:hashMethod ;
4747
] ;
48-
sh:value "SHA-1"^^vocabulary1:HashNameVocab ;
48+
sh:value "SHA-1"^^vocabulary:HashNameVocab ;
4949
] ,
5050
[
5151
a sh:ValidationResult ;
@@ -55,7 +55,7 @@
5555
sh:resultSeverity sh:Info ;
5656
sh:sourceConstraintComponent sh:DatatypeConstraintComponent ;
5757
sh:sourceShape [
58-
sh:datatype vocabulary1:HashNameVocab ;
58+
sh:datatype vocabulary:HashNameVocab ;
5959
sh:message "Value is outside the default vocabulary HashNameVocab." ;
6060
sh:path types:hashMethod ;
6161
sh:severity sh:Info ;
@@ -65,7 +65,7 @@
6565
[
6666
a sh:ValidationResult ;
6767
sh:focusNode <http://example.org/kb/hash-5> ;
68-
sh:resultMessage 'Node Literal("1", datatype=xsd:integer) does not conform to one or more shapes in [ sh:datatype vocabulary1:HashNameVocab ] , [ sh:datatype xsd:string ]' ;
68+
sh:resultMessage 'Node Literal("1", datatype=xsd:integer) does not conform to one or more shapes in [ sh:datatype vocabulary:HashNameVocab ] , [ sh:datatype xsd:string ]' ;
6969
sh:resultPath types:hashMethod ;
7070
sh:resultSeverity sh:Violation ;
7171
sh:sourceConstraintComponent sh:OrConstraintComponent ;
@@ -75,7 +75,7 @@
7575
sh:nodeKind sh:Literal ;
7676
sh:or (
7777
[
78-
sh:datatype vocabulary1:HashNameVocab ;
78+
sh:datatype vocabulary:HashNameVocab ;
7979
]
8080
[
8181
sh:datatype xsd:string ;
@@ -96,8 +96,8 @@
9696
sh:message "Value is not member of the vocabulary HashNameVocab." ;
9797
sh:or (
9898
[
99-
sh:datatype vocabulary1:HashNameVocab ;
100-
sh:in vocabulary1:HashNameVocab-members ;
99+
sh:datatype vocabulary:HashNameVocab ;
100+
sh:in vocabulary:HashNameVocab-members ;
101101
]
102102
[
103103
sh:datatype xsd:string ;
@@ -115,7 +115,7 @@
115115
sh:resultSeverity sh:Info ;
116116
sh:sourceConstraintComponent sh:DatatypeConstraintComponent ;
117117
sh:sourceShape [
118-
sh:datatype vocabulary1:HashNameVocab ;
118+
sh:datatype vocabulary:HashNameVocab ;
119119
sh:message "Value is outside the default vocabulary HashNameVocab." ;
120120
sh:path types:hashMethod ;
121121
sh:severity sh:Info ;

tests/case_utils/case_validate/uco_test_examples/relationship_XFAIL_validation.ttl

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
44
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
55
@prefix sh: <http://www.w3.org/ns/shacl#> .
6-
@prefix vocabulary1: <https://ontology.unifiedcyberontology.org/uco/vocabulary/> .
6+
@prefix vocabulary: <https://ontology.unifiedcyberontology.org/uco/vocabulary/> .
77
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
88

99
[]
@@ -23,7 +23,7 @@
2323
sh:nodeKind sh:Literal ;
2424
sh:path core:kindOfRelationship ;
2525
] ;
26-
sh:value "CUSTOM_Influenced"^^vocabulary1:ActionRelationshipTypeVocab ;
26+
sh:value "CUSTOM_Influenced"^^vocabulary:ActionRelationshipTypeVocab ;
2727
] ,
2828
[
2929
a sh:ValidationResult ;
@@ -38,7 +38,7 @@
3838
sh:nodeKind sh:Literal ;
3939
sh:path core:kindOfRelationship ;
4040
] ;
41-
sh:value "CUSTOM_Influenced"^^vocabulary1:ObservableObjectRelationshipVocab ;
41+
sh:value "CUSTOM_Influenced"^^vocabulary:ObservableObjectRelationshipVocab ;
4242
] ,
4343
[
4444
a sh:ValidationResult ;
@@ -53,7 +53,7 @@
5353
sh:nodeKind sh:Literal ;
5454
sh:path core:kindOfRelationship ;
5555
] ;
56-
sh:value "Initiated"^^vocabulary1:ActionRelationshipTypeVocab ;
56+
sh:value "Initiated"^^vocabulary:ActionRelationshipTypeVocab ;
5757
] ,
5858
[
5959
a sh:ValidationResult ;
@@ -68,7 +68,7 @@
6868
sh:nodeKind sh:Literal ;
6969
sh:path core:kindOfRelationship ;
7070
] ;
71-
sh:value "Initiated"^^vocabulary1:ObservableObjectRelationshipVocab ;
71+
sh:value "Initiated"^^vocabulary:ObservableObjectRelationshipVocab ;
7272
] ,
7373
[
7474
a sh:ValidationResult ;
@@ -83,7 +83,7 @@
8383
sh:nodeKind sh:Literal ;
8484
sh:path core:kindOfRelationship ;
8585
] ;
86-
sh:value "Contained_Within"^^vocabulary1:ActionRelationshipTypeVocab ;
86+
sh:value "Contained_Within"^^vocabulary:ActionRelationshipTypeVocab ;
8787
] ,
8888
[
8989
a sh:ValidationResult ;
@@ -98,7 +98,7 @@
9898
sh:nodeKind sh:Literal ;
9999
sh:path core:kindOfRelationship ;
100100
] ;
101-
sh:value "Contained_Within"^^vocabulary1:ObservableObjectRelationshipVocab ;
101+
sh:value "Contained_Within"^^vocabulary:ObservableObjectRelationshipVocab ;
102102
] ,
103103
[
104104
a sh:ValidationResult ;
@@ -113,7 +113,7 @@
113113
sh:nodeKind sh:Literal ;
114114
sh:path core:kindOfRelationship ;
115115
] ;
116-
sh:value "CUSTOM_Influenced"^^vocabulary1:ActionRelationshipTypeVocab ;
116+
sh:value "CUSTOM_Influenced"^^vocabulary:ActionRelationshipTypeVocab ;
117117
] ,
118118
[
119119
a sh:ValidationResult ;
@@ -128,7 +128,7 @@
128128
sh:nodeKind sh:Literal ;
129129
sh:path core:kindOfRelationship ;
130130
] ;
131-
sh:value "CUSTOM_Influenced"^^vocabulary1:ObservableObjectRelationshipVocab ;
131+
sh:value "CUSTOM_Influenced"^^vocabulary:ObservableObjectRelationshipVocab ;
132132
] ,
133133
[
134134
a sh:ValidationResult ;
@@ -143,7 +143,7 @@
143143
sh:nodeKind sh:Literal ;
144144
sh:path core:kindOfRelationship ;
145145
] ;
146-
sh:value "Initiated"^^vocabulary1:ActionRelationshipTypeVocab ;
146+
sh:value "Initiated"^^vocabulary:ActionRelationshipTypeVocab ;
147147
] ,
148148
[
149149
a sh:ValidationResult ;
@@ -158,7 +158,7 @@
158158
sh:nodeKind sh:Literal ;
159159
sh:path core:kindOfRelationship ;
160160
] ;
161-
sh:value "Initiated"^^vocabulary1:ObservableObjectRelationshipVocab ;
161+
sh:value "Initiated"^^vocabulary:ObservableObjectRelationshipVocab ;
162162
] ,
163163
[
164164
a sh:ValidationResult ;
@@ -173,7 +173,7 @@
173173
sh:nodeKind sh:Literal ;
174174
sh:path core:kindOfRelationship ;
175175
] ;
176-
sh:value "Contained_Within"^^vocabulary1:ActionRelationshipTypeVocab ;
176+
sh:value "Contained_Within"^^vocabulary:ActionRelationshipTypeVocab ;
177177
] ,
178178
[
179179
a sh:ValidationResult ;
@@ -188,7 +188,7 @@
188188
sh:nodeKind sh:Literal ;
189189
sh:path core:kindOfRelationship ;
190190
] ;
191-
sh:value "Contained_Within"^^vocabulary1:ObservableObjectRelationshipVocab ;
191+
sh:value "Contained_Within"^^vocabulary:ObservableObjectRelationshipVocab ;
192192
]
193193
;
194194
.

0 commit comments

Comments
 (0)