. . . . "Returns all Web Annotations (oa:Annotation) contained in Colonial Collections nanopubs, together with their specific content subtype, the scope (which field of the target object the annotation refines), the source object (with a short label derived from its identifier), the body text and its language, the community group on whose behalf the annotation was made, the individual creator, and the creation date. Sorted from most recent first." . . . "Get Colonial Collections annotations" . . "prefix rdf: \nprefix rdfs: \nprefix np: \nprefix npa: \nprefix npx: \nprefix xsd: \nprefix dct: \nprefix oa: \nprefix prov: \n\nselect ?subtype ?subtype_label ?scope ?scope_label ?source ?source_label ?body ?lang ?group ?group_label ?creator ?creator_label ?date ?np (\"^\" as ?np_label) where {\n graph npa:graph {\n ?np npa:hasValidSignatureForPublicKey ?pubkey ;\n dct:created ?datetime ;\n np:hasAssertion ?ag ;\n np:hasProvenance ?pg ;\n np:hasPublicationInfo ?pig .\n filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }\n filter not exists { ?inv npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }\n }\n bind(substr(str(?datetime), 1, 10) as ?date)\n graph ?pig {\n ?np a ?subtype .\n filter(strstarts(str(?subtype), \"https://n2t.net/ark:/27023/9819f32405815dc7f2e0ecd9d8a9e604#\") && str(?subtype) != \"https://n2t.net/ark:/27023/9819f32405815dc7f2e0ecd9d8a9e604#Nanopub\")\n bind(strafter(str(?subtype), \"#\") as ?subtype_label)\n }\n graph ?ag {\n ?anno a oa:Annotation ;\n oa:hasBody ?b ;\n oa:hasTarget ?t .\n ?b rdf:value ?body_lit .\n bind(str(?body_lit) as ?body)\n bind(lang(?body_lit) as ?lang)\n optional {\n ?t oa:hasScope ?scope .\n bind(if(contains(str(?scope), \"#\"), strafter(str(?scope), \"#\"), str(?scope)) as ?scope_label)\n }\n optional {\n ?t oa:hasSource ?source .\n bind(substr(replace(str(?source), \"^.*/\", \"\"), 1, 8) as ?source_label)\n }\n }\n optional {\n graph ?pg {\n ?ag prov:wasAttributedTo ?creator .\n optional { ?creator rdfs:label ?creator_label }\n optional {\n ?creator prov:actedOnBehalfOf ?group .\n optional { ?group rdfs:label ?group_label }\n }\n }\n }\n}\norder by desc(?datetime)" . . "Tobias Kuhn" . "2026-05-20T13:38:00Z"^^ . . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "bWVROEYs18BzbHtDeXqnobk4wKAlnA/85VkQRG3wA1PJPE3AisuG9JhZplzYEtBTzlZ5K349yyd9m5wvQkchGujqE0u+curdKbhmwmlRzfCRHE25uxiioE49X4KnadVYipPxGGdDmn6db1eWg9wdXqmns1N52PgZzjPF+TgWUyM=" . . .