@prefix this: <https://w3id.org/np/RAl-as0Zkt3QPIxh0Fk2VdODWrc_rkJI0Z3e6CUPoAVbg> .
@prefix sub: <https://w3id.org/np/RAl-as0Zkt3QPIxh0Fk2VdODWrc_rkJI0Z3e6CUPoAVbg#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:PHT a <https://w3id.org/fair/fip/terms/Available-FAIR-Supporting-Resource> , <https://w3id.org/fair/fip/terms/FAIR-Practice> , <https://w3id.org/fair/fip/terms/FAIR-Supporting-Resource> ;
    rdfs:comment "The Personal Health Train (PHT) aims to connect distributed health data and create value by increasing the use of existing health data for citizens, healthcare, and scientific research." ;
    rdfs:label "PHT | Personal Health Train" ;
    rdfs:seeAlso <https://www.dtls.nl/fair-data/personal-health-train/> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-4182-7560 .
}
sub:pubinfo {
  orcid:0000-0002-4182-7560 foaf:name "Kristina Hettne" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCNRY+XQupJzQf9CyuI3/nPbXPBvBUnmhTPmcRzkndf2UR6pp5q+T+9xpB+7/hEWDr1IG25QxhCP0ZCQfAuXYhKcXboCzuWqw7Xw5bOXk31HYiogezYFVOpophOpoivkO0zXAu5CNTdB7+va3lWHWkHAL4yxcQdEzN0j/0SJrKgkwIDAQAB" ;
    npx:hasSignature "R8cuN03XH63i5yUO9rK0hOXQDo1M2aIBp1vn4T8x1H0waMwiD490YJgyRJVyD4M0j0tTND/79/I0NWpyAsjHwN2Jv/ZySf9SwlNSwB709pteolBR5RHX7dV9WKaDqoLK/Wly8R53LPoscrlwTaPbWwFMDRBGwsTAcxKHvJ+qYu8=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-4182-7560 .
  this: dct:created "2024-04-19T09:52:49.245Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-4182-7560 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:hasNanopubType <https://w3id.org/fair/fip/terms/FAIR-Supporting-Resource> ;
    npx:introduces sub:PHT ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "FAIR-practice: PHT | Personal Health Train" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAjEvf8XHfMUiYYekjVgV3NWJDrWTCPiRkHExuL7PFyvI> .
}