@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: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:testing a ; dct:description "testing..."; dct:license ; rdfs:label "just testing..."; ; """prefix rdf: prefix rdfs: prefix dct: prefix np: prefix npa: prefix npx: prefix oa: select ?subject ?predicate ?object ?source ?np ?label ?annotator ?date where { graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np dct:created ?date . ?np np:hasAssertion ?a . ?np npx:introduces ?annotation . ?np npx:signedBy ?annotator . optional { ?np rdfs:label ?label } } graph ?a { ?annotation a oa:Annotation . ?annotation oa:motivatedBy oa:highlighting . ?annotation oa:hasTarget ?target . optional { ?target oa:hasSource ?sourcex . } bind(coalesce(?sourcex, ?target) as ?source) ?annotation oa:hasBody ?relation . ?relation rdf:subject ?subject . ?relation rdf:predicate ?predicate . ?relation rdf:object ?object . } } order by desc(?date)""" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: a npx:ExampleNanopub; dct:created "2025-10-15T16:48:45.628+02:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:testing; npx:supersedes ; npx:wasCreatedAt ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate ns1:RAXflINqt3smqxV5Aq7E9lzje4uLdkKIOefa6Bp8oJ8CY, , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "CeVn227CUEfFBIixb8sDPGafbPmKAN1QPeZ4djEDL2/k4LwzufFAu9XpuUCskY+v71Ajvh4p1VNBDN+pQasIbkA8e9o0Swe7CRYJ1ZKS70QHInQRixGGbTkthMlUZyMW1s1fbQVirpe9gz9nrzIxDFEKYuf7GuthA63AbxLqKLw="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }