https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8/Head
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8
http://www.nanopub.org/nschema#hasAssertion
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8/assertion
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8
http://www.nanopub.org/nschema#hasProvenance
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8/provenance
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8
http://www.nanopub.org/nschema#hasPublicationInfo
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8/pubinfo
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.nanopub.org/nschema#Nanopublication
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8/assertion
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8/get-fair-compendium-review-comments
http://purl.org/dc/terms/description
Returns the review comments that are candidates for a FAIR Compendium of Contributed Knowledge ('partid'): all LinkFlows review comments in nanopublications signed with a public key declared by the agent the compendium covers, and created in the covered year. Matching is done by public key rather than npx:signedBy, so it also finds older nanopublications that lack npx:signedBy in their publication info. The compendium's covered agent and year are resolved from its latest non-invalidated defining nanopub.
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8/get-fair-compendium-review-comments
http://purl.org/dc/terms/license
http://www.apache.org/licenses/LICENSE-2.0
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8/get-fair-compendium-review-comments
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
https://w3id.org/kpxl/grlc/grlc-query
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8/get-fair-compendium-review-comments
http://www.w3.org/2000/01/rdf-schema#label
Get review comments for FAIR Compendium
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8/get-fair-compendium-review-comments
https://w3id.org/kpxl/grlc/endpoint
https://w3id.org/np/l/nanopub-query-1.1/repo/full
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8/get-fair-compendium-review-comments
https://w3id.org/kpxl/grlc/sparql
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix dct: <http://purl.org/dc/terms/>
prefix gen: <https://w3id.org/kpxl/gen/terms/>
prefix np: <http://www.nanopub.org/nschema#>
prefix npa: <http://purl.org/nanopub/admin/>
prefix npx: <http://purl.org/nanopub/x/>
prefix lf: <https://w3id.org/linkflows/reviews/>
select distinct ?comment ?comment_label ?target ?date ?np ("^" as ?np_label) where {
service <https://w3id.org/np/l/nanopub-query-1.1/repo/type/76d6cd4231dca5c411812f254cb92473d90eb9cefb4182f91a94aca2f356d0d2> {
graph npa:graph {
?dnp npa:hasValidSignatureForPublicKeyHash ?dpk ;
(npx:introduces|npx:describes|npx:embeds) ?_partid_iri ;
dct:created ?ddate ;
np:hasAssertion ?da .
filter not exists { ?inv npx:invalidates ?dnp ; npa:hasValidSignatureForPublicKeyHash ?dpk . }
filter not exists {
?dnp2 npa:hasValidSignatureForPublicKeyHash ?pk2 ;
(npx:introduces|npx:describes|npx:embeds) ?_partid_iri ;
dct:created ?ddate2 .
filter not exists { ?inv2 npx:invalidates ?dnp2 ; npa:hasValidSignatureForPublicKeyHash ?pk2 . }
filter(?ddate2 > ?ddate)
}
}
graph ?da {
?_partid_iri gen:coversAgent ?agent ;
gen:coversTime ?year .
}
}
graph ?gk { ?kd npx:declaredBy ?agent ; npx:hasPublicKey ?pubkey . }
graph npa:graph {
?np npa:hasValidSignatureForPublicKey ?pubkey ;
npa:hasValidSignatureForPublicKeyHash ?pkh ;
dct:created ?date ;
np:hasAssertion ?a .
filter not exists { ?npi npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pkh . }
filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }
}
graph ?a {
?comment rdf:type lf:ReviewComment ;
lf:hasCommentText ?comment_label ;
lf:refersTo ?target .
}
filter(strstarts(str(?date), str(?year)))
} order by ?date
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8/provenance
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8/assertion
http://www.w3.org/ns/prov#wasAttributedTo
https://orcid.org/0000-0002-1267-0234
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8/pubinfo
https://orcid.org/0000-0002-1267-0234
http://xmlns.com/foaf/0.1/name
Tobias Kuhn
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8
http://purl.org/dc/terms/created
2026-07-27T16:46:51.074+02:00
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8
http://purl.org/dc/terms/creator
https://orcid.org/0000-0002-1267-0234
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8
http://purl.org/dc/terms/license
https://creativecommons.org/publicdomain/zero/1.0/
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8
http://purl.org/nanopub/x/embeds
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8/get-fair-compendium-review-comments
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8
http://purl.org/nanopub/x/wasCreatedAt
http://localhost:37373/
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8
https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate
https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8
https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate
https://w3id.org/np/RAEFAt-QcFK0ZhqfvlsmS10BnzGJA0xwOICZXkO-ai87k
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8/sig
http://purl.org/nanopub/x/hasAlgorithm
RSA
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8/sig
http://purl.org/nanopub/x/hasPublicKey
MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8/sig
http://purl.org/nanopub/x/hasSignature
ZlLXHj+PuKVai7LPqtTrJ4Bc36TB10VzxgZG/SqrLMhHMkyNs5zl7IeBHGTcqHALkIkaDyckkrv6hLGuvbWynnxXAx/lE1nb/W+982VGhWS1t0gMtvzhKNk3rpxJpdhn99ed8aanVUGBuIh8L8vFN5XnmHj/UKyx6csznhe2eCA=
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8/sig
http://purl.org/nanopub/x/hasSignatureTarget
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8
https://w3id.org/np/RAd_TLY_k69f5UaPXvkec-q8Y94sVRpg8-jmyPou1POL8/sig
http://purl.org/nanopub/x/signedBy
https://orcid.org/0000-0002-1267-0234