From 1b0d31c67a18f04363bff34e68b0cf41e2680c0a Mon Sep 17 00:00:00 2001 From: AJRubio-Montero <antonio.rubio@ciemat.es> Date: Thu, 12 May 2022 10:11:25 +0200 Subject: [PATCH] Update lagoCommonRights.jsonld --- rights/lagoCommonRights.jsonld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rights/lagoCommonRights.jsonld b/rights/lagoCommonRights.jsonld index 8182aab..995ee17 100644 --- a/rights/lagoCommonRights.jsonld +++ b/rights/lagoCommonRights.jsonld @@ -1,9 +1,9 @@ { "@context" : { "@base" : "https://raw.githubusercontent.com/lagoproject/DMP/1.1", - "lago" : "https://raw.githubusercontent.com/lagoproject/DMP/1.1/schema/lagoSchema.jsonld", + "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", + "@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/" }, -- GitLab