@prefix this: . @prefix sub: . @prefix bpmn: . @prefix dcterms: . @prefix np: . @prefix npx: . @prefix p-plan: . @prefix prov: . @prefix xsd: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubInfo; a np:Nanopublication . } sub:assertion { dcterms:description "Preheat an oven to 200 degrees C."; a bpmn:ManualTask, p-plan:Step . } sub:provenance { sub:assertion prov:generatedAtTime "2020-09-10T15:44:26.807266"^^xsd:dateTime; prov:wasAttributedTo sub:experimentScientist; prov:wasDerivedFrom . } sub:pubInfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoZmUKAHAF0CY2sKahOanR1V8wP62NOw3G0wcVLULWxqXB/gcW25bGPcA5RKoiuhT6dUbfcRXmwLknE29h6KWfKYLtNaqdrHbjSnNC65dNmNxCNp0i6ZLZRh51mxw9IPJHZrDqQ9bcLwm9d1G1fDKasA+h1vrF3Hv1YrQsF9aW1QIDAQAB"; npx:hasSignature "cKeJv/29YIq9cMVIZZS3zd1S4z/PEu9jiU5FPBxSUZjZCDbifaTXOhP9DeYs1EDzJa1gH2LHZ+RPQaFoxCykKzXlRO6ImDpnEQ+jyTB3IukmgJNfVjd6kjtn/ggYKtC2PpCEmE7PSHaDA9pFYA2p5xWDlrBg6VKCM3/842Ns8CI="; npx:hasSignatureTarget this: . this: npx:introduces ; prov:generatedAtTime "2020-09-10T15:44:26.807266"^^xsd:dateTime; prov:wasAttributedTo . }