Skip to content

Commit abac35b

Browse files
committed
change all mentions of URIs to IRIs
1 parent b8bf21b commit abac35b

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

draft-4/Process.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ $graph:
6767
- name: location
6868
type: string?
6969
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
7272
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
7474
implementation is unable to retrieve the file content stored at a
7575
remote resource (due to unsupported protocol, access denied, or other
7676
issue) it must signal an error.
@@ -175,7 +175,7 @@ $graph:
175175
_type: "@id"
176176
identity: true
177177
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
179179
represents the file format, preferrably defined within an ontology.
180180
If no ontology is available, file formats may be tested by exact match.
181181
@@ -223,11 +223,11 @@ $graph:
223223
- name: location
224224
type: string?
225225
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
228228
document. The location may refer to a local or remote resource. If
229229
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
231231
unable to retrieve the directory listing stored at a remote resource (due to
232232
unsupported protocol, access denied, or other issue) it must signal an
233233
error.
@@ -349,7 +349,7 @@ $graph:
349349
doc: |
350350
Only valid when `type: File` or is an array of `items: File`.
351351
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
353353
that represents file formats which are allowed as input to this
354354
parameter, preferrably defined within an ontology. If no ontology is
355355
available, file formats may be tested by exact match.
@@ -715,7 +715,7 @@ $graph:
715715
doc: |
716716
This field consists of an array of type definitions which must be used when
717717
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
719719
`schemaDefs` and use that definition. If the type is not found in
720720
`schemaDefs`, it is an error. The entries in `schemaDefs` must be
721721
processed in the order listed such that later schema definitions may refer

draft-4/concepts.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
**Uniform Resource Identifier (URI) Generic Syntax**: https://tools.ietf.org/html/rfc3986)
1212

13+
**Internationalized Resource Identifiers (IRIs)**:
14+
https://tools.ietf.org/html/rfc3987
15+
1316
**Portable Operating System Interface (POSIX.1-2008)**: http://pubs.opengroup.org/onlinepubs/9699919799/
1417

1518
**Resource Description Framework (RDF)**: http://www.w3.org/RDF/
@@ -376,7 +379,7 @@ platform's CWL implementation.
376379

377380
A CWL input object document may similarly begin with `#!/usr/bin/env
378381
cwl-runner` and be marked as executable. In this case, the input object
379-
must include the field `cwl:tool` supplying a URI to the default CWL
382+
must include the field `cwl:tool` supplying a IRI to the default CWL
380383
document that should be executed using the fields of the input object as
381384
input parameters.
382385

0 commit comments

Comments
 (0)