File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,11 @@ encourage correct citation."
15
15
Implementation extensions not required for correct execution (for example,
16
16
fields related to GUI presentation) and metadata about the tool or workflow
17
17
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
20
20
(e.g edam: http://edamontology.org/ ) as described in the [ Schema Salad specification] [ schema-salad ] .
21
21
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 ` .
22
23
23
24
24
25
For all developers, we recommend the following minimal metadata for your tool
You can’t perform that action at this time.
0 commit comments