@prefix np: . @prefix npx: . @prefix orcid: . @prefix prov: . @prefix rdfs: . @prefix sub: . @prefix this: . @prefix xsd: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a rdfs:Resource; rdfs:label "Pubmate testsuite connector publish test"@en . } sub:provenance { sub:assertion prov:generatedAtTime "2026-06-24T11:21:44.818499+02:00"^^xsd:dateTime . } sub:pubinfo { this: prov:generatedAtTime "2026-06-24T11:21:44.818499+02:00"^^xsd:dateTime; prov:wasAttributedTo orcid:0000-0002-1825-0097 . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD3RHyHR7WWKBYevw1qK86B6RVzI7oKlvghqXvbpOAX1KueDE6Itru34HRhrVy4OMLCRQWBE3VXktKdbgOxD3vC4cIxz5LX+XOgGWzv5WKSjOfXu/yIeJrzsuIkyHvw7/tToGrE0itJ1wGylJv+YieizmGvNiUHhP0J0+YFMNnvewIDAQAB"; npx:hasSignature "fi0J+74oPSPeZKUD14wf2AbJB5wVw6F7RkCAKvrT9OmZ1HsW1Cy1oKJLPRZWdX8+ZAUU8u1om4bGEDoC3RaR0L3swHVbsDiaqcqWKo8CsuXTpruppIC2XkniDbP6nf9a8Uvg4dEsoQEgK08HYfpJoRrEdmR+7+t94RbB5qWl/Tw="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1825-0097 . }