@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-23T08:20:27.955Z"^^xsd:dateTime; dct:creator orcid:0009-0007-7713-900X; dct:license ; npx:embeds sub:get-all-fsr-html; npx:supersedes ; npx:wasCreatedAt ; skos:changeNote "assign class to types a tag"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6nKKLJLqRlne3x0edmCYSr5xQdqM6C1FWZNdRdKZIsZFOmLmkh8dSeoHfQ9j2qws06koRRmIL6eij55oCL67M9/21JmSygbDBmVkBhKCdIMOCJIXSqb+CZIeS05qhZTDjznex8PBAd9pAFIIOW3hhvhA1cNVPlbBL/jWeT6UZ3bU9MKGD9abCZZYQ63/vxX+153bECpVJISzc4YmabntbbYa5xS2vXsJeS2Sn21uKO3A85Rj+PAqLi9DrsmtEjcGtcMxdzmp+DscfR2Zigbwqs9LV3UCITymRqx01QFEgBWRryjzatsArZ+3nUI1jpywt7IRKYhUTy5gCeHY76vlSwIDAQAB"; npx:hasSignature "ISHmFJGoh5JUpG2q6j133viN4vYtXutMMl1MkaUml7zolQ43dnlKiwaJRUOMWq3iBAk/2ameUUQmpwFJcHa1+GyestA4nNCfCGTuSr0eJgZymzpc/pWiUwNyE/nYr86QpFLZs0TVTiQJGzygxxm4kGabibSC6b1aDhP/gIsk4CTJNZ0RDiVocgt/YaPjvvX2NmTYnDov5nnScOxaH0g5EKJFSAu6rX1SnsWBR9BQGuqUm0riEZR8G18ZmmCEY7HSlvsX4MQJEB5D0rfqxxKy/O6UPxptMVjRP0qDrydVb9th4i2FsNOIWQFCbMORD7UNAvwCZS2iSKhD6128cUoJvg=="; npx:hasSignatureTarget this:; npx:signedBy orcid:0009-0007-7713-900X . }