https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds/Head https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds http://www.nanopub.org/nschema#hasAssertion https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds/assertion https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds http://www.nanopub.org/nschema#hasProvenance https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds/provenance https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds http://www.nanopub.org/nschema#hasPublicationInfo https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds/pubinfo https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.nanopub.org/nschema#Nanopublication https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds/assertion https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds/get-fsr-types http://purl.org/dc/terms/description Counts the metadata nanopublications of FAIR Supporting Resources (FSRs, including FAIR-Enabling Resources) per FSR type. The types are read dynamically from the FIP Ontology: every class in the fip namespace that is a (transitive) subclass of FAIR-Supporting-Resource, excluding the structural classes (FER/FSR, Available-*, *-to-be-Developed). Type labels come from the published class definitions. Example nanopublications and invalidated nanopublications are excluded. https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds/get-fsr-types http://purl.org/dc/terms/license http://www.apache.org/licenses/LICENSE-2.0 https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds/get-fsr-types http://www.w3.org/1999/02/22-rdf-syntax-ns#type https://w3id.org/kpxl/grlc/grlc-query https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds/get-fsr-types http://www.w3.org/2000/01/rdf-schema#label Get FSR types https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds/get-fsr-types https://w3id.org/kpxl/grlc/endpoint https://w3id.org/np/l/nanopub-query-1.1/repo/full https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds/get-fsr-types 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 ?type ?type_label (count(distinct ?np) as ?count) where { { select distinct ?type (min(?tl) as ?type_label) where { ?type rdfs:subClassOf+ fip:FAIR-Supporting-Resource . filter(strstarts(str(?type), "https://w3id.org/fair/fip/terms/")) filter(?type not in (fip:FAIR-Enabling-Resource, fip:FAIR-Supporting-Resource, fip:Available-FAIR-Enabling-Resource, fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource-to-be-Developed, fip:FAIR-Supporting-Resource-to-be-Developed)) graph npa:graph { ?tnp npx:introduces ?type ; np:hasAssertion ?ta . } graph ?ta { ?type rdfs:label ?tl . } } group by ?type } graph npa:graph { ?np npx:hasNanopubType ?type ; npx:hasNanopubType ?fsr_type ; npa:hasValidSignatureForPublicKey ?pk ; dct:created ?date . values ?fsr_type { fip:FAIR-Enabling-Resource fip:FAIR-Supporting-Resource } filter(str(?date) > "2022") filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . } filter not exists { ?x npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pk . } } } group by ?type ?type_label order by desc(?count) https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds/provenance https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds/assertion http://www.w3.org/ns/prov#wasAttributedTo https://orcid.org/0000-0002-1267-0234 https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds/pubinfo https://orcid.org/0000-0002-1267-0234 http://xmlns.com/foaf/0.1/name Tobias Kuhn https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds http://purl.org/dc/terms/created 2026-09-11T09:23:01Z https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds http://purl.org/dc/terms/creator https://w3id.org/np/RAlgF8um78nQxxJhJTNMZ3tpWJOntfTULJWMWr5Fmo4zU/fairimpl-bot https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds http://purl.org/dc/terms/license https://creativecommons.org/licenses/by/4.0/ https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds http://purl.org/nanopub/x/embeds https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds/get-fsr-types https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds http://www.w3.org/2000/01/rdf-schema#label Get FSR types https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8 https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate https://w3id.org/np/RAEFAt-QcFK0ZhqfvlsmS10BnzGJA0xwOICZXkO-ai87k https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds/sig http://purl.org/nanopub/x/hasAlgorithm RSA https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds/sig http://purl.org/nanopub/x/hasPublicKey MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzZAkv4Mu1YSUxQMriBnhYunqosX5wpuQ3FjUyzW8wTC51wjCmhsChyhS+mCx7Od+2MTDpdhxDWA+pH1r9AX508X2rIY/sbpMS+pd56e0qKPQ0t4folln1TgamPN9iOlY/yLc2x27AdipWIGXUdtL2iAcb+P/Y5dQS2AkHMS3lP2e5JBL5/bD/10qvTLKvdsqIKts8qjuLpxr9CFbsS2gLjMkXL5D2IsJ0cL5sgmIfS1inLVxIfXrS/OgqYNFqeNznUYCVWfo0g7DKjnjiICz3omeQeJFLYwlJ6PhUhYDQS6O318DGwUCwhnuXbBbwL9evZa2I/0Pwu5xpZdNLYJ5UwIDAQAB https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds/sig http://purl.org/nanopub/x/hasSignature rZwcGEKKwkB05qpDFZRdQ0xqn30uDT9mZcYSlQQ0mU462/W8V6KmJ0o+AFZTJId5RLqDSFD8FhDNrzJ2nNaSG9+nMYsXuJibg0RZrnyxN+NpgTqK6RBNl/VcibCp9TNHwyZrx2TvgfoNa7BJqCiwHbuePoWmJymW/hxTWgzv9gemyTAcH13CNQP/z1SfiCJV1WbRB2E85TiJa4V7QTbuboFc97+crajmpFmGYrc5Pl8Kkvskt7HOVRBpijLjkC0AbsZDTho6Re7s7T+INc+8K1WRajQ2D0UBXiHkq9xnYT74Ju90lFK9d+gn/dbVsACYf59h0HkhBLkvyRfbCUYQRQ== https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds/sig http://purl.org/nanopub/x/hasSignatureTarget https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds https://w3id.org/np/RAjcweN6wmuQUlTFHbgCqYcnpsAQ5BDa_CxXP8kWRKnds/sig http://purl.org/nanopub/x/signedBy https://w3id.org/np/RAlgF8um78nQxxJhJTNMZ3tpWJOntfTULJWMWr5Fmo4zU/fairimpl-bot