. . . . "This query returns the FAIR Implementation Profiles (FIPs) per scientific domain." . . . "FIP by domain" . . "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 ?fipnp ?fip ?fiplabel ?community (min(?communitylabel) as ?communitylabel) (group_concat(distinct ?domain; separator=\" \") as ?domains) where {\r\n graph npa:graph {\r\n ?np npa:hasValidSignatureForPublicKey ?pubkey ;\r\n dct:created ?date ;\r\n npx:hasNanopubType fip:FAIR-Implementation-Community ;\r\n np:hasAssertion ?a .\r\n ?np npx:introduces|npx:describes ?community .\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 ?communitylabel ;\r\n fip:has-research-domain ?domain .\r\n ?community fip:has-research-domain ?domainx .\r\n }\r\n graph {\r\n ?domainx rdfs:subClassOf* ?_domain_iri .\r\n }\r\n service { # (https://w3id.org/fair/fip/terms/FAIR-Implementation-Profile)\r\n select ?fipnp ?fip ?fiplabel ?community {\r\n graph npa:graph {\r\n ?fipnp np:hasAssertion ?fa .\r\n optional { ?fipnp rdfs:label ?fiplabel . }\r\n ?fipnp npx:introduces|npx:describes ?fip .\r\n ?fipnp npa:hasValidSignatureForPublicKey ?fpubkey .\r\n ?fipnp npx:hasNanopubType fip:FAIR-Implementation-Profile .\r\n filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }\r\n filter not exists { ?fipnpx npx:invalidates ?fipnp ; npa:hasValidSignatureForPublicKey ?fpubkey . }\r\n }\r\n graph ?fa {\r\n ?fip fip:declared-by ?community .\r\n }\r\n }\r\n }\r\n}\r\ngroup by ?fipnp ?fip ?fiplabel ?community" . . "Tobias Kuhn" . "2025-11-07T09:22:39.882Z"^^ . . . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" . "oTELae5a9QrV3gEh8SCZTUG5hEd8IViSibg2KMfmBcYLWfmSbkVxmkvFItZynnwmFj9Qvw4cFME0HbicCSanHG7smQv757U3aEAcBT7/K81wmp/nbb6i0hInHie3n/doG9dRfthRxLpjjYcmOQktZV85c8UtB3FCGR0sx4u7Nwg=" . . .