@prefix this: <https://w3id.org/np/RAX5GfDS2rhwFUYF0APIUE9i2tHb7MwS_MGngPWygMoRI> .
@prefix sub: <https://w3id.org/np/RAX5GfDS2rhwFUYF0APIUE9i2tHb7MwS_MGngPWygMoRI#> .
@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 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 {
  rdf:type rdfs:label "is a" .
  sub:assertion a nt:PubinfoTemplate ;
    rdfs:label "Assign to nanopublication class" ;
    nt:hasStatement sub:st1 .
  sub:class a nt:ExternalUriPlaceholder ;
    rdfs:label "URI of the nanopub class" .
  sub:st1 rdf:object sub:class ;
    rdf:predicate rdf:type ;
    rdf:subject nt:NANOPUB ;
    a nt:RepeatableStatement .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB" ;
    npx:hasSignature "RVuVISEQcDrx2WQw0sxi70ZfdoiVQmv6WP8tPMnF2NjLAeOLBpWyTwpvxtuh88zrXb4yEteWEzv7h89G8rtgINTtaWGR3+hAdtTKxoM4u5/BLSCAuWq8Uzib9mwYQM8bi8UrKE9GdmkgH44Ed5+eFHhK/t3DQIO6Yuz8J6ASzu8=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-1267-0234 .
  this: dct:created "2024-02-09T08:15:39.208Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:supersedes <https://w3id.org/np/RAXoTvY20K5SvSQn2_BO9vG27wP2-eBqeP1sTAbxYaP4Q> ;
    npx:wasCreatedAt <https://nanodash.petapico.org/> ;
    rdfs:label "Pubinfo template: Assign to nanopublication class" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 , ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI ;
    nt:wasCreatedFromTemplate ns1:RAdRCvpGWTW0lTGKktdw7JxFinmnVEN0EwFEWHrh7W1Nc .
}