File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed
data-shapes-test-suite/tests/core/complex Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -28,17 +28,8 @@ ex:PersonShape
28
28
sh:ignoredProperties (
29
29
rdf:type
30
30
) ;
31
- sh:property [
32
- sh:path ex:ssn ;
33
- sh:datatype xsd:string ;
34
- sh:maxCount 1 ;
35
- sh:pattern " ^\\d{3}-\\d{2}-\\d{4}$" ;
36
- ] ;
37
- sh:property [
38
- sh:path ex:worksFor ;
39
- sh:class ex:Company ;
40
- sh:nodeKind sh:IRI ;
41
- ] ;
31
+ sh:property _:b61064 ;
32
+ sh:property _:b60054 ;
42
33
sh:property [
43
34
sh:path [
44
35
sh:inversePath ex:worksFor ;
@@ -47,6 +38,17 @@ ex:PersonShape
47
38
] ;
48
39
sh:targetClass ex:Person ;
49
40
.
41
+ _:b61064
42
+ sh:path ex:ssn ;
43
+ sh:datatype xsd:string ;
44
+ sh:maxCount 1 ;
45
+ sh:pattern " ^\\d{3}-\\d{2}-\\d{4}$"
46
+ .
47
+ _:b60054
48
+ sh:path ex:worksFor ;
49
+ sh:class ex:Company ;
50
+ sh:nodeKind sh:IRI
51
+ .
50
52
<>
51
53
rdf:type mf:Manifest ;
52
54
mf:entries (
@@ -95,7 +97,7 @@ ex:PersonShape
95
97
sh:resultPath ex:worksFor ;
96
98
sh:resultSeverity sh:Violation ;
97
99
sh:sourceConstraintComponent sh:ClassConstraintComponent ;
98
- sh:sourceShape [] ;
100
+ sh:sourceShape _:b60054 ;
99
101
sh:value ex:UntypedCompany ;
100
102
] ;
101
103
] ;
You can’t perform that action at this time.
0 commit comments