@prefix this: <http://purl.org/np/RAbg4wIbu56zz1o0U8pY4Qw_xFrmOna6y7wW2xxEa_7FM> .
@prefix sub: <http://purl.org/np/RAbg4wIbu56zz1o0U8pY4Qw_xFrmOna6y7wW2xxEa_7FM#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dul: <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix p-plan: <http://purl.org/net/p-plan#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pwo: <http://purl.org/spar/pwo#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubInfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:plan dcterms:description "This is a test workflow." ;
    pwo:hasFirstStep <http://www.example.org/step1> ;
    a p-plan:Plan .
  <http://www.example.org/step1> dul:precedes <http://www.example.org/step2> .
  <http://www.example.org/step2> dul:precedes <http://www.example.org/step3> .
}
sub:provenance {
  sub:assertion prov:generatedAtTime "2020-09-10T18:00:09.843359"^^xsd:dateTime .
}
sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoZmUKAHAF0CY2sKahOanR1V8wP62NOw3G0wcVLULWxqXB/gcW25bGPcA5RKoiuhT6dUbfcRXmwLknE29h6KWfKYLtNaqdrHbjSnNC65dNmNxCNp0i6ZLZRh51mxw9IPJHZrDqQ9bcLwm9d1G1fDKasA+h1vrF3Hv1YrQsF9aW1QIDAQAB" ;
    npx:hasSignature "BLh7OnDbru4eEkGsR6lYFufNfpF00v9Pn6YACyNzhHJkEgPfzjF1AQUIAoi905jclVVU+iKtpId8a2Mfb9xo9+hPBGI3wfBHCmWYUAXQeu5WmxQyMgMi4xV4XPpwUKYpZEAGUU8YKh8tHCWiOyg2idfNRm2BsQ50OzksMK+l090=" ;
    npx:hasSignatureTarget this: .
  this: npx:introduces sub:plan ;
    prov:generatedAtTime "2020-09-10T18:00:09.843359"^^xsd:dateTime .
}