Skip to content

Commit 69d9af1

Browse files
authored
clarification that $namespaces aren't required
one can always use a full URL
1 parent afde3f5 commit 69d9af1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_episodes/17-metadata.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ encourage correct citation."
1515
Implementation extensions not required for correct execution (for example,
1616
fields related to GUI presentation) and metadata about the tool or workflow
1717
itself (for example, authorship for use in citations) may be provided as
18-
additional fields on any object. Such extensions fields (e.g. format: edam:format_2572 )
19-
must use a namespace prefix listed in the `$namespaces`section of the document
18+
additional fields on any object. Such extensions fields (e.g. `format: edam:format_2572`)
19+
can use a namespace prefix listed in the `$namespaces`section of the document
2020
(e.g edam: http://edamontology.org/) as described in the [Schema Salad specification][schema-salad].
2121
Once you add the namespace prefix, you can access it anywhere in the document as shown below.
22+
Otherwise one must use full URLs: `format: http://edamontology.org/format_2572`.
2223

2324

2425
For all developers, we recommend the following minimal metadata for your tool

0 commit comments

Comments
 (0)