https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw/Head
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw
http://www.nanopub.org/nschema#hasAssertion
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw/assertion
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw
http://www.nanopub.org/nschema#hasProvenance
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw/provenance
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw
http://www.nanopub.org/nschema#hasPublicationInfo
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw/pubinfo
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.nanopub.org/nschema#Nanopublication
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw/assertion
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw/get-all-fips
http://purl.org/dc/terms/description
Returns all FAIR Implementation Profiles (FIPs) from their latest non-invalidated nanopublications: the FIP, its declaring community (name only), version, publication date, the number of FIP declarations in its declaration index, and the top-level research domains of its community (the SRAO roots that the community's domains fall under, resolved through the Research domains (SRAO) resource of the FAIR Implementation Space). Reference FIPs (rFIPs) are listed by the separate rFIP view and excluded here. Example nanopublications are excluded. Rows are ordered by publication date, newest first, so that the most recently published FIPs are the ones shown on the first page; the date column is also sortable in the rendered table. The declaration count is computed once per declaration index in a self-contained sub-select rather than by joining the index elements into the main pattern: counted inline, each FIP was multiplied by its ~50 index elements and then again by its research domains before aggregation, which made the query take 25 to 60 seconds and risk the gateway timeout. Result-identical, and about five times faster.
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw/get-all-fips
http://purl.org/dc/terms/license
http://www.apache.org/licenses/LICENSE-2.0
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw/get-all-fips
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
https://w3id.org/kpxl/grlc/grlc-query
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw/get-all-fips
http://www.w3.org/2000/01/rdf-schema#label
Get all FIPs
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw/get-all-fips
https://w3id.org/kpxl/grlc/endpoint
https://w3id.org/np/l/nanopub-query-1.1/repo/full
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw/get-all-fips
https://w3id.org/kpxl/grlc/sparql
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix np: <http://www.nanopub.org/nschema#>
prefix npa: <http://purl.org/nanopub/admin/>
prefix npx: <http://purl.org/nanopub/x/>
prefix xsd: <http://www.w3.org/2001/XMLSchema#>
prefix dct: <http://purl.org/dc/terms/>
prefix owl: <http://www.w3.org/2002/07/owl#>
prefix foaf: <http://xmlns.com/foaf/0.1/>
prefix prov: <http://www.w3.org/ns/prov#>
prefix skos: <http://www.w3.org/2004/02/skos/core#>
prefix schema: <https://schema.org/>
prefix gen: <https://w3id.org/kpxl/gen/terms/>
prefix fip: <https://w3id.org/fair/fip/terms/>
prefix tpff: <https://w3id.org/fair/3pff/>
prefix search: <http://www.openrdf.org/contrib/lucenesail#>
select ?fip (min(?fip_label) as ?fip_label) (min(?community) as ?community) (min(?community_label) as ?community_label) (min(?version) as ?version)
(coalesce(min(?decl_count), 0) as ?declarations)
(group_concat(distinct str(?top); separator=" ") as ?domains_multi_iri) (group_concat(distinct ?top_label; separator="\n") as ?domains_label_multi)
(min(?date) as ?date) (min(?np) as ?np) ("^" as ?np_label)
where {
graph npa:graph {
?np npx:hasNanopubType fip:FAIR-Implementation-Profile ; npx:introduces ?fip ; npa:hasValidSignatureForPublicKey ?pk ; dct:created ?date ; np:hasAssertion ?a .
filter not exists { ?np npx:hasNanopubType fip:Reference-FAIR-Implementation-Profile . }
filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }
filter not exists { ?x npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pk . }
}
graph ?a {
?fip a fip:FAIR-Implementation-Profile ; rdfs:label ?fip_label ; fip:declared-by ?community .
optional { ?fip schema:version|<http://schema.org/version> ?version . }
optional { ?fip fip:has-declaration-index ?index . }
}
optional {
{ select ?index (count(distinct ?decl_np) as ?decl_count) where {
graph npa:networkGraph { ?index npx:includesElement ?decl_np . }
} group by ?index }
}
optional {
graph npa:graph { ?cnp npx:hasNanopubType fip:FAIR-Implementation-Community ; npx:introduces|npx:describes ?community ; np:hasAssertion ?ca ; npa:hasValidSignatureForPublicKey ?cpk . filter not exists { ?cx npx:invalidates ?cnp ; npa:hasValidSignatureForPublicKey ?cpk . } }
graph ?ca { ?community rdfs:label ?community_label . optional { ?community fip:has-research-domain ?domain . } }
graph npa:graph {
?srao_np npx:describes <https://w3id.org/spaces/FAIR-Implementation-Space/r/research-domains> ;
npa:hasValidSignatureForPublicKeyHash "9069576dbf1967483c9a3095fb8a7c38b4770974a1733c681d5969e14e455e2b" ;
np:hasAssertion ?srao_a .
filter not exists { ?srao_x npx:invalidates ?srao_np ; npa:hasValidSignatureForPublicKeyHash "9069576dbf1967483c9a3095fb8a7c38b4770974a1733c681d5969e14e455e2b" . }
}
optional { graph ?srao_a { ?domain rdfs:subClassOf* ?top . filter not exists { ?top rdfs:subClassOf ?tp . } ?top rdfs:label ?top_label . } }
}
} group by ?fip order by desc(min(?date))
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw/provenance
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw/assertion
http://www.w3.org/ns/prov#wasAttributedTo
https://orcid.org/0000-0002-1267-0234
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw/pubinfo
https://orcid.org/0000-0002-1267-0234
http://xmlns.com/foaf/0.1/name
Tobias Kuhn
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw
http://purl.org/dc/terms/created
2026-09-18T12:44:36Z
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw
http://purl.org/dc/terms/creator
https://w3id.org/np/RAlgF8um78nQxxJhJTNMZ3tpWJOntfTULJWMWr5Fmo4zU/fairimpl-bot
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw
http://purl.org/dc/terms/license
https://creativecommons.org/licenses/by/4.0/
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw
http://purl.org/nanopub/x/embeds
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw/get-all-fips
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw
http://purl.org/nanopub/x/supersedes
https://w3id.org/np/RAAnm1oGi2sEUSD_78ETOJJ_HC02jxellohnD-OLTxNWE
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw
http://www.w3.org/2000/01/rdf-schema#label
Get all FIPs
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw
https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate
https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw
https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate
https://w3id.org/np/RAEFAt-QcFK0ZhqfvlsmS10BnzGJA0xwOICZXkO-ai87k
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw/sig
http://purl.org/nanopub/x/hasAlgorithm
RSA
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw/sig
http://purl.org/nanopub/x/hasPublicKey
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzZAkv4Mu1YSUxQMriBnhYunqosX5wpuQ3FjUyzW8wTC51wjCmhsChyhS+mCx7Od+2MTDpdhxDWA+pH1r9AX508X2rIY/sbpMS+pd56e0qKPQ0t4folln1TgamPN9iOlY/yLc2x27AdipWIGXUdtL2iAcb+P/Y5dQS2AkHMS3lP2e5JBL5/bD/10qvTLKvdsqIKts8qjuLpxr9CFbsS2gLjMkXL5D2IsJ0cL5sgmIfS1inLVxIfXrS/OgqYNFqeNznUYCVWfo0g7DKjnjiICz3omeQeJFLYwlJ6PhUhYDQS6O318DGwUCwhnuXbBbwL9evZa2I/0Pwu5xpZdNLYJ5UwIDAQAB
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw/sig
http://purl.org/nanopub/x/hasSignature
kZ/HcNPrsLnDWn1KzLBy/+DfdM5/4R+5J5h0iZGKJSZL3XLPbq2ghDk0o5i/Ar5yRlqexy8leQDVg05VV4Fjv5a0FGcBb/hc1c2WnzwcJKo/6AvJ8jawCLfTi12/xS0O6ILhzREmtUL/9TCWEZmta4BxINDFVuqoB0QX4yGDofasKA7H1+K0fX1dZI6BpaPtRxRIlX9nOrAjZFcnbemK4zYAY9GUgzIV6Fa8kPT44PFGVMuCYXlZJLr6LBBbF3X9z84ZRnusP5g1RgBsODIxnyvqLfXkki27q59V3KdH5YMGovkaF4S7NCZ3KW/WUd/WJnrCSLWiuMXA/Fllrzqu4w==
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw/sig
http://purl.org/nanopub/x/hasSignatureTarget
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw
https://w3id.org/np/RA_jZbdgvjtmfcUAZjvS-efj9j-uj81opHtoE_mb5FxAw/sig
http://purl.org/nanopub/x/signedBy
https://w3id.org/np/RAlgF8um78nQxxJhJTNMZ3tpWJOntfTULJWMWr5Fmo4zU/fairimpl-bot