. . . . "For a FAIR Supporting Resource (FSR), lists the FAIR (sub-)principles it relates to: those referred to by the FIP questions under which communities declare using it (with the number of declaring communities), and those its FSR types enable or support according to the FIP Ontology class definitions (fip:enables / fip:supports). One row per principle." . . . "Get the FAIR principles of an FSR" . . "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 ?principle (replace(str(?principle), \"^.*/\", \"\") as ?principle_label)\n (group_concat(distinct ?via; separator=\", \") as ?via) (count(distinct ?community) as ?communities)\nwhere {\n {\n graph npa:graph { ?dnp npx:hasNanopubType fip:FIP-Declaration ; np:hasAssertion ?da ; npa:hasValidSignatureForPublicKey ?dpk . filter not exists { ?dx npx:invalidates ?dnp ; npa:hasValidSignatureForPublicKey ?dpk . } }\n graph ?da { ?decl (fip:declares-current-use-of|fip:declares-planned-use-of|fip:declares-planned-replacement-of) ?_fsr_iri ; fip:refers-to-question ?question ; fip:declared-by ?community . }\n graph npa:graph { ?qnp npx:introduces ?question ; np:hasAssertion ?qa . }\n graph ?qa { ?question fip:refers-to-principle ?principle . }\n bind(concat(\"question \", replace(str(?question), \"^.*FIP-Question-\", \"\")) as ?via)\n } union {\n graph npa:graph { ?fsrnp npx:introduces|npx:describes ?_fsr_iri ; npx:hasNanopubType ?type ; npa:hasValidSignatureForPublicKey ?spk . filter not exists { ?sx npx:invalidates ?fsrnp ; npa:hasValidSignatureForPublicKey ?spk . } }\n filter(strstarts(str(?type), \"https://w3id.org/fair/fip/terms/\"))\n graph npa:graph { ?tnp npx:introduces ?type ; np:hasAssertion ?ta ; npa:hasValidSignatureForPublicKey ?tpk . filter not exists { ?tx npx:invalidates ?tnp ; npa:hasValidSignatureForPublicKey ?tpk . } }\n graph ?ta { ?type fip:enables|fip:supports ?principle . }\n bind(concat(\"type \", replace(replace(str(?type), \"^.*/\", \"\"), \"-\", \" \")) as ?via)\n }\n} group by ?principle order by ?principle_label\n" . . "Tobias Kuhn" . "2026-09-11T09:37:25Z"^^ . . . . "Get the FAIR principles of an FSR" . . . . . "RSA" . "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzZAkv4Mu1YSUxQMriBnhYunqosX5wpuQ3FjUyzW8wTC51wjCmhsChyhS+mCx7Od+2MTDpdhxDWA+pH1r9AX508X2rIY/sbpMS+pd56e0qKPQ0t4folln1TgamPN9iOlY/yLc2x27AdipWIGXUdtL2iAcb+P/Y5dQS2AkHMS3lP2e5JBL5/bD/10qvTLKvdsqIKts8qjuLpxr9CFbsS2gLjMkXL5D2IsJ0cL5sgmIfS1inLVxIfXrS/OgqYNFqeNznUYCVWfo0g7DKjnjiICz3omeQeJFLYwlJ6PhUhYDQS6O318DGwUCwhnuXbBbwL9evZa2I/0Pwu5xpZdNLYJ5UwIDAQAB" . "n7CiFGl/0DDujeYeHylQ6cGEVpM5NySKCOYt6FuMpQB8fYqQt4Cf1XXHN/rHUfMu31y6CMjspZXUyrKXpLyzzIL3lmpB+JflH3P6eNKKIhOz3JiBalKrXSU4GKjdtOz7xEwBffgAQCcvHvXJDBfj0SrPeyQxLjpy4rAwzfRJj68AzUnKxMjZR+CgAswep/HKPEpsm/Be5ONOVLQ/4zuGf8onwUddIzyiAwGrS3IeK/G9ek1pAHE+xiwWy2TGGgt1PesbnT7FWLLzr+hn4JIEOG4ocL56AIL9nHfejyE4n8Neaa+JzrG1rxF/bHAQ3veWlfO4fRHfarhasYuxqalH5w==" . . .