🔗 References (max. 100)

show query show view
part subject predicate object published by date
Assertion
Assertion
Get all RO-Crate Nanopubs (old type)
Assertion
Assertion
This query returns all RO-Crate nanopubs.
Assertion
Assertion
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>prefix dct: <http://purl.org/dc/terms/>prefix np: <http://www.nanopub.org/nschema#>prefix npa: <http://purl.org/nanopub/admin/>prefix npx: <http://purl.org/nanopub/x/>select distinct ?rocrate ?date ?np where { graph npa:graph { ?np npx:hasNanopubType npx:RoCrateNanopub . filter not exists { ?npx npx:invalidates ?np } ?np dct:created ?date . ?np npx:introduces ?rocrate . }}order by desc(?date)