@prefix this: <https://w3id.org/np/RAp_-kdLEx25ZkR8QSG2MZpV5ajv8W2xM0TLoD7Wc76gg> .
@prefix sub: <https://w3id.org/np/RAp_-kdLEx25ZkR8QSG2MZpV5ajv8W2xM0TLoD7Wc76gg#> .
@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 {
  <http://purl.org/dc/elements/1.1/creator> rdfs:label "hasCreator" .
  dct:dateSubmitted rdfs:label "hasSubmissionDate" .
  sub:AssertionTemplate a nt:TrustyUriPlaceholder .
  sub:CreationDate a nt:LiteralPlaceholder .
  sub:Creator a nt:UriPlaceholder .
  sub:License a nt:LiteralPlaceholder .
  sub:ProvenanceTemplate a nt:TrustyUriPlaceholder .
  sub:PublicationInfoTemplate a nt:TrustyUriPlaceholder .
  sub:assertion a nt:PubinfoTemplate ;
    rdfs:label "AOP-sketchpad Publication Info" ;
    nt:hasStatement sub:st0 , sub:st1 , sub:st2 , sub:st3 , sub:st4 , sub:st5 .
  sub:st0 rdf:object sub:Creator ;
    rdf:predicate <http://purl.org/dc/elements/1.1/creator> ;
    rdf:subject sub:Nanopublication ;
    a rdf:Statement .
  sub:st1 rdf:object sub:CreationDate ;
    rdf:predicate dct:dateSubmitted ;
    rdf:subject sub:Nanopublication ;
    a rdf:Statement .
  sub:st2 rdf:object sub:License ;
    rdf:predicate dct:license ;
    rdf:subject sub:Nanopublication ;
    a rdf:Statement .
  sub:st3 rdf:object sub:AssertionTemplate ;
    rdf:predicate nt:wasCreatedFromTemplate ;
    rdf:subject sub:Nanopublication ;
    a rdf:Statement .
  sub:st4 rdf:object sub:ProvenanceTemplate ;
    rdf:predicate nt:wasCreatedFromProvenanceTemplate ;
    rdf:subject sub:Nanopublication ;
    a rdf:Statement .
  sub:st5 rdf:object sub:PublicationInfoTemplate ;
    rdf:predicate nt:wasCreatedFromPubinfoTemplate ;
    rdf:subject sub:Nanopublication ;
    a rdf:Statement .
  nt:wasCreatedFromProvenanceTemplate rdfs:label "hasProvenanceTemplate" .
  nt:wasCreatedFromPubinfoTemplate rdfs:label "hasPublicationInfoTemplate" .
  nt:wasCreatedFromTemplate rdfs:label "hasAssertionTemplate" .
}
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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCPsaMrnmg/0bxwjIicrr5srkkyBt6XJZcWhj+IgMaoW3magRZPKpeQDu80wDXBfhL9u/xIVrgD2CwbUar4YoxoeZGhzhB9nlAiIgET7MWLDbatSCQB4KY+mDQ6AYOzgHkPTfJFf8TZllFC/XLMcx4gFryIfRGlBb/Fz+kUhWB3fQIDAQAB" ;
    npx:hasSignature "fIzd4MHmo0V/Bu8ZcBqNyfZ4M/5/SPCawRZrhirGzYY3yuftn0SM4m0WZHZpz9/gexbBU1nX4A07Ln64S3Y4Y6Z1wz0yflOBcW3gRtWuCQbsNCICV1PXtlkba0gaK09VrSvKmsUZZLc3MaRWjKXohnMOuAe2HXMJV+KDtIujfuI=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0003-0593-2598 .
  this: dct:created "2024-10-10T14:22:29.024Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0003-0593-2598 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:supersedes <https://w3id.org/np/RAT_LjJtH1ZxfceogZjJU0ee56pyyUZiToe1Mtgn6W_yQ> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Pubinfo template: AOP-sketchpad Publication Info" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 , ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAhWXPpJ08Q2iCckdECf3HVXIcW9hFPyNlMaGffvb3B-o> .
}