https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ/Head
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ
http://www.nanopub.org/nschema#hasAssertion
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ/assertion
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ
http://www.nanopub.org/nschema#hasProvenance
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ/provenance
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ
http://www.nanopub.org/nschema#hasPublicationInfo
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ/pubinfo
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.nanopub.org/nschema#Nanopublication
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ/assertion
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ/get-colonial-collections-annotations
http://purl.org/dc/terms/description
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, the body text and its language, the community group on whose behalf the annotation was made, the individual creator, and the creation timestamp. Sorted from most recent first.
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ/get-colonial-collections-annotations
http://purl.org/dc/terms/license
http://www.apache.org/licenses/LICENSE-2.0
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ/get-colonial-collections-annotations
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
https://w3id.org/kpxl/grlc/grlc-query
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ/get-colonial-collections-annotations
http://www.w3.org/2000/01/rdf-schema#label
Get Colonial Collections annotations
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ/get-colonial-collections-annotations
https://w3id.org/kpxl/grlc/endpoint
https://w3id.org/np/l/nanopub-query-1.1/repo/type/9f1f58f4a7d23fa9955733b9c187dd9c5155d6dce4b57e4a43a8b0f861d99e12
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ/get-colonial-collections-annotations
https://w3id.org/kpxl/grlc/sparql
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix np: <http://www.nanopub.org/nschema#>
prefix npa: <http://purl.org/nanopub/admin/>
prefix npx: <http://purl.org/nanopub/x/>
prefix xsd: <http://www.w3.org/2001/XMLSchema#>
prefix dct: <http://purl.org/dc/terms/>
prefix oa: <http://www.w3.org/ns/oa#>
prefix prov: <http://www.w3.org/ns/prov#>
select ?date ?subtype ?subtype_label ?scope ?scope_label ?source ?body ?lang ?group ?group_label ?creator ?creator_label ?np ("^" as ?np_label) where {
graph npa:graph {
?np npa:hasValidSignatureForPublicKey ?pubkey ;
dct:created ?date ;
np:hasAssertion ?ag ;
np:hasProvenance ?pg ;
np:hasPublicationInfo ?pig .
filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }
filter not exists { ?inv npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }
}
graph ?pig {
?np a ?subtype .
filter(strstarts(str(?subtype), "https://n2t.net/ark:/27023/9819f32405815dc7f2e0ecd9d8a9e604#") && str(?subtype) != "https://n2t.net/ark:/27023/9819f32405815dc7f2e0ecd9d8a9e604#Nanopub")
bind(strafter(str(?subtype), "#") as ?subtype_label)
}
graph ?ag {
?anno a oa:Annotation ;
oa:hasBody ?b ;
oa:hasTarget ?t .
?b rdf:value ?body_lit .
bind(str(?body_lit) as ?body)
bind(lang(?body_lit) as ?lang)
optional {
?t oa:hasScope ?scope .
bind(if(contains(str(?scope), "#"), strafter(str(?scope), "#"), str(?scope)) as ?scope_label)
}
optional { ?t oa:hasSource ?source }
}
optional {
graph ?pg {
?ag prov:wasAttributedTo ?creator .
optional { ?creator rdfs:label ?creator_label }
optional {
?creator prov:actedOnBehalfOf ?group .
optional { ?group rdfs:label ?group_label }
}
}
}
}
order by desc(?date)
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ/provenance
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ/assertion
http://www.w3.org/ns/prov#wasAttributedTo
https://orcid.org/0000-0002-1267-0234
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ/pubinfo
https://orcid.org/0000-0002-1267-0234
http://xmlns.com/foaf/0.1/name
Tobias Kuhn
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ
http://purl.org/dc/terms/created
2026-05-20T13:26:21Z
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ
http://purl.org/dc/terms/creator
https://orcid.org/0000-0002-1267-0234
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ
http://purl.org/dc/terms/license
https://creativecommons.org/licenses/by/4.0/
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ
http://purl.org/nanopub/x/introduces
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ/get-colonial-collections-annotations
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ
https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate
http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ
https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate
https://w3id.org/np/RAYvkQOT9-zrcql5lzMW9OpiPjA9UvSh-RezaVwYmWvns
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ/sig
http://purl.org/nanopub/x/hasAlgorithm
RSA
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ/sig
http://purl.org/nanopub/x/hasPublicKey
MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ/sig
http://purl.org/nanopub/x/hasSignature
L1LZoAPaGH7qlodQETzfj3Bk44WWUZNO7G0ujpVVBFnRC4Q5hp4FowGrfBJqmrduiXSnW2hQUUGwUtqHpbxoJHlhmiJoeWyGFkMsvazzloV0/uTYWwKlczYPQB5BrQw0JIkcP0OR68DnBTQiXvQQkyzYHoWoqEyeS9nI3BsVti8=
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ/sig
http://purl.org/nanopub/x/hasSignatureTarget
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ
https://w3id.org/np/RAhR8CHO7jxB252oCBo4wV0u3eUNjrd4Zy5b6QfSCqqAQ/sig
http://purl.org/nanopub/x/signedBy
https://orcid.org/0000-0002-1267-0234