@prefix this: <https://w3id.org/np/RAGJXDRZg6dI4OEQL5XD1NeBgYCoZdIEQ34B3SRJZRd_A> .
@prefix sub: <https://w3id.org/np/RAGJXDRZg6dI4OEQL5XD1NeBgYCoZdIEQ34B3SRJZRd_A#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://purl.org/np/RAlrIHEm2sejocdxPwppoXAbbQfhUzmJQW4aNHj9ee-rA#sphn> a fip:FAIR-Implementation-Community ;
    rdfs:comment "The Swiss Personalized Health Network is a national initiative under the leadership of the Swiss Academy of Medical Sciences (SAMS). In collaboration with the SIB Swiss Institute of Bioinformatics it contributes to the development, implementation and validation of coordinated data infrastructures in order to make health-relevant data interoperable and shareable for research in Switzerland." ;
    rdfs:label "SPHN | Swiss Personalized Health Network" ;
    rdfs:seeAlso <https://sphn.ch/> ;
    fip:has-research-domain <http://edamontology.org/topic_3576> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-0627-8110 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "Naa36+SavVlF6ayFQIcNK2w+KZ/CzzrVlbmsEgT1HVkOCw/TbkJ1xm0jwMEFAzrXKaYPnlSIsxFPYXnsFdfBWuLGH20tFLB/01DmZVMFgcb7O6DGudHdpYhD0fJgGjFT424zN8M0/FuP3KfC4O7Yi7jyAMyL1MCY+B5gAVvq4xk=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-02-08T21:06:47Z"^^xsd:dateTime ;
    dct:creator <https://sip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces <http://purl.org/np/RAlrIHEm2sejocdxPwppoXAbbQfhUzmJQW4aNHj9ee-rA#sphn> ;
    npx:supersedes <http://purl.org/np/RAlrIHEm2sejocdxPwppoXAbbQfhUzmJQW4aNHj9ee-rA> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/7b91aac9-908d-4f0e-a7b2-704c32bc456a> .
}