@@ -25,123 +25,149 @@ trs:manifest rdf:type mf:Manifest ;
25
25
rdfs:seeAlso <README> ;
26
26
mf:entries
27
27
(
28
- trs:ntriples-star-1
29
- trs:ntriples-star-2
30
- trs:ntriples-star-3
28
+ trs:ntriples-star-01
29
+ trs:ntriples-star-02
30
+ trs:ntriples-star-03
31
31
32
32
trs:ntriples-star-bnode-1
33
33
34
34
trs:ntriples-star-nested-1
35
35
36
- trs:ntriples-base-1
37
- trs:ntriples-base-2
38
-
39
- trs:ntriples-star-bad-1
40
- trs:ntriples-star-bad-2
41
- trs:ntriples-star-bad-3
42
- trs:ntriples-star-bad-4
43
- trs:ntriples-star-bad-5
44
-
45
- trs:ntriples-star-bad-quoted-1
46
- trs:ntriples-star-bad-quoted-2
47
- trs:ntriples-star-bad-quoted-3
48
- trs:ntriples-star-bad-quoted-4
36
+ trs:ntriples-langdir-1
37
+ trs:ntriples-langdir-2
38
+
39
+ trs:ntriples-star-bad-01
40
+ trs:ntriples-star-bad-02
41
+ trs:ntriples-star-bad-03
42
+ trs:ntriples-star-bad-04
43
+ trs:ntriples-star-bad-05
44
+ trs:ntriples-star-bad-06
45
+ trs:ntriples-star-bad-07
46
+ trs:ntriples-star-bad-08
47
+ trs:ntriples-star-bad-09
48
+ trs:ntriples-star-bad-10
49
+
50
+ trs:ntriples-star-bad-reified-1
51
+ trs:ntriples-star-bad-reified-2
52
+ trs:ntriples-star-bad-reified-3
53
+ trs:ntriples-star-bad-reified-4
49
54
50
55
trs:ntriples-star-bnode-bad-annotated-syntax-1
51
56
trs:ntriples-star-bnode-bad-annotated-syntax-2
52
- trs:ntriples-star-nested-bad-annotated-syntax-1
53
- trs:ntriples-star-nested-bad-annotated-syntax-2
54
57
55
- trs:ntriples-base -bad-1
56
- trs:ntriples-base -bad-2
58
+ trs:ntriples-langdir -bad-1
59
+ trs:ntriples-langdir -bad-2
57
60
) .
58
61
59
- trs:ntriples-star-1 rdf:type rdft:TestNTriplesPositiveSyntax ;
60
- mf:name " N-Triples-star - triple term" ;
61
- mf:action <ntriples-star-syntax-1 .nt> ;
62
+ trs:ntriples-star-01 rdf:type rdft:TestNTriplesPositiveSyntax ;
63
+ mf:name " N-Triples-star - object triple term" ;
64
+ mf:action <ntriples-star-syntax-01 .nt> ;
62
65
.
63
66
64
- trs:ntriples-star-2 rdf:type rdft:TestNTriplesPositiveSyntax ;
65
- mf:name " N-Triples-star - whitespace and terms " ;
66
- mf:action <ntriples-star-syntax-2 .nt> ;
67
+ trs:ntriples-star-02 rdf:type rdft:TestNTriplesPositiveSyntax ;
68
+ mf:name " N-Triples-star - object triple term, no whitespace " ;
69
+ mf:action <ntriples-star-syntax-02 .nt> ;
67
70
.
68
71
69
- trs:ntriples-star-3 rdf:type rdft:TestNTriplesPositiveSyntax ;
70
- mf:name " N-Triples-star - Nested, no whitespace" ;
71
- mf:action <ntriples-star-syntax-3 .nt> ;
72
- .
72
+ trs:ntriples-star-03 rdf:type rdft:TestNTriplesPositiveSyntax ;
73
+ mf:name " N-Triples-star - Nested, no whitespace" ;
74
+ mf:action <ntriples-star-syntax-03 .nt> ;
75
+ .
73
76
74
77
# Blank nodes
75
78
76
79
trs:ntriples-star-bnode-1 rdf:type rdft:TestNTriplesPositiveSyntax ;
77
- mf:name " N-Triples-star - Blank node object " ;
80
+ mf:name " N-Triples-star - Blank node subject " ;
78
81
mf:action <ntriples-star-bnode-1.nt> ;
79
82
.
80
83
81
- # Nesting
82
-
83
84
trs:ntriples-star-nested-1 rdf:type rdft:TestNTriplesPositiveSyntax ;
84
- mf:name " N-Triples-star - Nested term" ;
85
+ mf:name " N-Triples-star - Nested object term" ;
85
86
mf:action <ntriples-star-nested-1.nt> ;
86
87
.
87
88
88
89
# Base direction
89
90
90
- trs:ntriples-base -1 rdf:type rdft:TestNTriplesPositiveSyntax ;
91
+ trs:ntriples-langdir -1 rdf:type rdft:TestNTriplesPositiveSyntax ;
91
92
mf:name " N-Triples literal with base direction ltr" ;
92
- mf:action <ntriples-base -1.nt> ;
93
+ mf:action <ntriples-langdir -1.nt> ;
93
94
.
94
95
95
- trs:ntriples-base -2 rdf:type rdft:TestNTriplesPositiveSyntax ;
96
+ trs:ntriples-langdir -2 rdf:type rdft:TestNTriplesPositiveSyntax ;
96
97
mf:name " N-Triples literal with base direction rtl" ;
97
- mf:action <ntriples-base -2.nt> ;
98
+ mf:action <ntriples-langdir -2.nt> ;
98
99
.
99
100
100
101
# # Bad syntax
101
102
102
- trs:ntriples-star-bad-1 rdf:type rdft:TestNTriplesNegativeSyntax ;
103
+ trs:ntriples-star-bad-01 rdf:type rdft:TestNTriplesNegativeSyntax ;
104
+ mf:name " N-Triples-star - Bad - reified triple as predicate" ;
105
+ mf:action <ntriples-star-bad-syntax-01.nt> ;
106
+ .
107
+
108
+ trs:ntriples-star-bad-02 rdf:type rdft:TestNTriplesNegativeSyntax ;
109
+ mf:name " N-Triples-star - Bad - reified triple, literal subject" ;
110
+ mf:action <ntriples-star-bad-syntax-02.nt> ;
111
+ .
112
+
113
+ trs:ntriples-star-bad-03 rdf:type rdft:TestNTriplesNegativeSyntax ;
114
+ mf:name " N-Triples-star - Bad - reified triple, literal predicate" ;
115
+ mf:action <ntriples-star-bad-syntax-03.nt> ;
116
+ .
117
+
118
+ trs:ntriples-star-bad-04 rdf:type rdft:TestNTriplesNegativeSyntax ;
119
+ mf:name " N-Triples-star - Bad - reified triple, blank node predicate" ;
120
+ mf:action <ntriples-star-bad-syntax-04.nt> ;
121
+ .
122
+
123
+ trs:ntriples-star-bad-05 rdf:type rdft:TestNTriplesNegativeSyntax ;
103
124
mf:name " N-Triples-star - Bad - triple term as predicate" ;
104
- mf:action <ntriples-star-bad-syntax-1 .nt> ;
125
+ mf:action <ntriples-star-bad-syntax-05 .nt> ;
105
126
.
106
127
107
- trs:ntriples-star-bad-2 rdf:type rdft:TestNTriplesNegativeSyntax ;
128
+ trs:ntriples-star-bad-06 rdf:type rdft:TestNTriplesNegativeSyntax ;
108
129
mf:name " N-Triples-star - Bad - triple term, literal subject" ;
109
- mf:action <ntriples-star-bad-syntax-2 .nt> ;
130
+ mf:action <ntriples-star-bad-syntax-06 .nt> ;
110
131
.
111
132
112
- trs:ntriples-star-bad-3 rdf:type rdft:TestNTriplesNegativeSyntax ;
133
+ trs:ntriples-star-bad-07 rdf:type rdft:TestNTriplesNegativeSyntax ;
113
134
mf:name " N-Triples-star - Bad - triple term, literal predicate" ;
114
- mf:action <ntriples-star-bad-syntax-3 .nt> ;
135
+ mf:action <ntriples-star-bad-syntax-07 .nt> ;
115
136
.
116
137
117
- trs:ntriples-star-bad-4 rdf:type rdft:TestNTriplesNegativeSyntax ;
138
+ trs:ntriples-star-bad-08 rdf:type rdft:TestNTriplesNegativeSyntax ;
118
139
mf:name " N-Triples-star - Bad - triple term, blank node predicate" ;
119
- mf:action <ntriples-star-bad-syntax-4.nt> ;
140
+ mf:action <ntriples-star-bad-syntax-08.nt> ;
141
+ .
142
+
143
+ trs:ntriples-star-bad-09 rdf:type rdft:TestNTriplesNegativeSyntax ;
144
+ mf:name " N-Triples-star - Bad - reified triple object" ;
145
+ mf:action <ntriples-star-bad-syntax-09.nt> ;
120
146
.
121
147
122
- trs:ntriples-star-bad-5 rdf:type rdft:TestNTriplesNegativeSyntax ;
148
+ trs:ntriples-star-bad-10 rdf:type rdft:TestNTriplesNegativeSyntax ;
123
149
mf:name " N-Triples-star - Bad - triple term as subject" ;
124
- mf:action <ntriples-star-bad-syntax-5 .nt> ;
150
+ mf:action <ntriples-star-bad-syntax-10 .nt> ;
125
151
.
126
152
127
- trs:ntriples-star-bad-quoted -1 rdf:type rdft:TestNTriplesNegativeSyntax ;
128
- mf:name " N-Triples-star - Bad - subject quoted triple" ;
129
- mf:action <ntriples-star-bad-quoted -syntax-1.nt> ;
153
+ trs:ntriples-star-bad-reified -1 rdf:type rdft:TestNTriplesNegativeSyntax ;
154
+ mf:name " N-Triples-star - Bad - subject reified triple" ;
155
+ mf:action <ntriples-star-bad-reified -syntax-1.nt> ;
130
156
.
131
157
132
- trs:ntriples-star-bad-quoted -2 rdf:type rdft:TestNTriplesNegativeSyntax ;
133
- mf:name " N-Triples-star - Bad - object quoted triple" ;
134
- mf:action <ntriples-star-bad-quoted -syntax-2.nt> ;
158
+ trs:ntriples-star-bad-reified -2 rdf:type rdft:TestNTriplesNegativeSyntax ;
159
+ mf:name " N-Triples-star - Bad - object reified triple" ;
160
+ mf:action <ntriples-star-bad-reified -syntax-2.nt> ;
135
161
.
136
162
137
- trs:ntriples-star-bad-quoted -3 rdf:type rdft:TestNTriplesNegativeSyntax ;
138
- mf:name " N-Triples-star - Bad - subject and object quoted triples" ;
139
- mf:action <ntriples-star-bad-quoted -syntax-3.nt> ;
163
+ trs:ntriples-star-bad-reified -3 rdf:type rdft:TestNTriplesNegativeSyntax ;
164
+ mf:name " N-Triples-star - Bad - subject and object reified triples" ;
165
+ mf:action <ntriples-star-bad-reified -syntax-3.nt> ;
140
166
.
141
167
142
- trs:ntriples-star-bad-quoted -4 rdf:type rdft:TestNTriplesNegativeSyntax ;
143
- mf:name " N-Triples-star - Bad - quoted triples whitespace and terms " ;
144
- mf:action <ntriples-star-bad-quoted -syntax-4.nt> ;
168
+ trs:ntriples-star-bad-reified -4 rdf:type rdft:TestNTriplesNegativeSyntax ;
169
+ mf:name " N-Triples-star - Bad - predicate reified triple " ;
170
+ mf:action <ntriples-star-bad-reified -syntax-4.nt> ;
145
171
.
146
172
147
173
# Annotation syntax is not permitted in nt
@@ -156,24 +182,14 @@ trs:ntriples-star-bnode-bad-annotated-syntax-2 rdf:type rdft:TestNTriplesNegativ
156
182
mf:action <ntriples-star-bnode-bad-annotated-syntax-2.nt> ;
157
183
.
158
184
159
- trs:ntriples-star-nested-bad-annotated-syntax-1 rdf:type rdft:TestNTriplesNegativeSyntax ;
160
- mf:name " N-Triples-star - Bad - annotated triple, nested subject term" ;
161
- mf:action <ntriples-star-nested-bad-annotated-syntax-1.nt> ;
162
- .
163
-
164
- trs:ntriples-star-nested-bad-annotated-syntax-2 rdf:type rdft:TestNTriplesNegativeSyntax ;
165
- mf:name " N-Triples-star - Bad - annotated triple, nested object term" ;
166
- mf:action <ntriples-star-nested-bad-annotated-syntax-2.nt> ;
167
- .
168
-
169
185
# Base direction
170
186
171
- trs:ntriples-base -bad-1 rdf:type rdft:TestNTriplesNegativeSyntax ;
187
+ trs:ntriples-langdir -bad-1 rdf:type rdft:TestNTriplesNegativeSyntax ;
172
188
mf:name " N-Triples literal- Bad - undefined base direction" ;
173
- mf:action <ntriples-base -bad-1.nt> ;
189
+ mf:action <ntriples-langdir -bad-1.nt> ;
174
190
.
175
191
176
- trs:ntriples-base -bad-2 rdf:type rdft:TestNTriplesNegativeSyntax ;
192
+ trs:ntriples-langdir -bad-2 rdf:type rdft:TestNTriplesNegativeSyntax ;
177
193
mf:name " N-Triples literal- Bad - upper case LTR" ;
178
- mf:action <ntriples-base -bad-2.nt> ;
194
+ mf:action <ntriples-langdir -bad-2.nt> ;
179
195
.
0 commit comments