@@ -67,10 +67,10 @@ $graph:
67
67
- name : location
68
68
type : string?
69
69
doc : |
70
- A URI that identifies the file resource. This may be a relative
71
- reference, in which case it must be resolved using the base URI of the
70
+ An IRI that identifies the file resource. This may be a relative
71
+ reference, in which case it must be resolved using the base IRI of the
72
72
document. The location may refer to a local or remote resource; the
73
- implementation must use the URI to retrieve file content. If an
73
+ implementation must use the IRI to retrieve file content. If an
74
74
implementation is unable to retrieve the file content stored at a
75
75
remote resource (due to unsupported protocol, access denied, or other
76
76
issue) it must signal an error.
@@ -175,7 +175,7 @@ $graph:
175
175
_type : " @id"
176
176
identity : true
177
177
doc : |
178
- The format of the file. This must be a URI of a concept node that
178
+ The format of the file. This must be a IRI of a concept node that
179
179
represents the file format, preferrably defined within an ontology.
180
180
If no ontology is available, file formats may be tested by exact match.
181
181
@@ -223,11 +223,11 @@ $graph:
223
223
- name : location
224
224
type : string?
225
225
doc : |
226
- A URI that identifies the directory resource. This may be a relative
227
- reference, in which case it must be resolved using the base URI of the
226
+ An IRI that identifies the directory resource. This may be a relative
227
+ reference, in which case it must be resolved using the base IRI of the
228
228
document. The location may refer to a local or remote resource. If
229
229
the `listing` field is not set, the implementation must use the
230
- location URI to retrieve directory listing. If an implementation is
230
+ location IRI to retrieve directory listing. If an implementation is
231
231
unable to retrieve the directory listing stored at a remote resource (due to
232
232
unsupported protocol, access denied, or other issue) it must signal an
233
233
error.
@@ -349,7 +349,7 @@ $graph:
349
349
doc : |
350
350
Only valid when `type: File` or is an array of `items: File`.
351
351
352
- For input parameters, this must be one or more URIs of a concept nodes
352
+ For input parameters, this must be one or more IRIs of a concept nodes
353
353
that represents file formats which are allowed as input to this
354
354
parameter, preferrably defined within an ontology. If no ontology is
355
355
available, file formats may be tested by exact match.
@@ -715,7 +715,7 @@ $graph:
715
715
doc : |
716
716
This field consists of an array of type definitions which must be used when
717
717
interpreting the `inputs` and `outputs` fields. When a `type` field
718
- contain a URI , the implementation must check if the type is defined in
718
+ contain a IRI , the implementation must check if the type is defined in
719
719
`schemaDefs` and use that definition. If the type is not found in
720
720
`schemaDefs`, it is an error. The entries in `schemaDefs` must be
721
721
processed in the order listed such that later schema definitions may refer
0 commit comments