Skip to content

Commit 4638a40

Browse files
author
Curoverse build bot
committed
Build bot
1 parent 4228b34 commit 4638a40

File tree

3 files changed

+30
-22
lines changed

3 files changed

+30
-22
lines changed

draft-2/cwl-context.jsonld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@id": "cwl:arguments"
4242
},
4343
"array": "avro:array",
44-
"avro": "http://github.com/common-workflow-language/avro#",
44+
"avro": "https://w3id.org/cwl/avro#",
4545
"baseCommand": {
4646
"@container": "@list",
4747
"@id": "cwl:baseCommand"
@@ -53,7 +53,7 @@
5353
"@id": "@type",
5454
"@type": "@vocab"
5555
},
56-
"cwl": "http://github.com/common-workflow-language#",
56+
"cwl": "https://w3id.org/cwl/cwl#",
5757
"dct": "http://purl.org/dc/terms/",
5858
"default": "cwl:default",
5959
"description": "cwl:description",

draft-2/cwl.ttl

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@prefix avro: <http://github.com/common-workflow-language/avro#> .
2-
@prefix cwl: <http://github.com/common-workflow-language#> .
1+
@prefix avro: <https://w3id.org/cwl/avro#> .
2+
@prefix cwl: <https://w3id.org/cwl/cwl#> .
33
@prefix dct: <http://purl.org/dc/terms/> .
44
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
55
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@@ -96,6 +96,22 @@ cwl:WorkflowStepInput a rdfs:Class .
9696

9797
cwl:WorkflowStepOutput a rdfs:Class .
9898

99+
avro:fields a rdf:Property ;
100+
rdfs:domain cwl:Schema .
101+
102+
avro:items a rdf:Property ;
103+
rdfs:domain cwl:Schema .
104+
105+
avro:symbols a rdf:Property ;
106+
rdfs:domain cwl:Schema .
107+
108+
avro:type a rdf:Property ;
109+
rdfs:domain cwl:Parameter,
110+
cwl:Schema .
111+
112+
avro:values a rdf:Property ;
113+
rdfs:domain cwl:Schema .
114+
99115
cwl:arguments a rdf:Property ;
100116
rdfs:domain cwl:CommandLineTool .
101117

@@ -270,20 +286,4 @@ cwl:types a rdf:Property ;
270286
cwl:valueFrom a rdf:Property ;
271287
rdfs:domain cwl:CommandLineBinding .
272288

273-
avro:fields a rdf:Property ;
274-
rdfs:domain cwl:Schema .
275-
276-
avro:items a rdf:Property ;
277-
rdfs:domain cwl:Schema .
278-
279-
avro:symbols a rdf:Property ;
280-
rdfs:domain cwl:Schema .
281-
282-
avro:type a rdf:Property ;
283-
rdfs:domain cwl:Parameter,
284-
cwl:Schema .
285-
286-
avro:values a rdf:Property ;
287-
rdfs:domain cwl:Schema .
288-
289289

draft-2/index.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,14 @@
137137
</div>
138138

139139
<div class="col-md-9 full-height" role="main" id="main" data-spy="scroll" data-target="#toc"><h1 id="common_workflow_language,_draft_2">Common Workflow Language, Draft 2</h1><p>7 July 2015</p>
140+
<p>This version:</p>
141+
<ul>
142+
<li><a href="https://w3id.org/cwl/draft-2/">https://w3id.org/cwl/draft-2/</a></li>
143+
</ul>
144+
<p>Current version:</p>
145+
<ul>
146+
<li><a href="https://w3id.org/cwl/">https://w3id.org/cwl/</a></li>
147+
</ul>
140148
<p>Authors:</p>
141149
<ul>
142150
<li>Peter Amstutz <a href="mailto:peter.amstutz@curoverse.com">peter.amstutz@curoverse.com</a>, Curoverse</li>
@@ -238,8 +246,8 @@ <h1 id="syntax">2.2 Syntax</h1><p>Documents containing CWL objects are serialize
238246
<p>An implementation may interpret a CWL document as
239247
<a href="http://json-ld.org">JSON-LD</a> and convert a CWL document to a <a href="http://www.w3.org/RDF/">Resource
240248
Description Framework (RDF)</a> using the
241-
CWL <a href="cwl-context.jsonld">JSON-LD Context</a> (extracted from the avro-ld schema).
242-
The CWL <a href="cwl.ttl">RDFS schema</a> defines the classes and properties used by
249+
CWL <a href="https://w3id.org/cwl/draft-2/context">JSON-LD Context</a> (extracted from the avro-ld schema).
250+
The CWL <a href="https://w3id.org/cwl/draft-2/cwl.ttl">RDFS schema</a> defines the classes and properties used by
243251
CWL as JSON-LD.</p>
244252
<p>The latest draft-2 schema is defined here:
245253
<a href="https://github.com/common-workflow-language/common-workflow-language/blob/master/schemas/draft-2/cwl-avro.yml">https://github.com/common-workflow-language/common-workflow-language/blob/master/schemas/draft-2/cwl-avro.yml</a></p>

0 commit comments

Comments
 (0)