@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix ns1: . @prefix prov: . @prefix foaf: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:test dct:description "this is for testing"; a , ; rdfs:label "test example" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { nt:hasLabelFromApi "example - thing which acts as a typical representative of a set of things" . orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2025-04-15T11:37:05.082Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces sub:test; npx:wasCreatedAt ; a npx:ExampleNanopub; rdfs:label "test example"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate ns1:RAXflINqt3smqxV5Aq7E9lzje4uLdkKIOefa6Bp8oJ8CY, , ; nt:wasCreatedFromTemplate ns1:RAnxJvccrJq_S63P6KP5ujwaLND5mV15iVke03AqVVF-o . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "VlI35qCNi1WRl1JwHa5qYmb8WHFDRo0b2rki2Rjj8UpsL6vOeCkj236wCMouXTO2kkPu62NBYTeh0fo+UTMldI25obeCJ/hnu02lXQicgPgFvi90A2lrMtjsS+nPf3uaXdqdffNgRHy+VrHIfkQrYphMIOofZ0FXOPj8B4OI0b0="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }