[ { "@id": "https://w3id.org/np/RAUKS8Xk2LoJ8vMQgFps10XPr8yR5_-F3w4uZAqXhX6AU/Head", "@graph": [ { "@id": "https://w3id.org/np/RAUKS8Xk2LoJ8vMQgFps10XPr8yR5_-F3w4uZAqXhX6AU", "http://www.nanopub.org/nschema#hasAssertion": [ { "@id": "https://w3id.org/np/RAUKS8Xk2LoJ8vMQgFps10XPr8yR5_-F3w4uZAqXhX6AU/assertion" } ], "http://www.nanopub.org/nschema#hasProvenance": [ { "@id": "https://w3id.org/np/RAUKS8Xk2LoJ8vMQgFps10XPr8yR5_-F3w4uZAqXhX6AU/provenance" } ], "http://www.nanopub.org/nschema#hasPublicationInfo": [ { "@id": "https://w3id.org/np/RAUKS8Xk2LoJ8vMQgFps10XPr8yR5_-F3w4uZAqXhX6AU/pubinfo" } ], "@type": [ "http://www.nanopub.org/nschema#Nanopublication" ] } ] }, { "@id": "https://w3id.org/np/RAUKS8Xk2LoJ8vMQgFps10XPr8yR5_-F3w4uZAqXhX6AU/assertion", "@graph": [ { "@id": "https://w3id.org/np/RAUKS8Xk2LoJ8vMQgFps10XPr8yR5_-F3w4uZAqXhX6AU/fair-community-search-by-domain", "http://purl.org/dc/terms/description": [ { "@value": "Full-text search over FAIR Implementation Communities restricted to a research domain: like the FAIR community search, but only communities whose research domain is the given domain or one of its sub-domains (resolved through the Research domains (SRAO) resource of the FAIR Implementation Space) are returned. Pass the domain IRI as it appears in SRAO (e.g. http://purl.obolibrary.org/obo/OMIT_0011790 for Natural Science)." } ], "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": "FAIR community search by domain" } ], "https://w3id.org/kpxl/grlc/endpoint": [ { "@id": "https://w3id.org/np/l/nanopub-query-1.1/repo/text" } ], "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) (group_concat(distinct ?ctype_label; separator=\", \") as ?type)\n (group_concat(distinct ?top_label; separator=\", \") as ?domains) (count(distinct ?domain) as ?subdomains)\n (coalesce(min(?fips_x), 0) as ?fips) (max(?qualified_x) as ?qualified) (max(?score) as ?score) (min(?np) as ?np) (\"^\" as ?np_label) where {\n { select distinct ?subdomain where { service {\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 { ?subdomain rdfs:subClassOf* ?_domain_iri . }\n } } }\n { select ?np ?community_label ?date (max(?score_x) as ?score) where {\n graph npa:graph {\n ?np npx:hasNanopubType fip:FAIR-Implementation-Community ; rdfs:label ?community_label ; npa:hasValidSignatureForPublicKey ?pk ; dct:created ?date .\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 }\n ?np search:matches [ search:query ?_query ; search:property npa:hasFilterLiteral ; search:score ?score_x ] .\n } group by ?np ?community_label ?date order by desc(?score) limit 200 }\n service {\n graph npa:graph { ?np np:hasAssertion ?a ; npx:introduces ?community . }\n graph ?a {\n ?community fip:has-research-domain ?subdomain ; fip:has-research-domain ?domain .\n optional { ?community a ?ctype . filter(?ctype != fip:FAIR-Implementation-Community && strstarts(str(?ctype), \"https://w3id.org/fair/fip/terms/\")) }\n }\n }\n bind(replace(replace(str(?ctype), \"^.*/\", \"\"), \"-\", \" \") as ?ctype_label)\n optional { service {\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:subClassOf* ?top . filter not exists { ?top rdfs:subClassOf ?tp . } ?top rdfs:label ?top_label . }\n } }\n optional { service { select ?community (count(distinct ?fipnp) as ?fips_x) where {\n graph npa:graph { ?fipnp npx:hasNanopubType fip:FAIR-Implementation-Profile ; np:hasAssertion ?fa ; npa:hasValidSignatureForPublicKey ?fpk . filter not exists { ?fx npx:invalidates ?fipnp ; npa:hasValidSignatureForPublicKey ?fpk . } }\n graph ?fa { ?fip fip:declared-by ?community . }\n } group by ?community } }\n optional {\n { select ?qpk where { service { select distinct ?qpk 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 graph ?curators_a { ?qk npx:hasPublicKey ?qpk . }\n } } } }\n service {\n graph npa:graph { ?qnp np:hasAssertion ?qa ; npa:hasValidSignatureForPublicKey ?qpk . filter not exists { ?qx npx:invalidates ?qnp ; npa:hasValidSignatureForPublicKey ?qpk . } }\n graph ?qa { ?qualifier npx:qualifies ?np . }\n values ?qualifier { }\n }\n }\n bind(if(bound(?qnp), \"✓\", \"\") as ?qualified_x)\n\n} group by ?community order by desc(?score)\n" } ] } ] }, { "@id": "https://w3id.org/np/RAUKS8Xk2LoJ8vMQgFps10XPr8yR5_-F3w4uZAqXhX6AU/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/RAUKS8Xk2LoJ8vMQgFps10XPr8yR5_-F3w4uZAqXhX6AU", "http://purl.org/dc/terms/created": [ { "@value": "2026-09-11T10:22:36Z", "@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/RAUKS8Xk2LoJ8vMQgFps10XPr8yR5_-F3w4uZAqXhX6AU/fair-community-search-by-domain" } ], "http://purl.org/nanopub/x/supersedes": [ { "@id": "https://w3id.org/np/RA9ETEX-Ztz9IRf1K2g0NtnJLc4MzYN5arY6IK-XjXPW0" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "FAIR community search by domain" } ], "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/RAUKS8Xk2LoJ8vMQgFps10XPr8yR5_-F3w4uZAqXhX6AU/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": "QBT8Fy20R78iNvL5q4igIS4SHjB86TEmN0S8KiHqiTFPExMPxHTZVfgPyMula5+NnG/21G1iuNRsdqdhrtOCQhxCB6L4/8/Ol/82rnnsr5Dmw8zjBHx6nhJjL1M5w634XwNCsf3/wcpKPNL9ba7pCEYKgw3eZ0m7aaE9KIi8oe1UtGyIZRzOeET1na2Jk8iJsCaOwHWRmhU9DwFVqXTMntv7cgDqQhU8WVpkYSAfDpAJqsEJmQwtx0TShyUWEJUEJvI3NAnLxzRfRczftzmckOj7uGgEIdKsHpRrl760DxNlT9+/kgxxm8LXlRfVI0XRozleOblgJJ6LSbh9KV5OMQ==" } ], "http://purl.org/nanopub/x/hasSignatureTarget": [ { "@id": "https://w3id.org/np/RAUKS8Xk2LoJ8vMQgFps10XPr8yR5_-F3w4uZAqXhX6AU" } ], "http://purl.org/nanopub/x/signedBy": [ { "@id": "https://w3id.org/np/RAlgF8um78nQxxJhJTNMZ3tpWJOntfTULJWMWr5Fmo4zU/fairimpl-bot" } ] } ] }, { "@id": "https://w3id.org/np/RAUKS8Xk2LoJ8vMQgFps10XPr8yR5_-F3w4uZAqXhX6AU/provenance", "@graph": [ { "@id": "https://w3id.org/np/RAUKS8Xk2LoJ8vMQgFps10XPr8yR5_-F3w4uZAqXhX6AU/assertion", "http://www.w3.org/ns/prov#wasAttributedTo": [ { "@id": "https://orcid.org/0000-0002-1267-0234" } ] } ] } ]