Skip to content

Commit 1f49ff5

Browse files
authored
Fix schema.rdf -> schemaorg-current-http.rdf (#193)
Use version 9.0 instead of latest, hopefully that will reduce the chance of URLs getting changed in the future.
1 parent 30b19e8 commit 1f49ff5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

_includes/cwl/17-metadata/metadata_example2.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ $namespaces:
4545
edam: http://edamontology.org/
4646
4747
$schemas:
48-
- https://schema.org/version/latest/schema.rdf
48+
- http://schema.org/version/9.0/schemaorg-current-http.rdf
4949
- http://edamontology.org/EDAM_1.18.owl

_includes/cwl/17-metadata/metadata_example3.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ $namespaces:
5252
edam: http://edamontology.org/
5353
5454
$schemas:
55-
- https://schema.org/version/latest/schema.rdf
55+
- http://schema.org/version/9.0/schemaorg-current-http.rdf
5656
- http://edamontology.org/EDAM_1.18.owl

_includes/cwl/19-custom-types/custom-types.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $namespaces:
5858

5959
$schemas:
6060
- http://edamontology.org/EDAM_1.16.owl
61-
- https://schema.org/version/latest/schema.rdf
61+
- http://schema.org/version/9.0/schemaorg-current-http.rdf
6262

6363
s:license: https://spdx.org/licenses/Apache-2.0
6464
s:copyrightHolder: "EMBL - European Bioinformatics Institute"

_includes/cwl/20-software-requirements/custom-types.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ $namespaces:
6161
iana: https://www.iana.org/assignments/media-types/
6262
s: https://schema.org/
6363
$schemas:
64-
- https://schema.org/version/latest/schema.rdf
64+
- http://schema.org/version/9.0/schemaorg-current-http.rdf
6565

6666
s:license: https://spdx.org/licenses/Apache-2.0
6767
s:copyrightHolder: "EMBL - European Bioinformatics Institute"

0 commit comments

Comments
 (0)