From 083c0ae74717f6c6d5c6c24c604a4f09246d9f66 Mon Sep 17 00:00:00 2001 From: Baptiste Toulemonde <toulemonde@cines.fr> Date: Thu, 17 Feb 2022 11:25:17 +0100 Subject: [PATCH] fix contactPoint cardinality --- src/assets/geodcat.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/geodcat.json b/src/assets/geodcat.json index 8aaf3d6b9..0c50b926a 100644 --- a/src/assets/geodcat.json +++ b/src/assets/geodcat.json @@ -38,7 +38,7 @@ "property": "contact point", "uri": "dcat:contactPoint", "usageNote": "Recommended property.This property contains contact information that can be used for sending comments about the Dataset.", - "card": "0..n", + "card": "0..1", "geodcat": false }, { -- GitLab