. . . . "This query returns the domains of all FAIR Implementation Profiles (FIPs)." . . . "Get FIP domains" . . "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 ?domain ?domainlabel (count(distinct ?fipnp) as ?count) 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 ?community fip:has-research-domain ?domainx .\r\n }\r\n graph {\r\n ?domainx rdfs:subClassOf* ?domain .\r\n }\r\n graph {\r\n ?domain rdfs:label ?domainlabel .\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 ?domain ?domainlabel\r\norder by desc(?count)" . . "Tobias Kuhn" . "2025-11-07T10:53:02.497+01:00"^^ . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "PpfZUpHKVKjdJXTLjYVu8pBOZUwganTUJ+NbHBLHkcJq4yUiqBIURW1chgUTa/5P8abmjIeqa2NgYdouBYk/z8edLPexzv+2D5UEofEyHxiFXWutZe6sPjUJhWDGpyKIa8vQwcPDB2mnjJCYdFu0qqDHvVZF5i7IVH0gOXRQzgI=" . . .