@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-rocrate-nanopubs a ; dct:description "This query returns all RO-Crate nanopubs. Including the old and new type."; dct:license ; rdfs:label "Get all RO-Crate nanopubs"; ; """prefix rdfs: prefix dct: prefix np: prefix npa: prefix npx: prefix kpxl: # find all ro-crates, with old and new nanopub type select distinct ?rocrate ?date ?np where { graph npa:graph { {?np npx:hasNanopubType kpxl:RoCrateNanopub .} union {?np npx:hasNanopubType npx:RoCrateNanopub .} ?np npa:hasValidSignatureForPublicKeyHash ?pubkeyhash . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkeyhash . } ?np dct:created ?date . ?np npx:introduces ?rocrate . ?np npx:signedBy ?agent_iri . } } order by desc(?date)""" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0009-0008-3635-347X . } sub:pubinfo { orcid:0009-0008-3635-347X foaf:name "Ziroli Plutschow" . this: dct:created "2026-05-13T14:58:41.537Z"^^xsd:dateTime; dct:creator orcid:0009-0008-3635-347X; dct:license ; npx:embeds sub:get-rocrate-nanopubs; npx:supersedes ; npx:wasCreatedAt ; prov:wasDerivedFrom ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCRxqE9AJd10geyZVSAzaTl5ly3X0EBV59zn6ot8ZdcB77wkUqI44Mw5IYeG/isXoAZqq5yXWZjMOk0Uv94jqu31KnXlv2cazidBqJeO9GD0UAfX6hU3mpbC6Hj3MFNDYEDMX/yAC55oOr78B93NqhdiTieTMKzNe/kHyVhCIPjgQIDAQAB"; npx:hasSignature "AVaI97UVGfXYiydYNadqujglY8BBIiL9rySX8UeMKzEeE2XDGVIFUhMtnJf2ygsueKHRI1F68AAIatRxR4fix13tr4k8hC7aznX5bgWlz4Ci1WyTl5+vOWdjItYRe3bhx/FEJI/5zz+IyGqUz+cbDkqBXGthDCdijdFmRTtBBJs="; npx:hasSignatureTarget this:; npx:signedBy orcid:0009-0008-3635-347X . }