https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU/Head
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU
http://www.nanopub.org/nschema#hasAssertion
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU/assertion
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU
http://www.nanopub.org/nschema#hasProvenance
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU/provenance
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU
http://www.nanopub.org/nschema#hasPublicationInfo
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU/pubinfo
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.nanopub.org/nschema#Nanopublication
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU/assertion
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU/get-curated-fsrs
http://purl.org/dc/terms/description
Returns the FAIR Supporting Resources (FSRs, including FAIR-Enabling Resources) whose latest metadata nanopublication carries a GO FAIR Foundation curation badge: a non-invalidated npx:qualifies statement by ROR 056j50v04 or one of the gofairfoundation.org IRIs, signed by a curator from the GFF curators list. Shows the FSR, its types (from the FIP Ontology typology), the date of the qualification, and the metadata nanopublication.
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU/get-curated-fsrs
http://purl.org/dc/terms/license
http://www.apache.org/licenses/LICENSE-2.0
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU/get-curated-fsrs
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
https://w3id.org/kpxl/grlc/grlc-query
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU/get-curated-fsrs
http://www.w3.org/2000/01/rdf-schema#label
Get curated FSRs
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU/get-curated-fsrs
https://w3id.org/kpxl/grlc/endpoint
https://w3id.org/np/l/nanopub-query-1.1/repo/full
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU/get-curated-fsrs
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 owl: <http://www.w3.org/2002/07/owl#>
prefix foaf: <http://xmlns.com/foaf/0.1/>
prefix prov: <http://www.w3.org/ns/prov#>
prefix skos: <http://www.w3.org/2004/02/skos/core#>
prefix schema: <https://schema.org/>
prefix gen: <https://w3id.org/kpxl/gen/terms/>
prefix fip: <https://w3id.org/fair/fip/terms/>
prefix tpff: <https://w3id.org/fair/3pff/>
prefix search: <http://www.openrdf.org/contrib/lucenesail#>
select ?fsr (min(?fsr_label) as ?fsr_label)
(group_concat(distinct str(?type); separator=" ") as ?types_multi_iri)
(group_concat(distinct ?type_label; separator="\n") as ?types_label_multi)
(max(?qdate) as ?qualified_on)
(min(?np) as ?np) ("^" as ?np_label)
where {
{ select ?curators_a where {
graph npa:graph {
<https://w3id.org/np/RA27Uhopq4MHZziL2lKXX-wTb1jz4KVLbHaupxyAcCt9Y> npa:hasValidSignatureForPublicKey ?curators_pk .
?curators_np npa:hasValidSignatureForPublicKey ?curators_pk ; np:hasAssertion ?curators_a .
filter not exists { ?curators_x npx:invalidates ?curators_np ; npa:hasValidSignatureForPublicKey ?curators_pk . }
}
graph npa:networkGraph {
?curators_np (npx:supersedes)* <https://w3id.org/np/RA27Uhopq4MHZziL2lKXX-wTb1jz4KVLbHaupxyAcCt9Y> .
filter not exists { ?curators_y npx:supersedes ?curators_np }
}
} }
graph ?qa { ?qualifier npx:qualifies ?np . }
values ?qualifier { <https://ror.org/056j50v04> <https://www.gofairfoundation.org> <https://www.gofairfoundation.org/> <https://gofairfoundation.org> }
graph npa:graph {
?qnp np:hasAssertion ?qa ; npa:hasValidSignatureForPublicKey ?qpk ; dct:created ?qdate .
filter not exists { ?qx npx:invalidates ?qnp ; npa:hasValidSignatureForPublicKey ?qpk . }
}
graph ?curators_a { ?qk npx:hasPublicKey ?qpk . }
graph npa:graph {
?np npx:introduces|npx:describes ?fsr ; rdfs:label ?fsr_label ; npa:hasValidSignatureForPublicKey ?pk ; dct:created ?date ; np:hasAssertion ?a .
?np npx:hasNanopubType ?fsr_type . values ?fsr_type { fip:FAIR-Enabling-Resource fip:FAIR-Supporting-Resource }
filter(str(?date) > "2022")
filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }
filter not exists { ?x npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pk . }
filter not exists {
?np2 npx:introduces|npx:describes ?fsr ; npa:hasValidSignatureForPublicKey ?pk2 ; dct:created ?date2 .
?np2 npx:hasNanopubType ?fsr_type2 . values ?fsr_type2 { fip:FAIR-Enabling-Resource fip:FAIR-Supporting-Resource }
filter not exists { ?np2 npx:hasNanopubType npx:ExampleNanopub . }
filter not exists { ?x2 npx:invalidates ?np2 ; npa:hasValidSignatureForPublicKey ?pk2 . }
filter(?date2 > ?date)
}
}
optional {
graph npa:graph { ?np npx:hasNanopubType ?type . }
{ select distinct ?type (min(?tl) as ?type_label) where {
?type rdfs:subClassOf+ fip:FAIR-Supporting-Resource .
filter(strstarts(str(?type), "https://w3id.org/fair/fip/terms/"))
filter(?type not in (fip:FAIR-Enabling-Resource, fip:FAIR-Supporting-Resource, fip:Available-FAIR-Enabling-Resource, fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource-to-be-Developed, fip:FAIR-Supporting-Resource-to-be-Developed))
graph npa:graph { ?tnp npx:introduces ?type ; np:hasAssertion ?ta . }
graph ?ta { ?type rdfs:label ?tl . }
} group by ?type }
}
} group by ?fsr order by ?fsr_label
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU/provenance
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU/assertion
http://www.w3.org/ns/prov#wasAttributedTo
https://orcid.org/0000-0002-1267-0234
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU/pubinfo
https://orcid.org/0000-0002-1267-0234
http://xmlns.com/foaf/0.1/name
Tobias Kuhn
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU
http://purl.org/dc/terms/created
2026-09-11T10:47:24Z
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU
http://purl.org/dc/terms/creator
https://w3id.org/np/RAlgF8um78nQxxJhJTNMZ3tpWJOntfTULJWMWr5Fmo4zU/fairimpl-bot
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU
http://purl.org/dc/terms/license
https://creativecommons.org/licenses/by/4.0/
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU
http://purl.org/nanopub/x/embeds
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU/get-curated-fsrs
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU
http://purl.org/nanopub/x/supersedes
https://w3id.org/np/RAes0G_uosR1EbRVTgW5vJAysTqWtTBlyI4rzbQS5npoc
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU
http://www.w3.org/2000/01/rdf-schema#label
Get curated FSRs
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU
https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate
https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU
https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate
https://w3id.org/np/RAEFAt-QcFK0ZhqfvlsmS10BnzGJA0xwOICZXkO-ai87k
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU/sig
http://purl.org/nanopub/x/hasAlgorithm
RSA
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU/sig
http://purl.org/nanopub/x/hasPublicKey
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzZAkv4Mu1YSUxQMriBnhYunqosX5wpuQ3FjUyzW8wTC51wjCmhsChyhS+mCx7Od+2MTDpdhxDWA+pH1r9AX508X2rIY/sbpMS+pd56e0qKPQ0t4folln1TgamPN9iOlY/yLc2x27AdipWIGXUdtL2iAcb+P/Y5dQS2AkHMS3lP2e5JBL5/bD/10qvTLKvdsqIKts8qjuLpxr9CFbsS2gLjMkXL5D2IsJ0cL5sgmIfS1inLVxIfXrS/OgqYNFqeNznUYCVWfo0g7DKjnjiICz3omeQeJFLYwlJ6PhUhYDQS6O318DGwUCwhnuXbBbwL9evZa2I/0Pwu5xpZdNLYJ5UwIDAQAB
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU/sig
http://purl.org/nanopub/x/hasSignature
zJMRC3br80p+YXe2iKtq22mKBdtlz+V9gYhqAClYW7T4+Gv1m6QVDNiyg+jRdgMx8xDnKoGxXe1DyTTSTUCEy7ob5aPvZleVTJ3EALU3IBdWeVYrfOlJz3bnU1FbaMUJ0QVbYbctMODl6LgHuIhgkybCqzos8i4dB4WxrNjEehwNgsHa3Yd49ITugAWeySoWxog4loTRwpbFGsherrw2k5p/xaxk2NJkMj0m8ao2yZCu05oPVhE+LAVT4g3EB54BVU4H2+jGaX4P9zWapwroU4X7vJm5zNIyl6uIeVFQDIBSye+F/rSpklKh5C68Ln2AFqr5lW5mjureIzxOmEp5Rw==
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU/sig
http://purl.org/nanopub/x/hasSignatureTarget
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU
https://w3id.org/np/RA77Z8gcGXAIP0_Hf_i4X54qnXzqsag8sbdSzrJzv1bWU/sig
http://purl.org/nanopub/x/signedBy
https://w3id.org/np/RAlgF8um78nQxxJhJTNMZ3tpWJOntfTULJWMWr5Fmo4zU/fairimpl-bot