[ { "@id": "https://w3id.org/np/RA9xkdgKWyRCd7n0hh3jEXVJA8PVQoN7v6b1z76r495oc/assertion", "@graph": [ { "@id": "https://w3id.org/np/RA9xkdgKWyRCd7n0hh3jEXVJA8PVQoN7v6b1z76r495oc/get-recommended-fsrs", "http://purl.org/dc/terms/description": [ { "@value": "Returns the FAIR Supporting Resources (FSRs) that are recommended by at least one FAIR Implementation Community (fip:recommended-by), with their FSR types (from the FIP Ontology typology), the recommending communities, and a checkmark when the latest metadata nanopublication of the FSR is qualified by the GO FAIR Foundation (npx:qualifies signed by a curator from the GFF curators list, qualifier ROR 056j50v04 or one of the gofairfoundation.org IRIs). Disapproved and invalidated nanopublications are excluded." } ], "http://purl.org/dc/terms/license": [ { "@id": "http://www.apache.org/licenses/LICENSE-2.0" } ], "@type": [ "https://w3id.org/kpxl/grlc/grlc-query" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "Get recommended FSRs" } ], "https://w3id.org/kpxl/grlc/endpoint": [ { "@id": "https://w3id.org/np/l/nanopub-query-1.1/repo/full" } ], "https://w3id.org/kpxl/grlc/sparql": [ { "@value": "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 (group_concat(distinct str(?community); separator=\" \") as ?recommended_by_multi_iri)\n (group_concat(distinct ?community_label; separator=\"\\n\") as ?recommended_by_label_multi)\n (max(?qualified_x) as ?qualified)\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 npa:graph {\n ?rnp npx:hasNanopubType fip:recommended-by ; npa:hasValidSignatureForPublicKey ?rpk ; np:hasAssertion ?ra .\n filter not exists { ?rx npx:invalidates ?rnp ; npa:hasValidSignatureForPublicKey ?rpk . }\n }\n graph ?ra { ?fsr fip:recommended-by ?community . }\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 filter not exists {\n graph ?da { ?disapprover npx:disapprovesOf ?np . }\n graph npa:graph { ?dnp np:hasAssertion ?da ; npa:hasValidSignatureForPublicKey ?dpk . filter not exists { ?dx npx:invalidates ?dnp ; npa:hasValidSignatureForPublicKey ?dpk . } }\n graph ?curators_a { ?dk npx:hasPublicKey ?dpk . }\n }\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 optional {\n graph npa:graph { ?cnp npx:hasNanopubType fip:FAIR-Implementation-Community ; npx:introduces|npx:describes ?community ; np:hasAssertion ?ca ; npa:hasValidSignatureForPublicKey ?cpk . filter not exists { ?cx npx:invalidates ?cnp ; npa:hasValidSignatureForPublicKey ?cpk . } }\n graph ?ca { ?community rdfs:label ?community_label . }\n }\n optional {\n graph ?qa { ?qualifier npx:qualifies ?np . }\n values ?qualifier { }\n graph npa:graph {\n ?qnp np:hasAssertion ?qa ; npa:hasValidSignatureForPublicKey ?qpk .\n filter not exists { ?qx npx:invalidates ?qnp ; npa:hasValidSignatureForPublicKey ?qpk . }\n }\n graph ?curators_a { ?qk npx:hasPublicKey ?qpk . }\n }\n\n bind(if(bound(?qnp), \"✓\", \"\") as ?qualified_x)\n} group by ?fsr order by ?fsr_label\n" } ] } ] }, { "@id": "https://w3id.org/np/RA9xkdgKWyRCd7n0hh3jEXVJA8PVQoN7v6b1z76r495oc/Head", "@graph": [ { "@id": "https://w3id.org/np/RA9xkdgKWyRCd7n0hh3jEXVJA8PVQoN7v6b1z76r495oc", "http://www.nanopub.org/nschema#hasAssertion": [ { "@id": "https://w3id.org/np/RA9xkdgKWyRCd7n0hh3jEXVJA8PVQoN7v6b1z76r495oc/assertion" } ], "http://www.nanopub.org/nschema#hasProvenance": [ { "@id": "https://w3id.org/np/RA9xkdgKWyRCd7n0hh3jEXVJA8PVQoN7v6b1z76r495oc/provenance" } ], "http://www.nanopub.org/nschema#hasPublicationInfo": [ { "@id": "https://w3id.org/np/RA9xkdgKWyRCd7n0hh3jEXVJA8PVQoN7v6b1z76r495oc/pubinfo" } ], "@type": [ "http://www.nanopub.org/nschema#Nanopublication" ] } ] }, { "@id": "https://w3id.org/np/RA9xkdgKWyRCd7n0hh3jEXVJA8PVQoN7v6b1z76r495oc/provenance", "@graph": [ { "@id": "https://w3id.org/np/RA9xkdgKWyRCd7n0hh3jEXVJA8PVQoN7v6b1z76r495oc/assertion", "http://www.w3.org/ns/prov#wasAttributedTo": [ { "@id": "https://orcid.org/0000-0002-1267-0234" } ] } ] }, { "@id": "https://w3id.org/np/RA9xkdgKWyRCd7n0hh3jEXVJA8PVQoN7v6b1z76r495oc/pubinfo", "@graph": [ { "@id": "https://orcid.org/0000-0002-1267-0234", "http://xmlns.com/foaf/0.1/name": [ { "@value": "Tobias Kuhn" } ] }, { "@id": "https://w3id.org/np/RA9xkdgKWyRCd7n0hh3jEXVJA8PVQoN7v6b1z76r495oc", "http://purl.org/dc/terms/created": [ { "@value": "2026-09-11T09:23:03Z", "@type": "http://www.w3.org/2001/XMLSchema#dateTime" } ], "http://purl.org/dc/terms/creator": [ { "@id": "https://w3id.org/np/RAlgF8um78nQxxJhJTNMZ3tpWJOntfTULJWMWr5Fmo4zU/fairimpl-bot" } ], "http://purl.org/dc/terms/license": [ { "@id": "https://creativecommons.org/licenses/by/4.0/" } ], "http://purl.org/nanopub/x/embeds": [ { "@id": "https://w3id.org/np/RA9xkdgKWyRCd7n0hh3jEXVJA8PVQoN7v6b1z76r495oc/get-recommended-fsrs" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "Get recommended FSRs" } ], "https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate": [ { "@id": "https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU" } ], "https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate": [ { "@id": "https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8" }, { "@id": "https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI" } ], "https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate": [ { "@id": "https://w3id.org/np/RAEFAt-QcFK0ZhqfvlsmS10BnzGJA0xwOICZXkO-ai87k" } ] }, { "@id": "https://w3id.org/np/RA9xkdgKWyRCd7n0hh3jEXVJA8PVQoN7v6b1z76r495oc/sig", "http://purl.org/nanopub/x/hasAlgorithm": [ { "@value": "RSA" } ], "http://purl.org/nanopub/x/hasPublicKey": [ { "@value": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzZAkv4Mu1YSUxQMriBnhYunqosX5wpuQ3FjUyzW8wTC51wjCmhsChyhS+mCx7Od+2MTDpdhxDWA+pH1r9AX508X2rIY/sbpMS+pd56e0qKPQ0t4folln1TgamPN9iOlY/yLc2x27AdipWIGXUdtL2iAcb+P/Y5dQS2AkHMS3lP2e5JBL5/bD/10qvTLKvdsqIKts8qjuLpxr9CFbsS2gLjMkXL5D2IsJ0cL5sgmIfS1inLVxIfXrS/OgqYNFqeNznUYCVWfo0g7DKjnjiICz3omeQeJFLYwlJ6PhUhYDQS6O318DGwUCwhnuXbBbwL9evZa2I/0Pwu5xpZdNLYJ5UwIDAQAB" } ], "http://purl.org/nanopub/x/hasSignature": [ { "@value": "v/D4oLkQwae1g1qclXxenv8B2hRl1LCUtI/EYaGr8KoCB1hie0VCh78aOTcZnRkZkgrfS2WhAdLQ2IoDYR6e5khfapBXWoWEoKnlEoObN1BZDOJoZiLTOXC/vuB5o1hpp7Y+PQTAdrV5RTh7SgGu9oWR631WcC5HZ82JAvReWXa7Ouz7SSu3Z/RPWaQN/3YaPL0yENv3a1miqk9ETdm83VIoFUa8zRgew9cLjKQFewvEasbWqnhHPD2eSQWT/qqu15RGxSao/v1LcczW34WsrOCY/dYRe/0M066sPYHX6fNKeriQ29G8rmeLUZhWHmCvr2tPrjlWEiAoS3JNf4lMyQ==" } ], "http://purl.org/nanopub/x/hasSignatureTarget": [ { "@id": "https://w3id.org/np/RA9xkdgKWyRCd7n0hh3jEXVJA8PVQoN7v6b1z76r495oc" } ], "http://purl.org/nanopub/x/signedBy": [ { "@id": "https://w3id.org/np/RAlgF8um78nQxxJhJTNMZ3tpWJOntfTULJWMWr5Fmo4zU/fairimpl-bot" } ] } ] } ]