https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4/Head https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4 http://www.nanopub.org/nschema#hasAssertion https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4/assertion https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4 http://www.nanopub.org/nschema#hasProvenance https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4/provenance https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4 http://www.nanopub.org/nschema#hasPublicationInfo https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4/pubinfo https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4 http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.nanopub.org/nschema#Nanopublication https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4/assertion https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4/find-gofair-qualified-things-valid http://purl.org/dc/terms/description This query allows for searching for resources (FERs etc.) together with the info about whether GO FAIR qualified them. It performs a Lucene full-text search on labels and descriptions, optionally restricted to a given nanopub type, and excludes retracted/superseded nanopublications, example nanopublications, entries from before 2022, and entries disapproved by the curators. This version merges the functions of the earlier 'Search on FAIR Specifications' and 'FSR lookup' queries. https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4/find-gofair-qualified-things-valid http://purl.org/dc/terms/license http://www.apache.org/licenses/LICENSE-2.0 https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4/find-gofair-qualified-things-valid http://www.w3.org/1999/02/22-rdf-syntax-ns#type https://w3id.org/kpxl/grlc/grlc-query https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4/find-gofair-qualified-things-valid http://www.w3.org/2000/01/rdf-schema#label Find GO FAIR qualified things (only valid entries) https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4/find-gofair-qualified-things-valid https://w3id.org/kpxl/grlc/endpoint https://w3id.org/np/l/nanopub-query-1.1/repo/full https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4/find-gofair-qualified-things-valid https://w3id.org/kpxl/grlc/sparql 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 fip: <https://w3id.org/fair/fip/terms/> prefix prov: <http://www.w3.org/ns/prov#> prefix search: <http://www.openrdf.org/contrib/lucenesail#> select distinct ?thing ?label ?description ?np ?date ?pubkey ?qualifier ?qualification_np (group_concat(distinct ?recommender; separator=" ") as ?recommenders) (group_concat(distinct ?recommendation_np; separator=" ") as ?recommendation_nps) (count(distinct ?recommender) as ?recommender_count) (sample(?fairAssessmentLevel_) as ?fairAssessmentLevel) (sample(?fairAssessmentLevelNp_) as ?fairAssessmentLevelNp) where { { select distinct ?np where { service <https://w3id.org/np/l/nanopub-query-1.1/repo/text> { { ?np search:matches [ search:query ?_searchterm ; search:property rdfs:label ] . } union { ?np search:matches [ search:query ?_searchterm ; search:property dct:description ] . } } } } graph npa:graph { <https://w3id.org/np/RA27Uhopq4MHZziL2lKXX-wTb1jz4KVLbHaupxyAcCt9Y> 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)* <https://w3id.org/np/RA27Uhopq4MHZziL2lKXX-wTb1jz4KVLbHaupxyAcCt9Y> . filter not exists { ?latest_curators_npxx npx:supersedes ?latest_curators_np } } graph npa:graph { ?np npx:hasNanopubType ?__type_iri . ?np npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?retraction npx:retracts ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } filter not exists { ?newversion npx:supersedes ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . } ?np (npx:introduces|npx:describes) ?thing . ?np rdfs:label ?label . optional { ?np dct:description ?description . } ?np dct:created ?date . filter(str(?date) > "2022") } optional { graph npa:graph { ?disapproval npa:hasValidSignatureForPublicKey ?dpubkey . } graph ?latest_curators_assertion { ?dpubkeys npx:hasPublicKey ?dpubkey . } graph npa:graph { filter not exists { ?disapproval_x npx:invalidates ?disapproval ; npa:hasValidSignatureForPublicKey ?dpubkey . } ?disapproval np:hasAssertion ?da . } graph ?da { ?dsomebody ( npx:disapproves-of | npx:disapprovesOf ) ?np . } } filter(!bound(?disapproval)) # Faster than "filter not exists" for some reason optional { graph npa:graph { ?recommendation_np npx:hasNanopubType fip:recommended-by . ?recommendation_np npa:hasValidSignatureForPublicKey ?rpubkey . filter not exists { ?recommendation_np_x npx:invalidates ?recommendation_np ; npa:hasValidSignatureForPublicKey ?rpubkey . } ?recommendation_np np:hasAssertion ?ra . ?recommendation_np np:hasProvenance ?rp . } graph ?ra { ?thing fip:recommended-by ?recommender . } graph ?rp { ?ra prov:wasDerivedFrom ?rfip_np . } graph npa:graph { ?rfip_np npx:hasNanopubType fip:Reference-FAIR-Implementation-Profile . ?rfip_np npa:hasValidSignatureForPublicKey ?rfip_pubkey . ?latest_rfip_np npa:hasValidSignatureForPublicKey ?rfip_pubkey . filter not exists { ?latest_rfip_npx npx:invalidates ?latest_rfip_np ; npa:hasValidSignatureForPublicKey ?rfip_pubkey . } } graph npa:networkGraph { ?latest_rfip_np (npx:supersedes)* ?rfip_np . } graph ?rfip_qa { ?rfip_qualifier npx:qualifies ?latest_rfip_np . } graph npa:graph { ?rfip_qualification_np np:hasAssertion ?rfip_qa . ?rfip_qualification_np npx:hasNanopubType npx:qualifies . ?rfip_qualification_np npa:hasValidSignatureForPublicKey ?rfip_qpubkey . filter not exists { ?rfip_qualification_np_x npx:invalidates ?rfip_qualification_np ; npa:hasValidSignatureForPublicKey ?rfip_qpubkey . } } graph ?latest_curators_assertion { ?rfip_qpubkeys npx:hasPublicKey ?rfip_qpubkey . } } optional { graph npa:graph { ?qualification_np npx:hasNanopubType npx:qualifies . ?qualification_np npa:hasValidSignatureForPublicKey ?qpubkey . } graph ?latest_curators_assertion { ?qpubkeys npx:hasPublicKey ?qpubkey . } graph npa:graph { filter not exists { ?qualification_np_x npx:invalidates ?qualification_np ; npa:hasValidSignatureForPublicKey ?qpubkey . } ?qualification_np np:hasAssertion ?qa . } graph ?qa { ?qualifier npx:qualifies ?np . } } optional { graph npa:graph { ?fairAssessmentLevelNp_ npx:hasNanopubType fip:has-FAIR-assessment . ?fairAssessmentLevelNp_ npa:hasValidSignatureForPublicKey ?lpubkey . filter not exists { ?fairAssessmentLevelNp_x npx:invalidates ?fairAssessmentLevelNp_ ; npa:hasValidSignatureForPublicKey ?lpubkey . } ?fairAssessmentLevelNp_ np:hasAssertion ?la . } graph ?latest_curators_assertion { ?lpubkeys npx:hasPublicKey ?lpubkey . } graph ?la { ?thing fip:has-FAIR-assessment ?fairAssessmentLevel_ . } } } group by ?thing ?label ?description ?np ?date ?pubkey ?qualifier ?qualification_np order by desc(?recommender_count) asc(?label) https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4/provenance https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4/assertion http://www.w3.org/ns/prov#wasAttributedTo https://orcid.org/0000-0002-1267-0234 https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4/pubinfo https://orcid.org/0000-0002-1267-0234 http://xmlns.com/foaf/0.1/name Tobias Kuhn https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4 http://purl.org/dc/terms/created 2026-07-14T12:37:05Z https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4 http://purl.org/dc/terms/creator https://orcid.org/0000-0002-1267-0234 https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4 http://purl.org/dc/terms/license https://creativecommons.org/publicdomain/zero/1.0/ https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4 http://purl.org/nanopub/x/embeds https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4/find-gofair-qualified-things-valid https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4 http://www.w3.org/ns/prov#wasDerivedFrom https://w3id.org/np/RA9rho2HHeT5zl2z7dk6ntdzCE3CWYHfdqdg10dCk5kJc https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4 http://www.w3.org/ns/prov#wasDerivedFrom https://w3id.org/np/RAQjW2MXoE9fSzp5dLH2l5VrcDBNJSeaMvsjHINp-FaAM https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4 https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4 https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8 https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4 https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate https://w3id.org/np/RARW4MsFkHuwjycNElvEVtuMjpf4yWDL10-0C5l2MqqRQ https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4 https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4 https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate https://w3id.org/np/RAEFAt-QcFK0ZhqfvlsmS10BnzGJA0xwOICZXkO-ai87k https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4/sig http://purl.org/nanopub/x/hasAlgorithm RSA https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4/sig http://purl.org/nanopub/x/hasPublicKey MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4/sig http://purl.org/nanopub/x/hasSignature TBzb4YvxDYfOEH5gGAvHONiigew1hJycxEwYkVL8ee9A4RNJICuZsU4xNKcxezIeD5qV1vj/WpHRTZsYMe2LwJDknVnLYAb8IPeE9qsio36+oNynlRgMT/9iP7Lf8oFvjm6KG6+faTW02bYPDkxp4acvER6SxKkvgOXfaXTzCK4= https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4/sig http://purl.org/nanopub/x/hasSignatureTarget https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4 https://w3id.org/np/RAbIm89ikH6lYNcysd1TTM1Ai8VgQ766CWaQV8kemf5h4/sig http://purl.org/nanopub/x/signedBy https://orcid.org/0000-0002-1267-0234