[ { "@graph" : [ { "@id" : "https://w3id.org/np/RAF9vTkBbNRod78lABDGPFKzKAyJ7WukB15UIicllyTLw", "@type" : [ "http://www.nanopub.org/nschema#Nanopublication" ], "http://www.nanopub.org/nschema#hasAssertion" : [ { "@id" : "https://w3id.org/np/RAF9vTkBbNRod78lABDGPFKzKAyJ7WukB15UIicllyTLw/assertion" } ], "http://www.nanopub.org/nschema#hasProvenance" : [ { "@id" : "https://w3id.org/np/RAF9vTkBbNRod78lABDGPFKzKAyJ7WukB15UIicllyTLw/provenance" } ], "http://www.nanopub.org/nschema#hasPublicationInfo" : [ { "@id" : "https://w3id.org/np/RAF9vTkBbNRod78lABDGPFKzKAyJ7WukB15UIicllyTLw/pubinfo" } ] } ], "@id" : "https://w3id.org/np/RAF9vTkBbNRod78lABDGPFKzKAyJ7WukB15UIicllyTLw/Head" }, { "@graph" : [ { "@id" : "https://w3id.org/np/RAF9vTkBbNRod78lABDGPFKzKAyJ7WukB15UIicllyTLw/fair_community_search_by_domain", "@type" : [ "https://w3id.org/kpxl/grlc/grlc-query" ], "http://purl.org/dc/terms/description" : [ { "@value" : "Full-text search for FAIR communities restricted by domain" } ], "http://purl.org/dc/terms/license" : [ { "@id" : "http://www.apache.org/licenses/LICENSE-2.0" } ], "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 rdfs: \r\nprefix np: \r\nprefix npa: \r\nprefix npx: \r\nprefix xsd: \r\nprefix dct: \r\nprefix fip: \r\nprefix search: \r\n\r\nselect distinct ?np ?community ?label ?comment ?date (group_concat(distinct ?domain; separator=\" \") as ?domains) ?qualifier (max(?score) as ?maxscore) (count(distinct ?fip) as ?fipcount) where {\r\n { select ?latest_curators_assertion where {\r\n graph npa:graph {\r\n npa:hasValidSignatureForPublicKey ?curators_np_pk .\r\n ?latest_curators_np npa:hasValidSignatureForPublicKey ?curators_np_pk .\r\n filter not exists { ?latest_curators_npx npx:invalidates ?latest_curators_np ; npa:hasValidSignatureForPublicKey ?curators_np_pk . }\r\n ?latest_curators_np np:hasAssertion ?latest_curators_assertion .\r\n }\r\n graph npa:networkGraph {\r\n ?latest_curators_np (npx:supersedes)* .\r\n filter not exists { ?latest_curators_npxx npx:supersedes ?latest_curators_np }\r\n }\r\n } }\r\n\r\n graph npa:graph {\r\n ?np rdfs:label ?label ;\r\n npa:hasValidSignatureForPublicKey ?pubkey ;\r\n dct:created ?date ;\r\n npx:hasNanopubType fip:FAIR-Implementation-Community ;\r\n npx:introduces ?community ;\r\n np:hasAssertion ?a .\r\n ?np dct:created ?date . filter(str(?date) > \"2022\")\r\n filter(strends(str(?date), \"Z\"))\r\n filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }\r\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }\r\n }\r\n ?np search:matches [\r\n search:query ?_query ;\r\n search:property npa:hasFilterLiteral ;\r\n search:score ?score ;\r\n search:snippet ?snippet ] .\r\n service { # (https://w3id.org/fair/fip/terms/FAIR-Implementation-Community)\r\n graph ?a {\r\n ?community a fip:FAIR-Implementation-Community ;\r\n rdfs:label ?label ;\r\n rdfs:comment ?comment .\r\n ?community fip:has-research-domain ?domainx .\r\n }\r\n graph ?latest_curators_assertion {\r\n ?domainx rdfs:subClassOf* ?_domain_iri .\r\n }\r\n graph ?a {\r\n ?community fip:has-research-domain ?domain .\r\n }\r\n }\r\n optional { service { # (http://purl.org/nanopub/x/qualifies)\r\n graph ?qa {\r\n ?qualifier npx:qualifies ?np .\r\n }\r\n graph npa:graph {\r\n ?qualification_np np:hasAssertion ?qa ;\r\n npa:hasValidSignatureForPublicKey ?qpubkey .\r\n filter not exists { ?qualification_npx npx:invalidates ?qualification_np ; npa:hasValidSignatureForPublicKey ?qpubkey . }\r\n }\r\n graph ?latest_curators_assertion {\r\n ?qpubkeys npx:hasPublicKey ?qpubkey .\r\n }\r\n } }\r\n optional { service { # (https://w3id.org/fair/fip/terms/FAIR-Implementation-Profile)\r\n graph ?fa {\r\n ?fip fip:declared-by ?community .\r\n }\r\n graph npa:graph {\r\n ?fipnp np:hasAssertion ?fa .\r\n ?fipnp npa:hasValidSignatureForPublicKey ?fpubkey .\r\n ?fipnp npx:hasNanopubType fip:FAIR-Implementation-Profile .\r\n filter not exists { ?fipnpx npx:invalidates ?fipnp ; npa:hasValidSignatureForPublicKey ?fpubkey . }\r\n }\r\n } }\r\n filter not exists { service { # (http://purl.org/nanopub/x/disapprovesOf)\r\n graph ?da {\r\n ?disapprover npx:disapprovesOf ?np .\r\n }\r\n graph npa:graph {\r\n ?disapproval_np np:hasAssertion ?da ;\r\n npa:hasValidSignatureForPublicKey ?dpubkey .\r\n filter not exists { ?disapproval_npx npx:invalidates ?disapproval_np ; npa:hasValidSignatureForPublicKey ?dpubkey . }\r\n }\r\n graph ?latest_curators_assertion {\r\n ?qpubkeys npx:hasPublicKey ?dpubkey .\r\n }\r\n } }\r\n}\r\ngroup by ?np ?community ?label ?comment ?date ?qualifier\r\norder by desc(?maxscore)" } ] } ], "@id" : "https://w3id.org/np/RAF9vTkBbNRod78lABDGPFKzKAyJ7WukB15UIicllyTLw/assertion" }, { "@graph" : [ { "@id" : "https://w3id.org/np/RAF9vTkBbNRod78lABDGPFKzKAyJ7WukB15UIicllyTLw/assertion", "http://www.w3.org/ns/prov#wasAttributedTo" : [ { "@id" : "https://orcid.org/0000-0002-1267-0234" } ] } ], "@id" : "https://w3id.org/np/RAF9vTkBbNRod78lABDGPFKzKAyJ7WukB15UIicllyTLw/provenance" }, { "@graph" : [ { "@id" : "https://orcid.org/0000-0002-1267-0234", "http://xmlns.com/foaf/0.1/name" : [ { "@value" : "Tobias Kuhn" } ] }, { "@id" : "https://w3id.org/np/RAF9vTkBbNRod78lABDGPFKzKAyJ7WukB15UIicllyTLw", "http://purl.org/dc/terms/created" : [ { "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", "@value" : "2025-07-17T12:56:04.367Z" } ], "http://purl.org/dc/terms/creator" : [ { "@id" : "https://orcid.org/0000-0002-1267-0234" } ], "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/RAF9vTkBbNRod78lABDGPFKzKAyJ7WukB15UIicllyTLw/fair_community_search_by_domain" } ], "http://purl.org/nanopub/x/supersedes" : [ { "@id" : "https://w3id.org/np/RAvZvjjySG_hbQHK6n6yaGkHDWoCwmcuMX6DbJPhsB3Q4" } ], "http://purl.org/nanopub/x/wasCreatedAt" : [ { "@id" : "https://nanodash.knowledgepixels.com/" } ], "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/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw" }, { "@id" : "https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw" }, { "@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/RAF9vTkBbNRod78lABDGPFKzKAyJ7WukB15UIicllyTLw/sig", "http://purl.org/nanopub/x/hasAlgorithm" : [ { "@value" : "RSA" } ], "http://purl.org/nanopub/x/hasPublicKey" : [ { "@value" : "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" } ], "http://purl.org/nanopub/x/hasSignature" : [ { "@value" : "UNQZVCj+1l1HQcDleZOIJdRogTcKo6/xZIFs/hSv2iYV70VuWLozO+mO/MOwWTqeVrxOISxS5duyrtnuISFWEHgGpGaeOMDkrmeneYAlgb6yB5yBi956jwdMq8o3+BbWxF74NdosA+fJKpQSRtJcqn+9LyPWULc3S4vySTf0s3E=" } ], "http://purl.org/nanopub/x/hasSignatureTarget" : [ { "@id" : "https://w3id.org/np/RAF9vTkBbNRod78lABDGPFKzKAyJ7WukB15UIicllyTLw" } ], "http://purl.org/nanopub/x/signedBy" : [ { "@id" : "https://orcid.org/0000-0002-1267-0234" } ] } ], "@id" : "https://w3id.org/np/RAF9vTkBbNRod78lABDGPFKzKAyJ7WukB15UIicllyTLw/pubinfo" } ]