Skip to content

Commit

Permalink
Merge pull request #2 from GenomicDataInfrastructure/prefix-healthdcatap
Browse files Browse the repository at this point in the history
Prefix healthdcatap
  • Loading branch information
hcvdwerf authored Nov 8, 2024
2 parents afd8e7d + b85c674 commit 64abead
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 6 deletions.
5 changes: 5 additions & 0 deletions Formulasation(shacl)/core/PiecesShape/Catalog.ttl
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2024 Health-ri.
#
# SPDX-License-Identifier: Apache-2.0


@prefix : <http://fairdatapoint.org/> .
@prefix dash: <http://datashapes.org/dash#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
Expand Down
4 changes: 4 additions & 0 deletions Formulasation(shacl)/core/PiecesShape/DataService.ttl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Health-ri.
#
# SPDX-License-Identifier: Apache-2.0

@prefix : <http://fairdatapoint.org/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
Expand Down
16 changes: 10 additions & 6 deletions Formulasation(shacl)/core/PiecesShape/Dataset.ttl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Health-ri.
#
# SPDX-License-Identifier: Apache-2.0

@prefix : <http://fairdatapoint.org/> .
@prefix dash: <http://datashapes.org/dash#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
Expand All @@ -6,7 +10,7 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix healthdcat: <http://example.com/ns/healthdcat#> .
@prefix healthdcatap: <http://example.com/ns/healthdcatap#> .
@prefix : <http://coreRule-healthri.nl#> .

:DatasetShape a sh:NodeShape ;
Expand Down Expand Up @@ -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" ;
Expand All @@ -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" ;
Expand All @@ -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" ;
Expand All @@ -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" ;
Expand All @@ -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;
Expand Down
4 changes: 4 additions & 0 deletions Formulasation(shacl)/core/PiecesShape/DatasetSeries.ttl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Health-ri.
#
# SPDX-License-Identifier: Apache-2.0

@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
Expand Down
4 changes: 4 additions & 0 deletions Formulasation(shacl)/core/PiecesShape/Distribution.ttl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Health-ri.
#
# SPDX-License-Identifier: Apache-2.0

@prefix : <http://fairdatapoint.org/> .
@prefix dash: <http://datashapes.org/dash#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
Expand Down
4 changes: 4 additions & 0 deletions Formulasation(shacl)/core/PiecesShape/Resource.ttl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Health-ri.
#
# SPDX-License-Identifier: Apache-2.0

@prefix : <http://fairdatapoint.org/> .
@prefix dash: <http://datashapes.org/dash#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
Expand Down

0 comments on commit 64abead

Please sign in to comment.