@prefix this: . @prefix sub: . @prefix xsd: . @prefix rdfs: . @prefix dct: . @prefix prov: . @prefix np: . @prefix orcid: . @prefix nt: . @prefix npx: . @prefix fip: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:test2 a fip:FAIR-Enabling-Resource, fip:Metadata-longevity-plan; rdfs:comment "ate"; rdfs:label "tst"; fip:metadata-availability-in-years "10" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtpcftn7kbe6toJbOTDQaCcCssEFSWqt6J4rZ02w+TfY7/eIOgJZYOlpL6G3AzO2RNmVYWRPSlMiykaFuaRuBitvk1GKfGdprfZbvXwmeOxpqCTRBQX9EnFyQyd+Ra/ajfw/UsG8skeu1xnUEpnQbpgbQYc/fvhJNN0UwEc77mOwIDAQAB"; npx:hasSignature "AVFinUkL6CgMe4ze60hbZEug3z2n506n6MgcRv506Esh+fNSnU77oj1yA6ng+55zIXGOP27bYDTCF7AEKCIpzZQG+gfwK4zFPUSuof1g4g7KFLzXtr/3dc0tpwYkAB3jbdXi8ycB8+E6eITFlJcXxyren4d57PV+jUYhp/2sgzc="; npx:hasSignatureTarget this: . this: dct:created "2020-10-22T12:27:13.779+02:00"^^xsd:dateTime; dct:creator orcid:0000-0003-2195-3997; npx:introduces sub:test2; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate ; nt:wasCreatedFromTemplate . }