@prefix this: <http://purl.org/np/RAf4yU2GgQHbY4mKHp_cQnl_YsM2HptK5sPjuE-D-rKXc> .
@prefix sub: <http://purl.org/np/RAf4yU2GgQHbY4mKHp_cQnl_YsM2HptK5sPjuE-D-rKXc#> .
@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 {
  sub:FITUF a fip:FAIR-Implementation-Community ;
    rdfs:comment "Everyone who considers implementing the FAIR Guiding Principles using Health Level Seven Fast Healthcare Interoperability Resources." ;
    rdfs:label "FAIR Implementations That Use FHIR " ;
    rdfs:seeAlso <https://www.hl7.org/fhir/> ;
    fip:has-research-domain <http://purl.obolibrary.org/obo/NCIT_C16439> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-7124-8949 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "ia+DpPQgIucWn64ERWqP7pesRWqD+wdUabjyy1tG8BPrDSwUqj1hvCkn12VuUstPxWcz2ARkXaSqgGLCTIDMnxwUm5ROPsC8WCe5U2FSwaTIXirtyG2V63FWYOX3R4x5/g0aWsFFWHtm15+Z1ry36LAtFim3U3SrxHTT0d9h5os=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-05-04T15:41:05Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:FITUF ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/e86794f3-fd3d-4c54-9cfd-64083aa9e150> .
}