From acfc6b143b0a6f724eb8fc11013eb3bbb984e8a3 Mon Sep 17 00:00:00 2001 From: AJRubio-Montero <AJRubio-Montero@github.com> Date: Tue, 10 May 2022 15:18:34 +0200 Subject: [PATCH] again --- rights/lagoCommonRights.jsonld | 35 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/rights/lagoCommonRights.jsonld b/rights/lagoCommonRights.jsonld index 102cb6a..a7f0331 100644 --- a/rights/lagoCommonRights.jsonld +++ b/rights/lagoCommonRights.jsonld @@ -1,25 +1,24 @@ { - "@context" : { - "@base" : "https://raw.githubusercontent.com/lagoproject/DMP/1.1", - "lago" : "https://raw.githubusercontent.com/lagoproject/DMP/1.1/schema/lagoSchema.jsonld", - "dct" : "http://purl.org/dc/terms/", - "@vocab" : "https://raw.githubusercontent.com/SEMICeu/DCAT-AP/2.0.0/releases/2.0.0/dcat-ap_2.0.0.jsonld", - "_dcatap" : "https://raw.githubusercontent.com/SEMICeu/DCAT-AP/2.0.0/releases/2.0.0/dcat-ap_2.0.0.jsonld", - "_dcatap_landing_page" : "http://data.europa.eu/r5r/" + "@context": { + "@base": "https://raw.githubusercontent.com/lagoproject/DMP/1.1", + "lago": "https://raw.githubusercontent.com/lagoproject/DMP/1.1/schema/lagoSchema.jsonld", + "dct": "http://purl.org/dc/terms/", + "@vocab": "https://raw.githubusercontent.com/SEMICeu/DCAT-AP/2.0.0/releases/2.0.0/dcat-ap_2.0.0.jsonld", + "_dcatap": "https://raw.githubusercontent.com/SEMICeu/DCAT-AP/2.0.0/releases/2.0.0/dcat-ap_2.0.0.jsonld", + "_dcatap_landing_page": "http://data.europa.eu/r5r/" }, -"@id" : "/rights/lagoCommonRights.jsonld", +"@id": "/rights/lagoCommonRights.jsonld", "title": "Data and Metadata Release, Rights and Disclaimer", -"creator" : [{ "@id" : "https://orcid.org/0000-0002-4559-8785" , "@type" : "lago:Person", "name" : "Hernán Asorey" }, - { "@id" : "https://orcid.org/0000-0003-4115-3129" , "@type" : "lago:Person", "name" : "Iván Sidelnik" }, - ], +"creator": [{ "@id": "https://orcid.org/0000-0002-4559-8785" , "@type" : "lago:Person", "name" : "Hernán Asorey" }, + { "@id": "https://orcid.org/0000-0003-4115-3129" , "@type" : "lago:Person", "name" : "Iván Sidelnik" }], "releaseDate": "2022-05-10", -"conformsTo": { "@id" : "https://github.github.com/gfm/" , "@type" : "Document", "title": "GitHub Flavored Markdown Spec", "preferredLabel" :"GFM"}, -"relatedResource" : ["https://lagoproject.net/FALTA","https://lagoproject.github.io/DMP/rights/lagoCommonRights"], -"publisher" : { "@id" : "/defs/lagoCollaboration.jsonld" , "@type" : "lago:Organization", "name" : "LAGO Collaboration" }, -"license" : "https://creativecommons.org/licenses/by-nc-sa/4.0/", -"accessRigths" : "@id", +"conformsTo": { "@id": "https://github.github.com/gfm/", "@type": "Document", "title": "GitHub Flavored Markdown Spec", "preferredLabel": "GFM"}, +"relatedResource": ["https://lagoproject.net/FALTA","https://lagoproject.github.io/DMP/rights/lagoCommonRights"], +"publisher": { "@id": "/defs/lagoCollaboration.jsonld" , "@type": "lago:Organization", "name" : "LAGO Collaboration" }, +"license": "https://creativecommons.org/licenses/by-nc-sa/4.0/", +"accessRigths": "@id", "type": "Markdown" -"descprition" : " +"descprition": ' # Data and Metadata Release, Rights and Disclaimer @@ -76,5 +75,5 @@ Neither LAGO nor contributors of data to LAGO shall be held liable for any impro # D. Disclaimer of Accuracy of Data No warranty, expressed or implied, is made regarding the accuracy, adequacy, completeness, reliability, or usefulness of any data provided. These data are provided "as is." All warranties of any kind, expressed or implied, including but not limited to fitness for a particular use, freedom from computer viruses, and non-infringement of proprietary rights, are disclaimed. -", +' } -- GitLab