From e5ac6fe089ae8f5b6bac5880df986d3b2f8242ac Mon Sep 17 00:00:00 2001 From: Benoit Orihuela Date: Mon, 15 Apr 2024 15:09:43 +0200 Subject: [PATCH] chore(dcat): temp revert to hasLogo --- dcat/jsonld-contexts/dcat.jsonld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dcat/jsonld-contexts/dcat.jsonld b/dcat/jsonld-contexts/dcat.jsonld index a375c40..3addf31 100644 --- a/dcat/jsonld-contexts/dcat.jsonld +++ b/dcat/jsonld-contexts/dcat.jsonld @@ -14,7 +14,7 @@ "endpointURL": "http://www.w3.org/ns/dcat#endpointURL", "endpointDescription": "https://www.w3.org/ns/dcat#endpointDescription", "fairScore": "https://smart-data-models.org/fairScore", - "logo": "http://xmlns.com/foaf/0.1/logo", + "hasLogo": "http://xmlns.com/foaf/0.1/logo", "homepage": "http://xmlns.com/foaf/0.1/homepage", "keyword": "http://www.w3.org/ns/dcat#keyword", "landingPage": "http://www.w3.org/ns/dcat#landingPage", @@ -27,4 +27,4 @@ "title": "http://purl.org/dc/terms/title", "version": "https://www.w3.org/ns/dcat#version" } -} \ No newline at end of file +}