@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix fip: . @prefix prov: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:testpub2 a fip:FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource-to-be-Developed, fip:Provenance-model, fip:Search-engine; rdfs:comment "this is a 2nd publication that can be used for testing, created Jan 4 2022"; rdfs:label "test publication 2"; rdfs:seeAlso . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-6117-4755 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDO4xkU+/dGujq1raR66QtRqquMxiJ9hm2uzc2uBj7bCBBRnWhTw7M8f77BqAFHShgxqxYTr2do7/tVmoKeM51ISyttxWrh9ebZRoz5o6Muxt7HyA4sLHAmnixeZ5VJfZzsKAmVN23Y2ZiCqMoXjtcp5jO2lOC0AXaGPftnaA8b9QIDAQAB"; npx:hasSignature "BsjS+abw+XG7TMOpm4zd8y/9QWnHgBDHsXQSjiYVBXuTNIahTPfDjn0Wln1/liyLLRxgbmRPntv/Jcqk8/SqWSIpY72IdNaHFZERq1pye76MM4PEhSrONE6MxRjzApyVfZVMBvZd0dyNfdG4KIcL41zV/M5NPaNc7dk1vZ2bMg0="; npx:hasSignatureTarget this: . this: dct:created "2022-01-04T15:58:56.549+01:00"^^xsd:dateTime; dct:creator orcid:0000-0002-6117-4755; npx:introduces sub:testpub2; a npx:ExampleNanopub; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }