@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @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:get-indexes-for-resource a ; dct:description "This query returns the nanopublication indexes that are declared to be part of a given resource, ordered by index creation time (latest first). The index label is returned as its own column, with the nanopublication link as a separate short-symbol column at the end."; dct:license ; rdfs:label "Get indexes for resource"; ; """prefix rdfs: prefix dct: prefix np: prefix npa: prefix npx: select (min(?l) as ?label) (count(?element) as ?size) ?creator ?date ?np (\"^\" as ?np_label) where { values ?_resource_multi_iri {} graph npa:graph { ?np npx:hasNanopubType npx:NanopubIndex . ?np npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } ?np dct:created ?date . ?np np:hasAssertion ?a . ?np rdfs:label ?l . ?np npx:signedBy ?creator . } graph ?a { ?np dct:isPartOf ?_resource_multi_iri . ?np npx:includesElement ?element . } } group by ?np ?creator ?date 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: dct:created "2026-08-19T07:47:14Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:get-indexes-for-resource; npx:supersedes ; rdfs:label "Get indexes for resource"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "QVNZyyOo5ZUZlg2mdIgmAaiKGhNoH2d4THZYjXy2SN7GefjXznYNPp+ZbYVIXcKbTWsOKAPGbA8PrIhLQdss/6B0VAZu0+NjQ+I1fYRSL6st02o3IedxAohp9damrIFELcUdD1cAG0Of+NjwoTwD9909k+eo8V6vKNCa+9uwYCo="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }