. . . . "This query returns the domains of all FIP communities." . . . "Get FIP community domains" . . "prefix rdfs: \r\nprefix np: \r\nprefix npa: \r\nprefix npx: \r\nprefix xsd: \r\nprefix dct: \r\nprefix fip: \r\n\r\nselect ?domain ?domainlabel (count(distinct ?np) as ?count) where {\r\n graph npa:graph {\r\n ?np npa:hasValidSignatureForPublicKey ?pubkey ;\r\n npx:hasNanopubType fip:FAIR-Implementation-Community ;\r\n np:hasAssertion ?a .\r\n ?np dct:created ?date . filter(str(?date) > \"2022\")\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 graph ?a {\r\n ?community a fip:FAIR-Implementation-Community ;\r\n rdfs:label ?label ;\r\n rdfs:comment ?comment ;\r\n fip:has-research-domain ?domain .\r\n }\r\n graph {\r\n ?domain rdfs:label ?domainlabel .\r\n }\r\n}\r\ngroup by ?domain ?domainlabel\r\norder by desc(?count)" . . "Tobias Kuhn" . "2025-11-07T07:44:50.357Z"^^ . . . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" . "B5sSoBSJ5dV2STPB/FBqSDHFbSusgidRB4f9SkztJsF06eVJUIU7QIuB9QfvltETYTkJ8zM0s8Li7snDNEx8qIrOKWjCrY5tkCC12kEdjsOGOOrhbBrt2FEQR4Gq5q6QoLKc+DJH1QXOoOSzP+3BLm97g090Ip0JxUUmmIgm6no=" . . .