@@ -28,14 +28,10 @@ trs:manifest rdf:type mf:Manifest ;
28
28
trs:ntriples-star-1
29
29
trs:ntriples-star-2
30
30
trs:ntriples-star-3
31
- trs:ntriples-star-4
32
- trs:ntriples-star-5
33
31
34
32
trs:ntriples-star-bnode-1
35
- trs:ntriples-star-bnode-2
36
33
37
34
trs:ntriples-star-nested-1
38
- trs:ntriples-star-nested-2
39
35
40
36
trs:ntriples-base-1
41
37
trs:ntriples-base-2
@@ -44,6 +40,12 @@ trs:manifest rdf:type mf:Manifest ;
44
40
trs:ntriples-star-bad-2
45
41
trs:ntriples-star-bad-3
46
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
47
49
48
50
trs:ntriples-star-bnode-bad-annotated-syntax-1
49
51
trs:ntriples-star-bnode-bad-annotated-syntax-2
@@ -55,52 +57,34 @@ trs:manifest rdf:type mf:Manifest ;
55
57
) .
56
58
57
59
trs:ntriples-star-1 rdf:type rdft:TestNTriplesPositiveSyntax ;
58
- mf:name " N-Triples-star - subject quoted triple" ;
60
+ mf:name " N-Triples-star - triple term " ;
59
61
mf:action <ntriples-star-syntax-1.nt> ;
60
62
.
61
63
62
64
trs:ntriples-star-2 rdf:type rdft:TestNTriplesPositiveSyntax ;
63
- mf:name " N-Triples-star - object quoted triple " ;
65
+ mf:name " N-Triples-star - whitespace and terms " ;
64
66
mf:action <ntriples-star-syntax-2.nt> ;
65
67
.
66
68
67
69
trs:ntriples-star-3 rdf:type rdft:TestNTriplesPositiveSyntax ;
68
- mf:name " N-Triples-star - subject and object quoted triples" ;
69
- mf:action <ntriples-star-syntax-3.nt> ;
70
- .
71
-
72
- trs:ntriples-star-4 rdf:type rdft:TestNTriplesPositiveSyntax ;
73
- mf:name " N-Triples-star - whitespace and terms" ;
74
- mf:action <ntriples-star-syntax-4.nt> ;
75
- .
76
-
77
- trs:ntriples-star-5 rdf:type rdft:TestNTriplesPositiveSyntax ;
78
70
mf:name " N-Triples-star - Nested, no whitespace" ;
79
- mf:action <ntriples-star-syntax-5 .nt> ;
71
+ mf:action <ntriples-star-syntax-3 .nt> ;
80
72
.
81
73
82
74
# Blank nodes
83
75
84
76
trs:ntriples-star-bnode-1 rdf:type rdft:TestNTriplesPositiveSyntax ;
85
- mf:name " N-Triples-star - Blank node subject " ;
77
+ mf:name " N-Triples-star - Blank node object " ;
86
78
mf:action <ntriples-star-bnode-1.nt> ;
87
79
.
88
80
89
- trs:ntriples-star-bnode-2 rdf:type rdft:TestNTriplesPositiveSyntax ;
90
- mf:name " N-Triples-star - Blank node object" ;
91
- mf:action <ntriples-star-bnode-2.nt> ;
92
- .
81
+ # Nesting
93
82
94
83
trs:ntriples-star-nested-1 rdf:type rdft:TestNTriplesPositiveSyntax ;
95
- mf:name " N-Triples-star - Nested subject term" ;
84
+ mf:name " N-Triples-star - Nested term" ;
96
85
mf:action <ntriples-star-nested-1.nt> ;
97
86
.
98
87
99
- trs:ntriples-star-nested-2 rdf:type rdft:TestNTriplesPositiveSyntax ;
100
- mf:name " N-Triples-star - Nested object term" ;
101
- mf:action <ntriples-star-nested-2.nt> ;
102
- .
103
-
104
88
# Base direction
105
89
106
90
trs:ntriples-base-1 rdf:type rdft:TestNTriplesPositiveSyntax ;
@@ -116,25 +100,50 @@ trs:ntriples-base-2 rdf:type rdft:TestNTriplesPositiveSyntax ;
116
100
# # Bad syntax
117
101
118
102
trs:ntriples-star-bad-1 rdf:type rdft:TestNTriplesNegativeSyntax ;
119
- mf:name " N-Triples-star - Bad - quoted triple as predicate" ;
103
+ mf:name " N-Triples-star - Bad - triple term as predicate" ;
120
104
mf:action <ntriples-star-bad-syntax-1.nt> ;
121
105
.
122
106
123
107
trs:ntriples-star-bad-2 rdf:type rdft:TestNTriplesNegativeSyntax ;
124
- mf:name " N-Triples-star - Bad - quoted triple, literal subject" ;
108
+ mf:name " N-Triples-star - Bad - triple term , literal subject" ;
125
109
mf:action <ntriples-star-bad-syntax-2.nt> ;
126
110
.
127
111
128
112
trs:ntriples-star-bad-3 rdf:type rdft:TestNTriplesNegativeSyntax ;
129
- mf:name " N-Triples-star - Bad - quoted triple, literal predicate" ;
113
+ mf:name " N-Triples-star - Bad - triple term , literal predicate" ;
130
114
mf:action <ntriples-star-bad-syntax-3.nt> ;
131
115
.
132
116
133
117
trs:ntriples-star-bad-4 rdf:type rdft:TestNTriplesNegativeSyntax ;
134
- mf:name " N-Triples-star - Bad - quoted triple, blank node predicate" ;
118
+ mf:name " N-Triples-star - Bad - triple term , blank node predicate" ;
135
119
mf:action <ntriples-star-bad-syntax-4.nt> ;
136
120
.
137
121
122
+ trs:ntriples-star-bad-5 rdf:type rdft:TestNTriplesNegativeSyntax ;
123
+ mf:name " N-Triples-star - Bad - triple term as subject" ;
124
+ mf:action <ntriples-star-bad-syntax-5.nt> ;
125
+ .
126
+
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> ;
130
+ .
131
+
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> ;
135
+ .
136
+
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> ;
140
+ .
141
+
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> ;
145
+ .
146
+
138
147
# Annotation syntax is not permitted in nt
139
148
140
149
trs:ntriples-star-bnode-bad-annotated-syntax-1 rdf:type rdft:TestNTriplesNegativeSyntax ;
0 commit comments