Skip to content

Commit 1ee867b

Browse files
committed
explictly recommend schema.org
1 parent 9ca34df commit 1ee867b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

concepts.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ Type `<T>` ending with `[]` should be transformed to `{"type": "array", "items":
293293

294294
## Extensions and metadata
295295

296-
Input metadata (for example, a lab sample identifier) may be represented within
296+
Input metadata (for example, a sample identifier) may be represented within
297297
a tool or workflow using input parameters which are explicitly propagated to
298298
output. Future versions of this specification may define additional facilities
299299
for working with input/output metadata.
@@ -305,6 +305,9 @@ additional fields on any object. Such extensions fields must use a namespace
305305
prefix listed in the `$namespaces` section of the document as described in the
306306
[Schema Salad specification](SchemaSalad.html#Explicit_context).
307307

308+
It is recommended that concepts from schema.org are used whenever possible.
309+
For the `$schema` field we recommend their RDF encoding: http://schema.org/version/latest/schema.rdf
310+
308311
Implementation extensions which modify execution semantics must be [listed in
309312
the `requirements` field](#Requirements_and_hints).
310313

0 commit comments

Comments
 (0)