From 18c8231cd3d5c5fe2e3f39a866271d3c4116bcec Mon Sep 17 00:00:00 2001 From: Luis Salamanca <luis.salamanca@sdsc.ethz.ch> Date: Fri, 23 Nov 2018 16:45:06 +0100 Subject: [PATCH] renku dataset create AB --- .renku.lock | 0 data/AB/metadata.yml | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100755 .renku.lock create mode 100644 data/AB/metadata.yml diff --git a/.renku.lock b/.renku.lock new file mode 100755 index 00000000..e69de29b diff --git a/data/AB/metadata.yml b/data/AB/metadata.yml new file mode 100644 index 00000000..19ffcaf3 --- /dev/null +++ b/data/AB/metadata.yml @@ -0,0 +1,29 @@ +'@context': + added: http://schema.org/dateCreated + affiliation: scoro:affiliate + authors: + '@container': '@list' + created: http://schema.org/dateCreated + dcterms: http://purl.org/dc/terms/ + dctypes: http://purl.org/dc/dcmitypes/ + email: dcterms:email + files: + '@container': '@index' + foaf: http://xmlns.com/foaf/0.1/ + identifier: + '@id': dctypes:Dataset + '@type': '@id' + name: dcterms:name + prov: http://www.w3.org/ns/prov# + scoro: http://purl.org/spar/scoro/ + url: http://schema.org/url +'@type': dctypes:Dataset +authors: +- '@type': dcterms:creator + affiliation: null + email: luis.salamanca@sdsc.ethz.ch + name: Luis Salamanca +created: 2018-11-23 15:45:06.173024 +files: {} +identifier: 67ee08fa-cf87-4ee5-92a9-27022e65ab7b +name: AB -- GitLab