[ { "@id": "https://w3id.org/np/RA2qDF0vOnqZ7VBSBXbsx4_Eut_I0OGktcXxnpuaCFc9Y/provenance", "@graph": [ { "@id": "https://w3id.org/np/RA2qDF0vOnqZ7VBSBXbsx4_Eut_I0OGktcXxnpuaCFc9Y/assertion", "http://www.w3.org/ns/prov#wasAttributedTo": [ { "@id": "https://orcid.org/0000-0002-1267-0234" } ] } ] }, { "@id": "https://w3id.org/np/RA2qDF0vOnqZ7VBSBXbsx4_Eut_I0OGktcXxnpuaCFc9Y/assertion", "@graph": [ { "@id": "https://w3id.org/np/RA2qDF0vOnqZ7VBSBXbsx4_Eut_I0OGktcXxnpuaCFc9Y/get-fair-communities-overview", "http://purl.org/dc/terms/description": [ { "@value": "Returns all FAIR Implementation Communities from their latest non-invalidated nanopublications: the community, its type (emerging, mature, domain-specific, cross-domain, specific), its research domains (labels from the Research domains (SRAO) resource of the FAIR Implementation Space), the number of its FIPs, whether it has a reference FIP (rFIP), and a checkmark when its nanopublication is qualified by the GO FAIR Foundation. Example 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 FAIR communities overview" } ], "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 ?community (min(?community_label) as ?community_label)\n (group_concat(distinct ?ctype_label; separator=\", \") as ?type)\n (group_concat(distinct str(?domain); separator=\" \") as ?domains_multi_iri)\n (group_concat(distinct ?domain_label; separator=\"\\n\") as ?domains_label_multi)\n (coalesce(min(?fips_x), 0) as ?fips)\n (min(?rfip_x) as ?rfip)\n (max(?qualified_x) as ?qualified)\n (min(?np) as ?np) (\"^\" as ?np_label)\nwhere {\n { select ?community ?np ?a where {\n graph npa:graph {\n ?np npx:hasNanopubType fip:FAIR-Implementation-Community ; npx:introduces ?community ; npa:hasValidSignatureForPublicKey ?pk ; dct:created ?date ; np:hasAssertion ?a .\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:hasNanopubType fip:FAIR-Implementation-Community ; npx:introduces ?community ; npa:hasValidSignatureForPublicKey ?pk2 ; dct:created ?date2 .\n filter not exists { ?x2 npx:invalidates ?np2 ; npa:hasValidSignatureForPublicKey ?pk2 . }\n filter(?date2 > ?date)\n }\n }\n } }\n graph ?a {\n ?community rdfs:label ?community_label .\n optional { ?community a ?ctype . filter(?ctype != fip:FAIR-Implementation-Community && strstarts(str(?ctype), \"https://w3id.org/fair/fip/terms/\")) }\n optional { ?community fip:has-research-domain ?domain . }\n }\n optional { { select ?ctype (min(?ctl) as ?ctype_label) where {\n ?ctype rdfs:subClassOf fip:FAIR-Implementation-Community .\n graph npa:graph { ?ctnp npx:introduces ?ctype ; np:hasAssertion ?cta . }\n graph ?cta { ?ctype rdfs:label ?ctl . }\n } group by ?ctype } }\n optional {\n graph npa:graph {\n ?srao_np npx:describes ;\n npa:hasValidSignatureForPublicKeyHash \"9069576dbf1967483c9a3095fb8a7c38b4770974a1733c681d5969e14e455e2b\" ;\n np:hasAssertion ?srao_a .\n filter not exists { ?srao_x npx:invalidates ?srao_np ; npa:hasValidSignatureForPublicKeyHash \"9069576dbf1967483c9a3095fb8a7c38b4770974a1733c681d5969e14e455e2b\" . }\n }\n graph ?srao_a { ?domain rdfs:label ?domain_label . }\n }\n optional {\n { select ?community (count(distinct ?fipnp) as ?fips_x) (max(?r) as ?rfip_x) where {\n graph npa:graph {\n ?fipnp npx:hasNanopubType fip:FAIR-Implementation-Profile ; np:hasAssertion ?fa ; npa:hasValidSignatureForPublicKey ?fpk .\n filter not exists { ?fx npx:invalidates ?fipnp ; npa:hasValidSignatureForPublicKey ?fpk . }\n filter not exists { ?fipnp npx:hasNanopubType npx:ExampleNanopub . }\n }\n graph ?fa { ?fip fip:declared-by ?community . }\n bind(if(exists { graph npa:graph { ?fipnp npx:hasNanopubType fip:Reference-FAIR-Implementation-Profile . } }, \"✓\", \"\") as ?r)\n } group by ?community }\n }\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 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 ?community order by ?community_label\n" } ] } ] }, { "@id": "https://w3id.org/np/RA2qDF0vOnqZ7VBSBXbsx4_Eut_I0OGktcXxnpuaCFc9Y/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/RA2qDF0vOnqZ7VBSBXbsx4_Eut_I0OGktcXxnpuaCFc9Y", "http://purl.org/dc/terms/created": [ { "@value": "2026-09-11T09:27:57Z", "@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/RA2qDF0vOnqZ7VBSBXbsx4_Eut_I0OGktcXxnpuaCFc9Y/get-fair-communities-overview" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "Get FAIR communities overview" } ], "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/RA2qDF0vOnqZ7VBSBXbsx4_Eut_I0OGktcXxnpuaCFc9Y/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": "ppAMH6vL0UtBjWq7KjBKPr57PNFNp+cg8uVT5WwDPigdSsNEvL9DJ4h+gWsFwH1Tyu98xhZkzfaC/yL1x63IDVR16kEhlKNwlrruJD0OOMVk61xiNYP6FWHSTqlE7flul4rmRPz64g9EgRkR+gxscz36M62Td3o9sU0amw+7fMEeJMAkDwCj7xNJ1MSbT8WCQfAgeYicTDAxKdN1CV5Vf/3gIP2kgpkimtZS+K9YdxetZgVs4BW5TEIzJ1nErQaaStRHhFdCZwsJV+0EdpNPnSZCSbNip6qy7DKh7jEkMOE11aMxYXIetXwCQE9fSzfQp4lMLQQ0znJNTxrSyOCJFw==" } ], "http://purl.org/nanopub/x/hasSignatureTarget": [ { "@id": "https://w3id.org/np/RA2qDF0vOnqZ7VBSBXbsx4_Eut_I0OGktcXxnpuaCFc9Y" } ], "http://purl.org/nanopub/x/signedBy": [ { "@id": "https://w3id.org/np/RAlgF8um78nQxxJhJTNMZ3tpWJOntfTULJWMWr5Fmo4zU/fairimpl-bot" } ] } ] }, { "@id": "https://w3id.org/np/RA2qDF0vOnqZ7VBSBXbsx4_Eut_I0OGktcXxnpuaCFc9Y/Head", "@graph": [ { "@id": "https://w3id.org/np/RA2qDF0vOnqZ7VBSBXbsx4_Eut_I0OGktcXxnpuaCFc9Y", "http://www.nanopub.org/nschema#hasAssertion": [ { "@id": "https://w3id.org/np/RA2qDF0vOnqZ7VBSBXbsx4_Eut_I0OGktcXxnpuaCFc9Y/assertion" } ], "http://www.nanopub.org/nschema#hasProvenance": [ { "@id": "https://w3id.org/np/RA2qDF0vOnqZ7VBSBXbsx4_Eut_I0OGktcXxnpuaCFc9Y/provenance" } ], "http://www.nanopub.org/nschema#hasPublicationInfo": [ { "@id": "https://w3id.org/np/RA2qDF0vOnqZ7VBSBXbsx4_Eut_I0OGktcXxnpuaCFc9Y/pubinfo" } ], "@type": [ "http://www.nanopub.org/nschema#Nanopublication" ] } ] } ]