Skip to content

Commit 908b028

Browse files
committed
Add a validation file needed for existing tooling, in combined packages
For generation of outputs and reports. This is a non-functional change and affects only tools reliant on the presence of this file. This file was previously present but was missed when migrating to combined packages.
1 parent cc0127f commit 908b028

10 files changed

Lines changed: 280 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
prefix dash: <http://datashapes.org/dash#>
2+
prefix sh: <http://www.w3.org/ns/shacl#>
3+
prefix message: <http://www.w3.org/ns/shacl#message>
4+
5+
SELECT ?focusNode ?message ?resultPath ?resultSeverity ?sourceConstraintComponent ?sourceShape ?value
6+
WHERE {
7+
?vr a sh:ValidationResult .
8+
?vr sh:focusNode ?focusNode .
9+
OPTIONAL {
10+
?vr sh:resultMessage ?message .
11+
}
12+
OPTIONAL {
13+
?vr sh:resultPath ?resultPath .
14+
}
15+
OPTIONAL {
16+
?vr sh:resultSeverity ?resultSeverity .
17+
}
18+
OPTIONAL {
19+
?vr sh:sourceConstraintComponent ?sourceConstraintComponent .
20+
}
21+
OPTIONAL {
22+
?vr sh:sourceShape ?sourceShape .
23+
}
24+
OPTIONAL {
25+
?vr sh:value ?value .
26+
}
27+
}
28+
ORDER BY ?focusNode ?resultSeverity ?sourceConstraintComponent
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
prefix dash: <http://datashapes.org/dash#>
2+
prefix sh: <http://www.w3.org/ns/shacl#>
3+
prefix message: <http://www.w3.org/ns/shacl#message>
4+
5+
SELECT ?focusNode ?message ?resultPath ?resultSeverity ?sourceConstraintComponent ?sourceShape ?value
6+
WHERE {
7+
?vr a sh:ValidationResult .
8+
?vr sh:focusNode ?focusNode .
9+
OPTIONAL {
10+
?vr sh:resultMessage ?message .
11+
}
12+
OPTIONAL {
13+
?vr sh:resultPath ?resultPath .
14+
}
15+
OPTIONAL {
16+
?vr sh:resultSeverity ?resultSeverity .
17+
}
18+
OPTIONAL {
19+
?vr sh:sourceConstraintComponent ?sourceConstraintComponent .
20+
}
21+
OPTIONAL {
22+
?vr sh:sourceShape ?sourceShape .
23+
}
24+
OPTIONAL {
25+
?vr sh:value ?value .
26+
}
27+
}
28+
ORDER BY ?focusNode ?resultSeverity ?sourceConstraintComponent
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
prefix dash: <http://datashapes.org/dash#>
2+
prefix sh: <http://www.w3.org/ns/shacl#>
3+
prefix message: <http://www.w3.org/ns/shacl#message>
4+
5+
SELECT ?focusNode ?message ?resultPath ?resultSeverity ?sourceConstraintComponent ?sourceShape ?value
6+
WHERE {
7+
?vr a sh:ValidationResult .
8+
?vr sh:focusNode ?focusNode .
9+
OPTIONAL {
10+
?vr sh:resultMessage ?message .
11+
}
12+
OPTIONAL {
13+
?vr sh:resultPath ?resultPath .
14+
}
15+
OPTIONAL {
16+
?vr sh:resultSeverity ?resultSeverity .
17+
}
18+
OPTIONAL {
19+
?vr sh:sourceConstraintComponent ?sourceConstraintComponent .
20+
}
21+
OPTIONAL {
22+
?vr sh:sourceShape ?sourceShape .
23+
}
24+
OPTIONAL {
25+
?vr sh:value ?value .
26+
}
27+
}
28+
ORDER BY ?focusNode ?resultSeverity ?sourceConstraintComponent
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
prefix dash: <http://datashapes.org/dash#>
2+
prefix sh: <http://www.w3.org/ns/shacl#>
3+
prefix message: <http://www.w3.org/ns/shacl#message>
4+
5+
SELECT ?focusNode ?message ?resultPath ?resultSeverity ?sourceConstraintComponent ?sourceShape ?value
6+
WHERE {
7+
?vr a sh:ValidationResult .
8+
?vr sh:focusNode ?focusNode .
9+
OPTIONAL {
10+
?vr sh:resultMessage ?message .
11+
}
12+
OPTIONAL {
13+
?vr sh:resultPath ?resultPath .
14+
}
15+
OPTIONAL {
16+
?vr sh:resultSeverity ?resultSeverity .
17+
}
18+
OPTIONAL {
19+
?vr sh:sourceConstraintComponent ?sourceConstraintComponent .
20+
}
21+
OPTIONAL {
22+
?vr sh:sourceShape ?sourceShape .
23+
}
24+
OPTIONAL {
25+
?vr sh:value ?value .
26+
}
27+
}
28+
ORDER BY ?focusNode ?resultSeverity ?sourceConstraintComponent
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
prefix dash: <http://datashapes.org/dash#>
2+
prefix sh: <http://www.w3.org/ns/shacl#>
3+
prefix message: <http://www.w3.org/ns/shacl#message>
4+
5+
SELECT ?focusNode ?message ?resultPath ?resultSeverity ?sourceConstraintComponent ?sourceShape ?value
6+
WHERE {
7+
?vr a sh:ValidationResult .
8+
?vr sh:focusNode ?focusNode .
9+
OPTIONAL {
10+
?vr sh:resultMessage ?message .
11+
}
12+
OPTIONAL {
13+
?vr sh:resultPath ?resultPath .
14+
}
15+
OPTIONAL {
16+
?vr sh:resultSeverity ?resultSeverity .
17+
}
18+
OPTIONAL {
19+
?vr sh:sourceConstraintComponent ?sourceConstraintComponent .
20+
}
21+
OPTIONAL {
22+
?vr sh:sourceShape ?sourceShape .
23+
}
24+
OPTIONAL {
25+
?vr sh:value ?value .
26+
}
27+
}
28+
ORDER BY ?focusNode ?resultSeverity ?sourceConstraintComponent
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
prefix dash: <http://datashapes.org/dash#>
2+
prefix sh: <http://www.w3.org/ns/shacl#>
3+
prefix message: <http://www.w3.org/ns/shacl#message>
4+
5+
SELECT ?focusNode ?message ?resultPath ?resultSeverity ?sourceConstraintComponent ?sourceShape ?value
6+
WHERE {
7+
?vr a sh:ValidationResult .
8+
?vr sh:focusNode ?focusNode .
9+
OPTIONAL {
10+
?vr sh:resultMessage ?message .
11+
}
12+
OPTIONAL {
13+
?vr sh:resultPath ?resultPath .
14+
}
15+
OPTIONAL {
16+
?vr sh:resultSeverity ?resultSeverity .
17+
}
18+
OPTIONAL {
19+
?vr sh:sourceConstraintComponent ?sourceConstraintComponent .
20+
}
21+
OPTIONAL {
22+
?vr sh:sourceShape ?sourceShape .
23+
}
24+
OPTIONAL {
25+
?vr sh:value ?value .
26+
}
27+
}
28+
ORDER BY ?focusNode ?resultSeverity ?sourceConstraintComponent
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
prefix dash: <http://datashapes.org/dash#>
2+
prefix sh: <http://www.w3.org/ns/shacl#>
3+
prefix message: <http://www.w3.org/ns/shacl#message>
4+
5+
SELECT ?focusNode ?message ?resultPath ?resultSeverity ?sourceConstraintComponent ?sourceShape ?value
6+
WHERE {
7+
?vr a sh:ValidationResult .
8+
?vr sh:focusNode ?focusNode .
9+
OPTIONAL {
10+
?vr sh:resultMessage ?message .
11+
}
12+
OPTIONAL {
13+
?vr sh:resultPath ?resultPath .
14+
}
15+
OPTIONAL {
16+
?vr sh:resultSeverity ?resultSeverity .
17+
}
18+
OPTIONAL {
19+
?vr sh:sourceConstraintComponent ?sourceConstraintComponent .
20+
}
21+
OPTIONAL {
22+
?vr sh:sourceShape ?sourceShape .
23+
}
24+
OPTIONAL {
25+
?vr sh:value ?value .
26+
}
27+
}
28+
ORDER BY ?focusNode ?resultSeverity ?sourceConstraintComponent
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
prefix dash: <http://datashapes.org/dash#>
2+
prefix sh: <http://www.w3.org/ns/shacl#>
3+
prefix message: <http://www.w3.org/ns/shacl#message>
4+
5+
SELECT ?focusNode ?message ?resultPath ?resultSeverity ?sourceConstraintComponent ?sourceShape ?value
6+
WHERE {
7+
?vr a sh:ValidationResult .
8+
?vr sh:focusNode ?focusNode .
9+
OPTIONAL {
10+
?vr sh:resultMessage ?message .
11+
}
12+
OPTIONAL {
13+
?vr sh:resultPath ?resultPath .
14+
}
15+
OPTIONAL {
16+
?vr sh:resultSeverity ?resultSeverity .
17+
}
18+
OPTIONAL {
19+
?vr sh:sourceConstraintComponent ?sourceConstraintComponent .
20+
}
21+
OPTIONAL {
22+
?vr sh:sourceShape ?sourceShape .
23+
}
24+
OPTIONAL {
25+
?vr sh:value ?value .
26+
}
27+
}
28+
ORDER BY ?focusNode ?resultSeverity ?sourceConstraintComponent
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
prefix dash: <http://datashapes.org/dash#>
2+
prefix sh: <http://www.w3.org/ns/shacl#>
3+
prefix message: <http://www.w3.org/ns/shacl#message>
4+
5+
SELECT ?focusNode ?message ?resultPath ?resultSeverity ?sourceConstraintComponent ?sourceShape ?value
6+
WHERE {
7+
?vr a sh:ValidationResult .
8+
?vr sh:focusNode ?focusNode .
9+
OPTIONAL {
10+
?vr sh:resultMessage ?message .
11+
}
12+
OPTIONAL {
13+
?vr sh:resultPath ?resultPath .
14+
}
15+
OPTIONAL {
16+
?vr sh:resultSeverity ?resultSeverity .
17+
}
18+
OPTIONAL {
19+
?vr sh:sourceConstraintComponent ?sourceConstraintComponent .
20+
}
21+
OPTIONAL {
22+
?vr sh:sourceShape ?sourceShape .
23+
}
24+
OPTIONAL {
25+
?vr sh:value ?value .
26+
}
27+
}
28+
ORDER BY ?focusNode ?resultSeverity ?sourceConstraintComponent
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
prefix dash: <http://datashapes.org/dash#>
2+
prefix sh: <http://www.w3.org/ns/shacl#>
3+
prefix message: <http://www.w3.org/ns/shacl#message>
4+
5+
SELECT ?focusNode ?message ?resultPath ?resultSeverity ?sourceConstraintComponent ?sourceShape ?value
6+
WHERE {
7+
?vr a sh:ValidationResult .
8+
?vr sh:focusNode ?focusNode .
9+
OPTIONAL {
10+
?vr sh:resultMessage ?message .
11+
}
12+
OPTIONAL {
13+
?vr sh:resultPath ?resultPath .
14+
}
15+
OPTIONAL {
16+
?vr sh:resultSeverity ?resultSeverity .
17+
}
18+
OPTIONAL {
19+
?vr sh:sourceConstraintComponent ?sourceConstraintComponent .
20+
}
21+
OPTIONAL {
22+
?vr sh:sourceShape ?sourceShape .
23+
}
24+
OPTIONAL {
25+
?vr sh:value ?value .
26+
}
27+
}
28+
ORDER BY ?focusNode ?resultSeverity ?sourceConstraintComponent

0 commit comments

Comments
 (0)