. . . . "Full-text search over FAIR Implementation Profiles (FIPs): matches the query against the FIP nanopublications (label, description and other literals), and returns the FIP, its declaring community (name only), version, date, a checkmark when the nanopublication is qualified by the GO FAIR Foundation, and the match score. Reference FIPs are included. Example, invalidated and superseded nanopublications are excluded." . . . "FIP search" . . "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 ?fip (min(?fip_label) as ?fip_label) (min(?community) as ?community) (min(?community_label) as ?community_label) (min(?version) as ?version) (min(?date) as ?date) (max(?qualified_x) as ?qualified) (max(?score) as ?score) (min(?np) as ?np) (\"^\" as ?np_label) where {\n { select ?np ?fip_label ?date (max(?score_x) as ?score) where {\n graph npa:graph {\n ?np npx:hasNanopubType fip:FAIR-Implementation-Profile ; rdfs:label ?fip_label ; npa:hasValidSignatureForPublicKey ?pk ; dct:created ?date .\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 ?fip_label ?date order by desc(?score) limit 50 }\n service {\n graph npa:graph { ?np np:hasAssertion ?a ; npx:introduces ?fip . }\n graph ?a { ?fip fip:declared-by ?community . optional { ?fip schema:version| ?version . } }\n }\n optional { service {\n graph npa:graph { ?cnp npx:introduces|npx:describes ?community ; np:hasAssertion ?ca ; npa:hasValidSignatureForPublicKey ?cpk . filter not exists { ?cx npx:invalidates ?cnp ; npa:hasValidSignatureForPublicKey ?cpk . } }\n graph ?ca { ?community rdfs:label ?community_label . }\n } }\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 ?fip order by desc(?score)\n" . . "Tobias Kuhn" . "2026-09-11T09:29:09Z"^^ . . . . "FIP search" . . . . . "RSA" . "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzZAkv4Mu1YSUxQMriBnhYunqosX5wpuQ3FjUyzW8wTC51wjCmhsChyhS+mCx7Od+2MTDpdhxDWA+pH1r9AX508X2rIY/sbpMS+pd56e0qKPQ0t4folln1TgamPN9iOlY/yLc2x27AdipWIGXUdtL2iAcb+P/Y5dQS2AkHMS3lP2e5JBL5/bD/10qvTLKvdsqIKts8qjuLpxr9CFbsS2gLjMkXL5D2IsJ0cL5sgmIfS1inLVxIfXrS/OgqYNFqeNznUYCVWfo0g7DKjnjiICz3omeQeJFLYwlJ6PhUhYDQS6O318DGwUCwhnuXbBbwL9evZa2I/0Pwu5xpZdNLYJ5UwIDAQAB" . "Mz6HFVRhQTKvXgQcmkux72S13c9wixn1d9spnVPwclu/XZ9AR9GPuphBTUN2yJc86yjtdjKPjcaeDmxYiWBKFheuIU/OPn8EUzhNHMsfk+lkbsZd5Tpepu3i7kzTcKCFUvEPTRDVOw20XqcchYhs+2Kf31fR+5PyTqIcBP+HRjdZ2BPIHWK4WJkGIsWj4KEg2bKqqF4f51GkqJpnYR/x2zZ4H8GvFF42WDlp96hDJBDO+pivo9zZtMfRXHJGnjxoV9FBymwZVQXVpJezTtX+/7G6rlzUryPMMWqRd7rIMQan5/NoIJCBjwflqB33yuf5+Zior88xDQskuPMmCPS6Zw==" . . .