. . . . "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), its description (shortened to 220 characters), the date of the qualification, and the metadata nanopublication." . . . "Get curated FSRs" . . "prefix rdf: \nprefix rdfs: \nprefix np: \nprefix npa: \nprefix npx: \nprefix xsd: \nprefix dct: \nprefix owl: \nprefix foaf: \nprefix prov: \nprefix skos: \nprefix schema: \nprefix gen: \nprefix fip: \nprefix tpff: \nprefix search: \n\nselect ?fsr (min(?fsr_label) as ?fsr_label)\n (group_concat(distinct str(?type); separator=\" \") as ?types_multi_iri)\n (group_concat(distinct ?type_label; separator=\"\\n\") as ?types_label_multi)\n (if(strlen(min(?description_x)) > 220, concat(substr(min(?description_x), 1, 220), \"…\"), min(?description_x)) as ?description)\n (max(?qdate) as ?qualified_on)\n (min(?np) as ?np) (\"^\" as ?np_label)\nwhere {\n { select ?curators_a where {\n graph npa:graph {\n npa:hasValidSignatureForPublicKey ?curators_pk .\n ?curators_np npa:hasValidSignatureForPublicKey ?curators_pk ; np:hasAssertion ?curators_a .\n filter not exists { ?curators_x npx:invalidates ?curators_np ; npa:hasValidSignatureForPublicKey ?curators_pk . }\n }\n graph npa:networkGraph {\n ?curators_np (npx:supersedes)* .\n filter not exists { ?curators_y npx:supersedes ?curators_np }\n }\n } }\n\n graph ?qa { ?qualifier npx:qualifies ?np . }\n values ?qualifier { }\n graph npa:graph {\n ?qnp np:hasAssertion ?qa ; npa:hasValidSignatureForPublicKey ?qpk ; dct:created ?qdate .\n filter not exists { ?qx npx:invalidates ?qnp ; npa:hasValidSignatureForPublicKey ?qpk . }\n }\n graph ?curators_a { ?qk npx:hasPublicKey ?qpk . }\n graph npa:graph {\n ?np npx:introduces|npx:describes ?fsr ; rdfs:label ?fsr_label ; npa:hasValidSignatureForPublicKey ?pk ; dct:created ?date ; np:hasAssertion ?a .\n ?np npx:hasNanopubType ?fsr_type . values ?fsr_type { fip:FAIR-Enabling-Resource fip:FAIR-Supporting-Resource }\n filter(str(?date) > \"2022\")\n filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }\n filter not exists { ?x npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pk . }\n filter not exists {\n ?np2 npx:introduces|npx:describes ?fsr ; npa:hasValidSignatureForPublicKey ?pk2 ; dct:created ?date2 .\n ?np2 npx:hasNanopubType ?fsr_type2 . values ?fsr_type2 { fip:FAIR-Enabling-Resource fip:FAIR-Supporting-Resource }\n filter not exists { ?np2 npx:hasNanopubType npx:ExampleNanopub . }\n filter not exists { ?x2 npx:invalidates ?np2 ; npa:hasValidSignatureForPublicKey ?pk2 . }\n filter(?date2 > ?date)\n }\n }\n\n optional { graph ?a { ?fsr rdfs:comment|dct:description ?description_x . } }\n optional {\n graph npa:graph { ?np npx:hasNanopubType ?type . }\n { select distinct ?type (min(?tl) as ?type_label) where {\n ?type rdfs:subClassOf+ fip:FAIR-Supporting-Resource .\n filter(strstarts(str(?type), \"https://w3id.org/fair/fip/terms/\"))\n 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))\n graph npa:graph { ?tnp npx:introduces ?type ; np:hasAssertion ?ta . }\n graph ?ta { ?type rdfs:label ?tl . }\n } group by ?type }\n }\n\n} group by ?fsr order by ?fsr_label\n" . . "Tobias Kuhn" . "2026-09-11T10:22:40Z"^^ . . . . . "Get curated FSRs" . . . . . "RSA" . "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzZAkv4Mu1YSUxQMriBnhYunqosX5wpuQ3FjUyzW8wTC51wjCmhsChyhS+mCx7Od+2MTDpdhxDWA+pH1r9AX508X2rIY/sbpMS+pd56e0qKPQ0t4folln1TgamPN9iOlY/yLc2x27AdipWIGXUdtL2iAcb+P/Y5dQS2AkHMS3lP2e5JBL5/bD/10qvTLKvdsqIKts8qjuLpxr9CFbsS2gLjMkXL5D2IsJ0cL5sgmIfS1inLVxIfXrS/OgqYNFqeNznUYCVWfo0g7DKjnjiICz3omeQeJFLYwlJ6PhUhYDQS6O318DGwUCwhnuXbBbwL9evZa2I/0Pwu5xpZdNLYJ5UwIDAQAB" . "QvLcvf4fTJzER5n3JWoLPlVAcHGxUmgWCDnKdGVACDV0M7U11Abo4OrrSGMy8luSsyfSbP+B6X9U4EYOS/2ExoWG0YiKmX6Tej/MmydwiAnAKAR5XfQGmjM0XuOz8vOUbGWJNuyqOSVrDcDnzEys5DEyKfg3jBeq8Bnj8zbk2Y6LVlc7v7bCfZGrfwj9a9Sqr+1zTJnKtKm2N+UPTbf+qsXgRc6NKA6x00TEqgvNCwtAEpSPPy4edrBQOihlu2FpFVOXOB+rGovzaGtZlhvyYndJaxkR11sq7EeZSmKB7f0fmYesS0UGEDyxXTJ0HNlPNtegq5sN0wUHl5rNnQSTUQ==" . . .