@@ -69,10 +69,10 @@ $graph:
6969 Files are represented as objects with `class` of `File`. File objects have
7070 a number of properties that provide metadata about the file.
7171
72- The `location` property of a File is a URI that uniquely identifies the
73- file. Implementations must support the `file://` URI scheme and may support
72+ The `location` property of a File is a IRI that uniquely identifies the
73+ file. Implementations must support the `file://` IRI scheme and may support
7474 other schemes such as `http://` and `https://`. The value of `location` may also be a
75- relative reference, in which case it must be resolved relative to the URI
75+ relative reference, in which case it must be resolved relative to the IRI
7676 of the document it appears in. Alternately to `location`, implementations
7777 must also accept the `path` property on File, which must be a filesystem
7878 path available on the same host as the CWL runner (for inputs) or the
@@ -115,7 +115,7 @@ $graph:
115115 modified by `outputEval`. Alternately, if the file `cwl.output.json` is
116116 present in the output, `outputBinding` is ignored.
117117
118- File objects in the output must provide either a `location` URI or a `path`
118+ File objects in the output must provide either a `location` IRI or a `path`
119119 property in the context of the tool execution runtime (local to the compute
120120 node, or within the executing container).
121121
@@ -314,8 +314,8 @@ $graph:
314314 Directories are represented as objects with `class` of `Directory`. Directory objects have
315315 a number of properties that provide metadata about the directory.
316316
317- The `location` property of a Directory is a URI that uniquely identifies
318- the directory. Implementations must support the file:// URI scheme and may
317+ The `location` property of a Directory is a IRI that uniquely identifies
318+ the directory. Implementations must support the file:// IRI scheme and may
319319 support other schemes such as http://. Alternately to `location`,
320320 implementations must also accept the `path` property on Directory, which
321321 must be a filesystem path available on the same host as the CWL runner (for
@@ -344,7 +344,7 @@ $graph:
344344 first and have local values of `path` assigned.
345345
346346 Directory objects in CommandLineTool output must provide either a
347- `location` URI or a `path` property in the context of the tool execution
347+ `location` IRI or a `path` property in the context of the tool execution
348348 runtime (local to the compute node, or within the executing container).
349349
350350 An ExpressionTool may forward file references from input to output by using
0 commit comments