From e5de2473c2341605d07e047a380437a91f612b6a Mon Sep 17 00:00:00 2001 From: Xiaofeng Liao Date: Mon, 25 Nov 2024 12:47:26 +0100 Subject: [PATCH] feat: add value for dcatap:applicableLegislation feat: add value for dcatap:applicableLegislation in example dataset file. --- .../Core/Example-Data/example-dataset.ttl | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/Formalisation(shacl)/Core/Example-Data/example-dataset.ttl b/Formalisation(shacl)/Core/Example-Data/example-dataset.ttl index bd4b1a5..5e6fe3a 100644 --- a/Formalisation(shacl)/Core/Example-Data/example-dataset.ttl +++ b/Formalisation(shacl)/Core/Example-Data/example-dataset.ttl @@ -52,7 +52,8 @@ dct:spatial ; dcterms:type ; healthdcatap:healthTheme ; - dct:accessRights: . + dct:accessRights: ; + dcatap:applicableLegislation: . @@ -83,7 +84,8 @@ dct:spatial ; dcterms:type ; healthdcatap:healthTheme ; - dct:accessRights: . + dct:accessRights: ; + dcatap:applicableLegislation: . @@ -116,7 +118,8 @@ dct:spatial ; dcterms:type ; healthdcatap:healthTheme ; - dct:accessRights: . + dct:accessRights: ; + dcatap:applicableLegislation: . @@ -144,7 +147,8 @@ dct:spatial ; dcterms:type ; healthdcatap:healthTheme ; - dct:accessRights: . + dct:accessRights: ; + dcatap:applicableLegislation: . a dcat:Dataset ; @@ -171,4 +175,5 @@ dct:spatial ; dcterms:type ; healthdcatap:healthTheme ; - dct:accessRights: . + dct:accessRights: ; + dcatap:applicableLegislation: .