diff --git a/rights/lagoCommonRights.jsonld b/rights/lagoCommonRights.jsonld index 102cb6a7669c3de8ac169c0cb28433106e51b676..a7f03319d02fc0e348f3c61487e9fc11ab732cd6 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. -", +' }