@prefix this: <http://purl.org/np/RAR6hcPiV0KxCoISxdzW_LEpuqx8Z9ceAGEPa5rGbRtxg> .
@prefix sub: <http://purl.org/np/RAR6hcPiV0KxCoISxdzW_LEpuqx8Z9ceAGEPa5rGbRtxg#> .
@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 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://130.60.24.146:7883/sparql> a npx:NanopubService , <https://github.com/peta-pico/signed-nanopub-services#np-sparql-api> ;
    rdfs:label "Signed Nanopub SPARQL API at UZH" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" ;
    npx:hasSignature "ERhH+4sJX5j+Z6/bCzygwMpPOytVjP8ALnfzaCaOy8U11OibHv3mBb6uDE0MmSDV8RIpIBzx+wsYq89L4rp+4ZpxfKf2REoFNjJqMZ9EaNuNOW4JGUetWp0hnG9niHHHF7+HtxDrAbmm7taiyTyZuDyEv/fBLRPVBys42mP63Yw=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-02-14T19:47:53.314+01:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    npx:introduces <http://130.60.24.146:7883/sparql> ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAh26HlAmfMC8OF2cexKVhGlcbrV4MgP8sgyG2xo3fVJo> .
}