@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:get-all-fsr-html a ; dct:description "This query is intended to be used on external websites."; dct:license ; rdfs:label "Get all FSRs (html)"; ; """prefix rdfs: prefix np: prefix npa: prefix npx: prefix xsd: prefix dct: prefix prov: prefix foaf: prefix tpff: prefix schema: prefix fip: select (concat(\"\", str(?label), \"\") as ?thing_ID) (strbefore(str(?date), \"T\") as ?formatted_date) (concat(\"\", group_concat(distinct concat( \"\", replace(str(?type), \"^.*[/#]\", \"\"), \"\" ); separator=\" \"), \"\") as ?types) ?description ?np where { graph npa:graph { npa:hasValidSignatureForPublicKey ?curators_np_pk . ?latest_curators_np npa:hasValidSignatureForPublicKey ?curators_np_pk . filter not exists { ?latest_curators_npx npx:invalidates ?latest_curators_np ; npa:hasValidSignatureForPublicKey ?curators_np_pk . } ?latest_curators_np np:hasAssertion ?latest_curators_assertion . } graph npa:networkGraph { ?latest_curators_np (npx:supersedes)* . filter not exists { ?latest_curators_npxx npx:supersedes ?latest_curators_np } } graph npa:graph { ?np rdfs:label ?label . ?np dct:description ?description . ?np npa:hasValidSignatureForPublicKey ?pubkey . ?np dct:created ?date . ?np np:hasAssertion ?assertion . ?np npx:introduces|npx:describes ?thing . filter(str(?date) > \"2022\") filter exists { ?np npx:hasNanopubType ?fsr_type . values ?fsr_type { fip:FAIR-Enabling-Resource fip:FAIR-Supporting-Resource fip:Available-FAIR-Enabling-Resource } } filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . } ?np npx:hasNanopubType ?type . filter(?type != fip:FAIR-Enabling-Resource) filter(?type != fip:Available-FAIR-Enabling-Resource) filter(?type != fip:FAIR-Enabling-Resource-to-be-Developed) filter(?type != fip:FAIR-Supporting-Resource) filter(?type != fip:Available-FAIR-Supporting-Resource) filter(?type != fip:FAIR-Supporting-Resource-to-be-Developed) filter(?type != fip:Domain-Specific-FAIR-Supporting-Resource) filter(?type != fip:Domain-Agnostic-FAIR-Supporting-Resource) filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } } filter not exists { graph npa:graph { ?disapproval_np npx:hasNanopubType . ?disapproval_np np:hasAssertion ?da ; npa:hasValidSignatureForPublicKey ?dpubkey . filter not exists { ?disapproval_npx npx:invalidates ?disapproval_np ; npa:hasValidSignatureForPublicKey ?dpubkey . } } graph ?latest_curators_assertion { ?qpubkeys npx:hasPublicKey ?dpubkey . } graph ?da { ?disapprover npx:disapprovesOf ?np . } } } group by ?thing ?description ?label ?date ?np""" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0009-0007-7713-900X . } sub:pubinfo { orcid:0009-0007-7713-900X foaf:name "Marvin Friedl" . this: dct:created "2026-09-23T09:18:49.074Z"^^xsd:dateTime; dct:creator orcid:0009-0007-7713-900X; dct:license ; npx:embeds sub:get-all-fsr-html; npx:supersedes ; npx:wasCreatedAt ; skos:changeNote "update class tags"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6nKKLJLqRlne3x0edmCYSr5xQdqM6C1FWZNdRdKZIsZFOmLmkh8dSeoHfQ9j2qws06koRRmIL6eij55oCL67M9/21JmSygbDBmVkBhKCdIMOCJIXSqb+CZIeS05qhZTDjznex8PBAd9pAFIIOW3hhvhA1cNVPlbBL/jWeT6UZ3bU9MKGD9abCZZYQ63/vxX+153bECpVJISzc4YmabntbbYa5xS2vXsJeS2Sn21uKO3A85Rj+PAqLi9DrsmtEjcGtcMxdzmp+DscfR2Zigbwqs9LV3UCITymRqx01QFEgBWRryjzatsArZ+3nUI1jpywt7IRKYhUTy5gCeHY76vlSwIDAQAB"; npx:hasSignature "vPRfR5Joe9v3lVr2EwZVsUSrVNW6PfnM46BsJLQNRbNCG8VSLR89cMNET0b98Xbb5+M01mp+5aBlZ8HptUhG12GJIJDJaIOdH11JPjstQEOVe4A3lHqOwFjG+u/MFrGWvOwWlYlNbuvt+/hNFqfO6rzspkRnLVdCB7KHW1wMAWD7DtODSTV+Q4G+vbpXFZ1WLXP0zX9fUku/XFC5sv8R99hA7IdKiH+uN2wyNeQL6vb+yyXx1wSYRduKjM90al4ga6GXtivqn05Qum2K3RL510vzlqaGlOPPcxHR+QTsCf+hVyn70Jw5NL2NWqh39xpi68LZ5CNk29kA9qiC0QH/Vw=="; npx:hasSignatureTarget this:; npx:signedBy orcid:0009-0007-7713-900X . }