@prefix ns1: <http://purl.org/np/> .
@prefix this: <http://purl.org/np/RAR40PzxS9rmUC2lH2ct7IlYhyEib-3GXY5DkuR8wgHRw> .
@prefix sub: <http://purl.org/np/RAR40PzxS9rmUC2lH2ct7IlYhyEib-3GXY5DkuR8wgHRw#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@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#> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion a nt:PubinfoTemplate ;
    rdfs:label "Nanopublication related to biodiversity" ;
    nt:hasStatement sub:st1 .
  sub:st1 rdf:object <https://w3id.org/kpxl/biodiv/terms/BiodivNanopub> ;
    rdf:predicate rdf:type ;
    rdf:subject nt:NANOPUB .
  rdf:type rdfs:label "is a" .
  <https://w3id.org/kpxl/biodiv/terms/BiodivNanopub> rdfs:label "nanopublication related to biodiversity - a nanopublication that is in some way related to the topic of biodiversity" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB" ;
    npx:hasSignature "PlC5IGCw3UaWHyDs+pFob7/nMlXU58LcFS1p1bV9b2eef2M2OVWNbNM0ew1wm//RSVwX87dka54N+EBdaVp/rG/Lwa4b6a+GOvM0SGuj482Y1OtBHLP5d8dHeSMPE//afmD+ubyjD9Z2GXfZkpe+UTxAU1XrF1vP53AEL868wUU=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-08-23T12:18:02.044Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    rdfs:label "Pubinfo template: Nanopublication related to biodiversity" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate ns1:RAdRCvpGWTW0lTGKktdw7JxFinmnVEN0EwFEWHrh7W1Nc .
}