@prefix this: <https://w3id.org/np/RAeXAzA44ya00MRHJR2E_7biCnI0c6oVUEOCYNrRj_szk> .
@prefix sub: <https://w3id.org/np/RAeXAzA44ya00MRHJR2E_7biCnI0c6oVUEOCYNrRj_szk#> .
@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 {
  sub:Title a nt:LiteralPlaceholder .
  sub:assertion dct:description "Template to store data required to describe an AOP key event following FAIR principles." ;
    a nt:AssertionTemplate ;
    rdfs:label "KeyEvent Data Template" ;
    nt:hasStatement sub:st1 ;
    nt:hasTag "AOPs Elements" .
  sub:st1 rdf:object sub:Title ;
    rdf:predicate sub:hasTitle ;
    rdf:subject sub:keyEventTitle .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-0593-2598 .
}
sub:pubinfo {
  orcid:0000-0003-0593-2598 foaf:name "Saurav Kumar" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCB7V9ZswxMNiTLUYtX1XGYMme8mjymikJ6AWyXqvhDymE3ISX75oWz2KbMUwg6t73nUJA7tJK2PNpXTd4irxzgaAUCOU4BoT3Z8mNsEPIQziQcDHChK0zhnajIqRpEdZcrSoj98oJrutKQUVrHug8M139ItLJm3IdVlb9+PIYQoQIDAQAB" ;
    npx:hasSignature "EOw26g+FSe2s74OAIvUvqiST2OGyWbFaoZVBaDObcE2vPoc8ObHl2ucvGRt/MdB6Y/uhQXOtpQftW1aKcHB4o8bSwwN7DVig4zoo9PthuSNa9SOzDuiwZopqceJdGxTU65M7WLg4TnKKnUY4tEL5E0n7/HxoARTHWzJyJ6mE0uQ=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0003-0593-2598 .
  this: dct:created "2024-07-19T12:24:50.626Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0003-0593-2598 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:wasCreatedAt <https://nanodash.petapico.org/> ;
    rdfs:label "Template: KeyEvent Data Template" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RALtjkZX1lYrTL2eCZp4VTW6vGGxiDZ-aaU-s1Z0Fcs2I> .
}