Matches in Nanopublications for { <https://w3id.org/np/RAgnLJH8kcI_e488VdoyQ0g3-wcumj4mSiusxPmeAYsSI#get-latest-biodiv-candidates> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-latest-biodiv-candidates type grlc-query assertion.
- get-latest-biodiv-candidates label "Get latest candidate nanopubs in biodiversity" assertion.
- get-latest-biodiv-candidates description "This query returns the latest candidate nanopublications in biodiversity." assertion.
- get-latest-biodiv-candidates license LICENSE-2.0 assertion.
- get-latest-biodiv-candidates 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 biolink: <https://w3id.org/biolink/vocab/> prefix biodiv: <https://w3id.org/kpxl/biodiv/terms/> select ?np ?label ?pubkey ?date where { graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np dct:created ?date . ?np rdfs:label ?label . ?np dct:creator ?__creator_iri . ?np npx:hasNanopubType biodiv:BiodivNanopub . filter(not exists { ?np npx:hasNanopubType <https://w3id.org/kpxl/pensoft/rio/terms/RIOJournalNanopub> } ) filter(not exists { ?np npx:hasNanopubType <https://w3id.org/kpxl/pensoft/bdj/terms/BiodiversityDataJournalNanopub> } ) filter(not exists { ?np npx:hasNanopubType <https://w3id.org/kpxl/ios/ds/terms/DataScienceNanopub> } ) } } order by desc(?date) limit 100" assertion.
- get-latest-biodiv-candidates endpoint d9ed05bcbc04a15b5e2b55f7801cf4163d99037f758ec99715f8c909b20e0dce assertion.