@prefix this: <https://w3id.org/np/RA01LqSWkJjl32HTSa_1qQJHgysZfh-XRIGMMp9n0FsZE> .
@prefix sub: <https://w3id.org/np/RA01LqSWkJjl32HTSa_1qQJHgysZfh-XRIGMMp9n0FsZE#> .
@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:FHISPA <http://purl.obolibrary.org/obo/RO_0002233> <http://purl.org/dc/dcmitype/Text> ;
    <http://purl.obolibrary.org/obo/RO_0002234> sub:FHIR ;
    a <https://w3id.org/fair/fip/terms/Available-FAIR-Supporting-Resource> , <https://w3id.org/fair/fip/terms/FAIR-representation-service> ;
    rdfs:comment "Translate SPARQL queries over a FHIR dataset to FHIR REST API invocations, execute, and integrate response into query orchestration using Javascript." ;
    rdfs:label "FHIR SPARQL JS" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0004-3529-1159 .
}
sub:pubinfo {
  orcid:0009-0004-3529-1159 foaf:name "Rick Overkleeft" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCL2WFNjqG7rjKyLp0cLMiqhFIefaKztE+dIybEsMvVrfK42XAvU7O9/tBYO+4l4iU91GQI62bZNoktVM7tK9Q/h+PCUm3j/NkAsf+jB/yhddBaZvoytwQpfdSTdUoTJRGTVDkrKCgqjj/pxaQ/RQ5GMfRAMjA5xPm5JvBm9+g+7wIDAQAB" ;
    npx:hasSignature "abcZct8yTECYP4dbD2Twp3yU4sMhl07qQjGT1ZlrwaAuaxbO5AP9N8o2qhJ0UauS/hnZw1YyUoVCiJhVSCSG+wJAVVjHgAz5Gz47ympq3Dv0EmKyRGA0jHvmJrcyLa+Q4tdE4Z8BctJXh8lOLfwNXhN1dQ1A/QNlk7odboESnV4=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0004-3529-1159 .
  this: dct:created "2024-08-01T07:58:18.929Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0004-3529-1159 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:hasNanopubType <https://w3id.org/fair/connect/FAIR-Service> , <https://w3id.org/fair/fip/terms/FAIR-Supporting-Resource> ;
    npx:introduces sub:FHISPA ;
    npx:wasCreatedAt <https://nanodash.petapico.org/> ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAgvL_it5VcDKlcRk4GIvVISo9Ei8yPfeqeAAGe1KjRGw> .
}