Skip to content

Commit 380d4ee

Browse files
Issue #85: Added new test, approved the others
1 parent bf3b74e commit 380d4ee

File tree

125 files changed

+446
-362
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+446
-362
lines changed

data-shapes-test-suite/index.html

Lines changed: 126 additions & 123 deletions
Large diffs are not rendered by default.

data-shapes-test-suite/reports/alltests.ttl

Lines changed: 124 additions & 119 deletions
Large diffs are not rendered by default.

data-shapes-test-suite/reports/topbraid-shacl-earl.ttl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,6 +1257,17 @@
12571257
earl:subject <http://topquadrant.com/shacl/api> ;
12581258
earl:test <urn:x-shacl-test:/sparql/pre-binding/pre-binding-006> ;
12591259
].
1260+
[
1261+
rdf:type earl:Assertion ;
1262+
earl:assertedBy <http://knublauch.com> ;
1263+
earl:result [
1264+
rdf:type earl:TestResult ;
1265+
earl:mode earl:automatic ;
1266+
earl:outcome earl:passed ;
1267+
] ;
1268+
earl:subject <http://topquadrant.com/shacl/api> ;
1269+
earl:test <urn:x-shacl-test:/sparql/pre-binding/shapesGraph-001> ;
1270+
].
12601271
[
12611272
rdf:type earl:Assertion ;
12621273
earl:assertedBy <http://knublauch.com> ;

data-shapes-test-suite/tests/core/complex/personexample.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ ex:PersonShape
9999
sh:value ex:UntypedCompany ;
100100
] ;
101101
] ;
102-
mf:status sht:proposed ;
102+
mf:status sht:approved ;
103103
.

data-shapes-test-suite/tests/core/complex/shacl-shacl.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
sht:shapesGraph <shacl-shacl-data-shapes.ttl> ] ;
1717
mf:result [a sh:ValidationReport ;
1818
sh:conforms "true"^^xsd:boolean ] ;
19-
mf:status sht:proposed .
19+
mf:status sht:approved .

data-shapes-test-suite/tests/core/misc/deactivated-001.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ ex:TestShape2
4040
rdf:type sh:ValidationReport ;
4141
sh:conforms "true"^^xsd:boolean ;
4242
] ;
43-
mf:status sht:proposed ;
43+
mf:status sht:approved ;
4444
.

data-shapes-test-suite/tests/core/misc/deactivated-002.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ ex:TestShape
3939
sh:value 32 ;
4040
] ;
4141
] ;
42-
mf:status sht:proposed ;
42+
mf:status sht:approved ;
4343
.

data-shapes-test-suite/tests/core/misc/message-001.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ ex:TestShape
4444
sh:value ex:InvalidNode ;
4545
] ;
4646
] ;
47-
mf:status sht:proposed ;
47+
mf:status sht:approved ;
4848
.

data-shapes-test-suite/tests/core/misc/severity-001.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ ex:TestShape
3939
sh:value "Hello" ;
4040
] ;
4141
] ;
42-
mf:status sht:proposed ;
42+
mf:status sht:approved ;
4343
.

data-shapes-test-suite/tests/core/misc/severity-002.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ ex:TestShape2
5656
sh:value ex:InvalidResource1 ;
5757
] ;
5858
] ;
59-
mf:status sht:proposed ;
59+
mf:status sht:approved ;
6060
.

0 commit comments

Comments
 (0)