diff --git a/Formulasation(shacl)/core/PiecesShape/Catalog.ttl b/Formulasation(shacl)/core/PiecesShape/Catalog.ttl
index e517f14..d1fb326 100644
--- a/Formulasation(shacl)/core/PiecesShape/Catalog.ttl
+++ b/Formulasation(shacl)/core/PiecesShape/Catalog.ttl
@@ -1,3 +1,8 @@
+# SPDX-FileCopyrightText: 2024 Health-ri.
+#
+# SPDX-License-Identifier: Apache-2.0
+
+
@prefix : .
@prefix dash: .
@prefix dcat: .
diff --git a/Formulasation(shacl)/core/PiecesShape/DataService.ttl b/Formulasation(shacl)/core/PiecesShape/DataService.ttl
index 9543a9f..1640a3b 100644
--- a/Formulasation(shacl)/core/PiecesShape/DataService.ttl
+++ b/Formulasation(shacl)/core/PiecesShape/DataService.ttl
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2024 Health-ri.
+#
+# SPDX-License-Identifier: Apache-2.0
+
@prefix : .
@prefix sh: .
@prefix dcat: .
diff --git a/Formulasation(shacl)/core/PiecesShape/Dataset.ttl b/Formulasation(shacl)/core/PiecesShape/Dataset.ttl
index c83a3ca..de13cbd 100644
--- a/Formulasation(shacl)/core/PiecesShape/Dataset.ttl
+++ b/Formulasation(shacl)/core/PiecesShape/Dataset.ttl
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2024 Health-ri.
+#
+# SPDX-License-Identifier: Apache-2.0
+
@prefix : .
@prefix dash: .
@prefix dcat: .
@@ -6,7 +10,7 @@
@prefix xsd: .
@prefix foaf: .
@prefix vcard: .
-@prefix healthdcat: .
+@prefix healthdcatap: .
@prefix : .
:DatasetShape a sh:NodeShape ;
@@ -117,7 +121,7 @@
dash:viewer dash:LiteralViewer ;
],
[
- sh:path healthdcat:minTypicalAge ;
+ sh:path healthdcatap:minTypicalAge ;
sh:nodeKind sh:Literal ;
# sh:datatype xsd:nonnegativeinteger ;
sh:name "Mininum typical age of the population within the dataset" ;
@@ -126,7 +130,7 @@
dash:viewer dash:LiteralViewer;
],
[
- sh:path healthdcat:maxTypicalAge ;
+ sh:path healthdcatap:maxTypicalAge ;
sh:nodeKind sh:Literal ;
# sh:datatype xsd:nonnegativeinteger ;
sh:name "Maximum typical age of the population within the dataset" ;
@@ -135,7 +139,7 @@
dash:viewer dash:LiteralViewer;
],
[
- sh:path healthdcat:numberOfUniqueIndividuals ;
+ sh:path healthdcatap:numberOfUniqueIndividuals ;
sh:nodeKind sh:Literal ;
# sh:datatype xsd:nonnegativeinteger ;
sh:name "Number of unique individuals" ;
@@ -145,7 +149,7 @@
dash:viewer dash:LiteralViewer;
],
[
- sh:path healthdcat:numberOfRecords ;
+ sh:path healthdcatap:numberOfRecords ;
sh:nodeKind sh:Literal ;
# sh:datatype xsd:nonnegativeinteger ;
sh:name "Number of records" ;
@@ -155,7 +159,7 @@
dash:viewer dash:LiteralViewer;
],
[
- sh:path healthdcat:populationCoverage ;
+ sh:path healthdcatap:populationCoverage ;
sh:name "Population coverage (a definition of the population within a dataset)" ;
sh:datatype xsd:string ;
sh:nodeKind sh:Literal;
diff --git a/Formulasation(shacl)/core/PiecesShape/DatasetSeries.ttl b/Formulasation(shacl)/core/PiecesShape/DatasetSeries.ttl
index 39cbbe3..e97e7e8 100644
--- a/Formulasation(shacl)/core/PiecesShape/DatasetSeries.ttl
+++ b/Formulasation(shacl)/core/PiecesShape/DatasetSeries.ttl
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2024 Health-ri.
+#
+# SPDX-License-Identifier: Apache-2.0
+
@prefix xsd: .
@prefix sh: .
@prefix foaf: .
diff --git a/Formulasation(shacl)/core/PiecesShape/Distribution.ttl b/Formulasation(shacl)/core/PiecesShape/Distribution.ttl
index 369d41b..a879e31 100644
--- a/Formulasation(shacl)/core/PiecesShape/Distribution.ttl
+++ b/Formulasation(shacl)/core/PiecesShape/Distribution.ttl
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2024 Health-ri.
+#
+# SPDX-License-Identifier: Apache-2.0
+
@prefix : .
@prefix dash: .
@prefix dcat: .
diff --git a/Formulasation(shacl)/core/PiecesShape/Resource.ttl b/Formulasation(shacl)/core/PiecesShape/Resource.ttl
index 52c2f47..18d4794 100644
--- a/Formulasation(shacl)/core/PiecesShape/Resource.ttl
+++ b/Formulasation(shacl)/core/PiecesShape/Resource.ttl
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2024 Health-ri.
+#
+# SPDX-License-Identifier: Apache-2.0
+
@prefix : .
@prefix dash: .
@prefix dcat: .