@@ -82,14 +82,6 @@ $graph:
82
82
If the `path` field is provided but the `location` field is not, an
83
83
implementation may assign the value of the `path` field to `location`,
84
84
then follow the rules above.
85
-
86
- If the `location` contains [POSIX shell metacharacters](http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_02)
87
- (`|`,`&`, `;`, `<`, `>`, `(`,`)`, `$`,`` ` ``, `\`, `"`, `'`,
88
- `<space>`, `<tab>`, and `<newline>`) or characters
89
- [not allowed](http://www.iana.org/assignments/idna-tables-6.3.0/idna-tables-6.3.0.xhtml)
90
- for [Internationalized Domain Names for Applications](https://tools.ietf.org/html/rfc6452)
91
- then implementations may terminate the process with a
92
- `permanentFailure`.
93
85
jsonldPredicate :
94
86
_id : " @id"
95
87
_type : " @id"
@@ -255,14 +247,6 @@ $graph:
255
247
If the `path` field is provided but the `location` field is not, an
256
248
implementation may assign the value of the `path` field to `location`,
257
249
then follow the rules above.
258
-
259
- If the `location` contains [POSIX shell metacharacters](http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_02)
260
- (`|`,`&`, `;`, `<`, `>`, `(`,`)`, `$`,`` ` ``, `\`, `"`, `'`,
261
- `<space>`, `<tab>`, and `<newline>`) or characters
262
- [not allowed](http://www.iana.org/assignments/idna-tables-6.3.0/idna-tables-6.3.0.xhtml)
263
- for [Internationalized Domain Names for Applications](https://tools.ietf.org/html/rfc6452)
264
- then implementations may terminate the process with a
265
- `permanentFailure`.
266
250
jsonldPredicate :
267
251
_id : " @id"
268
252
_type : " @id"
0 commit comments