Skip to content

Commit 8b6ddb1

Browse files
authored
Merge pull request #461 from MarkRobbo/rdfs-namespace
Add rdfs namespaces where used in Process.yml and Workflow.yml
2 parents e5f4086 + eb64c56 commit 8b6ddb1

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

draft-3/Workflow.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ $base: "https://w3id.org/cwl/cwl#"
22

33
$namespaces:
44
cwl: "https://w3id.org/cwl/cwl#"
5+
rdfs: "http://www.w3.org/2000/01/rdf-schema#"
56

67
$graph:
78

v1.0/Process.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ $base: "https://w3id.org/cwl/cwl#"
33
$namespaces:
44
cwl: "https://w3id.org/cwl/cwl#"
55
sld: "https://w3id.org/cwl/salad#"
6+
rdfs: "http://www.w3.org/2000/01/rdf-schema#"
67

78
$graph:
89

v1.0/Workflow.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ $base: "https://w3id.org/cwl/cwl#"
22

33
$namespaces:
44
cwl: "https://w3id.org/cwl/cwl#"
5+
rdfs: "http://www.w3.org/2000/01/rdf-schema#"
56

67
$graph:
78

v1.1.0-dev1/Process.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ $base: "https://w3id.org/cwl/cwl#"
33
$namespaces:
44
cwl: "https://w3id.org/cwl/cwl#"
55
sld: "https://w3id.org/cwl/salad#"
6+
rdfs: "http://www.w3.org/2000/01/rdf-schema#"
67

78
$graph:
89

v1.1.0-dev1/Workflow.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ $base: "https://w3id.org/cwl/cwl#"
22

33
$namespaces:
44
cwl: "https://w3id.org/cwl/cwl#"
5+
rdfs: "http://www.w3.org/2000/01/rdf-schema#"
56

67
$graph:
78

0 commit comments

Comments
 (0)