diff --git a/runs/deseq2/run.cwl b/runs/deseq2/run.cwl
index 849cd989221e74fb6874efe6cc412166927a1847..e0fdbf42ee4d373eae50a4e3ccf8fc91ac7229ec 100644
--- a/runs/deseq2/run.cwl
+++ b/runs/deseq2/run.cwl
@@ -22,3 +22,16 @@ outputs:
   output: 
     type: File[]
     outputSource: deseq2/output
+
+$namespaces:
+  s: https://schema.org/
+  edam: http://edamontology.org/
+
+$schemas:
+  - https://schema.org/version/latest/schemaorg-current-https.rdf
+  - http://edamontology.org/EDAM_1.18.owl
+
+s:author:
+  - class: s:Person
+    s:name: Dominik Brilhaus
+    s:identifier: https://orcid.org/0000-0001-9021-3197
\ No newline at end of file
diff --git a/runs/fastqc/run.cwl b/runs/fastqc/run.cwl
index b049a5f92ccca308657a8791af4c5d52f3871da3..fb4552b550fe0896cb4d170b5b3e17a6b286d5e4 100644
--- a/runs/fastqc/run.cwl
+++ b/runs/fastqc/run.cwl
@@ -21,4 +21,17 @@ steps:
 outputs:
   fastqc_outdir:
     type: Directory
-    outputSource: fastqc/fastqc_outdir
\ No newline at end of file
+    outputSource: fastqc/fastqc_outdir
+
+$namespaces:
+  s: https://schema.org/
+  edam: http://edamontology.org/
+
+$schemas:
+  - https://schema.org/version/latest/schemaorg-current-https.rdf
+  - http://edamontology.org/EDAM_1.18.owl
+
+s:author:
+  - class: s:Person
+    s:name: Dominik Brilhaus
+    s:identifier: https://orcid.org/0000-0001-9021-3197
\ No newline at end of file
diff --git a/runs/isaSampleToRawDataSeq/run.cwl b/runs/isaSampleToRawDataSeq/run.cwl
index aca29e7543721a02e4a3a7eee0650b1167615a0f..803f5317df681038d9edd21271dd72e34ed82b32 100644
--- a/runs/isaSampleToRawDataSeq/run.cwl
+++ b/runs/isaSampleToRawDataSeq/run.cwl
@@ -25,4 +25,17 @@ outputs:
     outputSource: isaSampleToRawDataSeq/sampleseqCsv
   sampleseqXlsx:
     type: File
-    outputSource: isaSampleToRawDataSeq/sampleseqXlsx
\ No newline at end of file
+    outputSource: isaSampleToRawDataSeq/sampleseqXlsx
+
+$namespaces:
+  s: https://schema.org/
+  edam: http://edamontology.org/
+
+$schemas:
+  - https://schema.org/version/latest/schemaorg-current-https.rdf
+  - http://edamontology.org/EDAM_1.18.owl
+
+s:author:
+  - class: s:Person
+    s:name: Dominik Brilhaus
+    s:identifier: https://orcid.org/0000-0001-9021-3197
\ No newline at end of file
diff --git a/runs/kallisto/run.cwl b/runs/kallisto/run.cwl
index d702ed4426bff5a1890b4f9f0ce0de6acb1743c8..f06fae261e1b544c9e69ca475b8100a15f9f0ec9 100644
--- a/runs/kallisto/run.cwl
+++ b/runs/kallisto/run.cwl
@@ -41,3 +41,16 @@ outputs:
   kallistoOutDir:
     type: Directory
     outputSource: kallisto/kallistoOutDir
+
+$namespaces:
+  s: https://schema.org/
+  edam: http://edamontology.org/
+
+$schemas:
+  - https://schema.org/version/latest/schemaorg-current-https.rdf
+  - http://edamontology.org/EDAM_1.18.owl
+
+s:author:
+  - class: s:Person
+    s:name: Dominik Brilhaus
+    s:identifier: https://orcid.org/0000-0001-9021-3197
\ No newline at end of file
diff --git a/runs/shiny/run.cwl b/runs/shiny/run.cwl
index 71435f9c300a86f8781e80fa0e7b6b927e8c9da0..532fa889f33f0683fd4dcc4be9bc140ba815571a 100644
--- a/runs/shiny/run.cwl
+++ b/runs/shiny/run.cwl
@@ -16,3 +16,16 @@ steps:
     out: []
 
 outputs: []
+
+$namespaces:
+  s: https://schema.org/
+  edam: http://edamontology.org/
+
+$schemas:
+  - https://schema.org/version/latest/schemaorg-current-https.rdf
+  - http://edamontology.org/EDAM_1.18.owl
+
+s:author:
+  - class: s:Person
+    s:name: Dominik Brilhaus
+    s:identifier: https://orcid.org/0000-0001-9021-3197
diff --git a/runs/sleuth/run.cwl b/runs/sleuth/run.cwl
index e00ce51a124f5266ae6f383ba5d21ba4383ffc57..7884d8dcbd318257bfaf4de6ef0a93b603875cbb 100644
--- a/runs/sleuth/run.cwl
+++ b/runs/sleuth/run.cwl
@@ -27,3 +27,17 @@ outputs:
  outdir:
     type: Directory[]
     outputSource: sleuth/outdir
+
+
+$namespaces:
+  s: https://schema.org/
+  edam: http://edamontology.org/
+
+$schemas:
+  - https://schema.org/version/latest/schemaorg-current-https.rdf
+  - http://edamontology.org/EDAM_1.18.owl
+
+s:author:
+  - class: s:Person
+    s:name: Dominik Brilhaus
+    s:identifier: https://orcid.org/0000-0001-9021-3197
\ No newline at end of file