https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw/Head https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw http://www.nanopub.org/nschema#hasAssertion https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw/assertion https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw http://www.nanopub.org/nschema#hasProvenance https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw/provenance https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw http://www.nanopub.org/nschema#hasPublicationInfo https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw/pubinfo https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.nanopub.org/nschema#Nanopublication https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw/assertion https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw/get-fair-compendium-info http://purl.org/dc/terms/description Key-value Info table for a FAIR Compendium of Contributed Knowledge. Finds the compendium's latest defining nanopub ('partid', optionally restricted to owning-resource member pubkeys 'pubkey', not invalidated) and shows the fields of the compendium declaration template: the label, the type, the agent whose contributions it covers (labelled with their name), the covered year, and the defining nanopub. Each property is one row with a single value cell: literal values render as text, IRI values render as links labelled by the companion column. Rows for absent fields are omitted. https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw/get-fair-compendium-info http://purl.org/dc/terms/license http://www.apache.org/licenses/LICENSE-2.0 https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw/get-fair-compendium-info http://www.w3.org/1999/02/22-rdf-syntax-ns#type https://w3id.org/kpxl/grlc/grlc-query https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw/get-fair-compendium-info http://www.w3.org/2000/01/rdf-schema#label Get FAIR Compendium info https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw/get-fair-compendium-info https://w3id.org/kpxl/grlc/endpoint https://w3id.org/np/l/nanopub-query-1.1/repo/type/76d6cd4231dca5c411812f254cb92473d90eb9cefb4182f91a94aca2f356d0d2 https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw/get-fair-compendium-info 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 dct: <http://purl.org/dc/terms/> prefix foaf: <http://xmlns.com/foaf/0.1/> 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/> select ?Property_noheader ?Property_label (group_concat(replace(str(?val), '[\r\n]+', ' '); separator='\n') as ?Value_multi_val_noheader) (group_concat(replace(str(?vallabel), '[\r\n]+', ' '); separator='\n') as ?Value_label_multi) where { { select ?ord ?Property_noheader ?Property_label ?val (min(?vallabelRaw) as ?vallabel) where { values ?__pubkey_multi {} graph npa:graph { ?dnp npa:hasValidSignatureForPublicKeyHash ?__pubkey_multi ; (npx:introduces|npx:describes|npx:embeds) ?_partid_iri ; dct:created ?ddate ; np:hasAssertion ?da ; np:hasPublicationInfo ?dpi . filter not exists { ?inv npx:invalidates ?dnp ; npa:hasValidSignatureForPublicKeyHash ?__pubkey_multi . } 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 rdfs:label ?v } bind(1 as ?ord) bind(rdfs:label as ?Property_noheader) bind('Label:' as ?Property_label) bind(str(?v) as ?val) bind('' as ?vallabelRaw) } union { graph ?da { ?_partid_iri rdf:type ?iri } bind(2 as ?ord) bind(rdf:type as ?Property_noheader) bind('Type:' as ?Property_label) bind(str(?iri) as ?val) bind(if(?iri = gen:FAIRCompendiumOfContributedKnowledge, 'FAIR Compendium of Contributed Knowledge', replace(str(?iri), '^.*[/#]', '')) as ?vallabelRaw) } union { graph ?da { ?_partid_iri gen:coversAgent ?iri } optional { graph ?dpi { ?iri foaf:name ?aname } } bind(3 as ?ord) bind(gen:coversAgent as ?Property_noheader) bind('Covers contributions by:' as ?Property_label) bind(str(?iri) as ?val) bind(coalesce(?aname, replace(str(?iri), '^.*/', '')) as ?vallabelRaw) } union { graph ?da { ?_partid_iri gen:coversTime ?v } bind(4 as ?ord) bind(gen:coversTime as ?Property_noheader) bind('Covers contributions made in:' as ?Property_label) bind(str(?v) as ?val) bind('' as ?vallabelRaw) } union { graph npa:graph { ?iri np:hasAssertion ?da . } bind(5 as ?ord) bind(npa:viaNanopub as ?Property_noheader) bind('Defined in:' as ?Property_label) bind(str(?iri) as ?val) bind(substr(replace(str(?iri), '^.*/np/', ''), 1, 10) as ?vallabelRaw) } } group by ?ord ?Property_noheader ?Property_label ?val } } group by ?ord ?Property_noheader ?Property_label order by ?ord https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw/provenance https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw/assertion http://www.w3.org/ns/prov#wasAttributedTo https://orcid.org/0000-0002-1267-0234 https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw/pubinfo https://orcid.org/0000-0002-1267-0234 http://xmlns.com/foaf/0.1/name Tobias Kuhn https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw http://purl.org/dc/terms/created 2026-07-27T11:39:53Z https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw http://purl.org/dc/terms/creator https://orcid.org/0000-0002-1267-0234 https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw http://purl.org/dc/terms/license https://creativecommons.org/licenses/by/4.0/ https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw http://purl.org/nanopub/x/embeds https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw/get-fair-compendium-info https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw http://www.w3.org/2000/01/rdf-schema#label Get FAIR Compendium info https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate https://w3id.org/np/RAEFAt-QcFK0ZhqfvlsmS10BnzGJA0xwOICZXkO-ai87k https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw/sig http://purl.org/nanopub/x/hasAlgorithm RSA https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw/sig http://purl.org/nanopub/x/hasPublicKey MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw/sig http://purl.org/nanopub/x/hasSignature cWXYiUsHm3TrK9zX1iKxfdR1ZRxQOBu8IeTzBzjtPvEdNOyBPWRhVEmGUh1S61QlDf1rarb3j75ma4Ko0tjeSFEJnjzLHEWEoycBzB77Q7n61EUFoWb3jgOPme0FDx+aQPwY+STPPS5ETlm9hkoAW3CZ45R7amA4aBjDE8DoCd8= https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw/sig http://purl.org/nanopub/x/hasSignatureTarget https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw https://w3id.org/np/RAv5hfTMcVppWyvpabrYciO7ilQ5hZkliz8IVWb8gzkLw/sig http://purl.org/nanopub/x/signedBy https://orcid.org/0000-0002-1267-0234