@prefix this: . @prefix sub: . @prefix dcterms: . @prefix np: . @prefix npx: . @prefix p-plan: . @prefix prov: . @prefix pwo: . @prefix xsd: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubInfo; a np:Nanopublication . } sub:assertion { p-plan:isStepOfPlan sub:plan . sub:plan dcterms:description "Test"; pwo:hasFirstStep ; a p-plan:Plan . } sub:provenance { sub:assertion prov:generatedAtTime "2020-10-06T09:36:49.549206"^^xsd:dateTime . } sub:pubInfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCQ3+mdQfVksFwZ1us13se3fTDOovibU1n1nc1WlqO1mOODBw6wmiaE2gIMIyqb6LwJ6255JJT6HmIZoLRfTVi6OYSyXqx0YpcKo33eV6cwXzNrzCR5GfhUEnwHy2gIMw2z95Yt26/IXtOAWMD1Jve+WGy0n3tHtjQD59ihgpXx4QIDAQAB"; npx:hasSignature "XviMszIP/2Wh2zJYOylrcdFIzzOVUPvd7V4SDfuLZDWxVGK9MWjSXbcnCPgcSQ/i3IrjViHr0xOthOXWwX/Gpf0OqZYhfmwaxCCX0IVCU9HHCMwBoT1r5t4x/xtK0/tK7UT+41hG78O1gucKC2npSfKgV8i1PJx57UONaftVcjs="; npx:hasSignatureTarget this: . this: npx:introduces sub:plan; prov:generatedAtTime "2020-10-06T09:36:49.549206"^^xsd:dateTime . }