https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0/Head
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0
http://www.nanopub.org/nschema#hasAssertion
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0/assertion
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0
http://www.nanopub.org/nschema#hasProvenance
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0/provenance
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0
http://www.nanopub.org/nschema#hasPublicationInfo
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0/pubinfo
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.nanopub.org/nschema#Nanopublication
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0/assertion
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0/find-gofair-qualified-things
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.
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0/find-gofair-qualified-things
http://purl.org/dc/terms/license
http://www.apache.org/licenses/LICENSE-2.0
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0/find-gofair-qualified-things
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
https://w3id.org/kpxl/grlc/grlc-query
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0/find-gofair-qualified-things
http://www.w3.org/2000/01/rdf-schema#label
Find GO FAIR qualified things
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0/find-gofair-qualified-things
https://w3id.org/kpxl/grlc/endpoint
https://w3id.org/np/l/nanopub-query-1.1/repo/full
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0/find-gofair-qualified-things
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/>
select distinct ?thing ?label ?description ?np ?date ?pubkey ?retraction ?newversion ?qualifier ?qualification_np (group_concat(?recommender; separator=" ") as ?recommenders) (group_concat(?recommendation_np; separator=" ") as ?recommendation_nps) where {
graph npa:graph {
?np npx:hasNanopubType ?__type_iri .
?np npa:hasValidSignatureForPublicKey ?pubkey .
optional { ?retraction npx:retracts ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }
optional { ?newversion npx:supersedes ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }
?np (npx:introduces|npx:describes) ?thing .
?np rdfs:label ?label .
?np dct:description ?description .
?np dct:created ?date .
filter(str(?date) > "2022")
}
bind(concat(" ",lcase(str(?label))," ",lcase(str(?description))," ") as ?text)
filter( contains(?text, lcase(str(?_searchterm))) )
optional {
graph npa:graph {
?disapproval np:hasAssertion ?da .
?disapproval npa:hasValidSignatureForPublicKey ?dpubkey .
filter not exists { ?disapproval_x npx:invalidates ?disapproval ; npa:hasValidSignatureForPublicKey ?dpubkey . }
}
graph <https://w3id.org/np/RAkVk6aKWsmgcuKtPA7OSp2h-GbDfx8xrz_kJAAgY8Xa4#assertion> {
?dpubkeys npx:hasPublicKey ?dpubkey .
}
graph ?da {
?dsomebody ( npx:disapproves-of | npx:disapprovesOf ) ?np .
}
} filter(!bound(?disapproval)) # Faster than "filter not exists" for some reason
optional {
graph npa:graph {
?qualification_np npx:hasNanopubType npx:qualifies .
?qualification_np np:hasAssertion ?qa .
?qualification_np npa:hasValidSignatureForPublicKey ?qpubkey .
filter not exists { ?qualification_np_x npx:invalidates ?qualification_np ; npa:hasValidSignatureForPublicKey ?qpubkey . }
}
graph <https://w3id.org/np/RAkVk6aKWsmgcuKtPA7OSp2h-GbDfx8xrz_kJAAgY8Xa4#assertion> {
?qpubkeys npx:hasPublicKey ?qpubkey .
}
graph ?qa {
?qualifier npx:qualifies ?np .
}
}
optional {
graph npa:graph {
?recommendation_np npx:hasNanopubType fip:recommended-by .
?recommendation_np np:hasAssertion ?ra .
?recommendation_np npa:hasValidSignatureForPublicKey ?rpubkey .
filter not exists { ?recommendation_np_x npx:invalidates ?recommendation_np ; npa:hasValidSignatureForPublicKey ?rpubkey . }
}
graph <https://w3id.org/np/RAkVk6aKWsmgcuKtPA7OSp2h-GbDfx8xrz_kJAAgY8Xa4#assertion> {
?rpubkeys npx:hasPublicKey ?rpubkey .
}
graph ?ra {
?thing fip:recommended-by ?recommender .
}
}
}
group by ?thing ?label ?description ?np ?date ?pubkey ?retraction ?newversion ?qualifier ?qualification_np
order by asc(?label)
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0/provenance
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0/assertion
http://www.w3.org/ns/prov#wasAttributedTo
https://orcid.org/0000-0002-1267-0234
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0/pubinfo
https://orcid.org/0000-0002-1267-0234
http://xmlns.com/foaf/0.1/name
Tobias Kuhn
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0
http://purl.org/dc/terms/created
2025-06-13T09:37:43.424Z
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0
http://purl.org/dc/terms/creator
https://orcid.org/0000-0002-1267-0234
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0
http://purl.org/dc/terms/license
https://creativecommons.org/licenses/by/4.0/
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0
http://purl.org/nanopub/x/embeds
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0/find-gofair-qualified-things
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0
http://purl.org/nanopub/x/supersedes
https://w3id.org/np/RAgbM7-gmwvVjXQBJHIChzMU7dsopcVKchCCURgg6M8DA
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0
http://purl.org/nanopub/x/wasCreatedAt
https://nanodash.knowledgepixels.com/
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0
https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate
https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0
https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate
https://w3id.org/np/RAEFAt-QcFK0ZhqfvlsmS10BnzGJA0xwOICZXkO-ai87k
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0/sig
http://purl.org/nanopub/x/hasAlgorithm
RSA
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0/sig
http://purl.org/nanopub/x/hasPublicKey
MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0/sig
http://purl.org/nanopub/x/hasSignature
ajPETKprsL89OtUWeDIfuufyq9Wj4s4trcSPEcj/AKwApjTBU7mP6KJcE0bfuF44hda05od8juxnh0tWdYDtPlxxjSfLqemPyb5J9kE9B1rMOHAn3FtfAlEKbih/qQcTB7BYp2tKg71XsHGqtaQNBO+iPXLS8o1KLukhQU0xmKc=
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0/sig
http://purl.org/nanopub/x/hasSignatureTarget
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0
https://w3id.org/np/RAYPPe104CJozxoqnfrGykgyDw0U7WKIZGjYLcCr_OMR0/sig
http://purl.org/nanopub/x/signedBy
https://orcid.org/0000-0002-1267-0234