Skip to content

Commit

Permalink
Change prefix to HealthDCATAP
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans-Chrstian committed Nov 6, 2024
1 parent bf54217 commit 95a2d8d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Formulasation(shacl)/core/PiecesShape/Dataset.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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 +117,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 +126,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 +135,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 +145,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 +155,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

0 comments on commit 95a2d8d

Please sign in to comment.