Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAJEQwNQVB3zr7eRbvvkMarR4lLIyPAWOEYXVDyRx8odc/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-latest-fdos type grlc-query assertion.
- get-latest-fdos label "Get latest FDOs" assertion.
- get-latest-fdos sparql "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 ?np ?label ?fdo ?creator ?date where { graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np dct:created ?date . ?np npx:hasNanopubType <https://w3id.org/fdof/ontology#FAIRDigitalObject> . ?np npx:introduces ?fdo . optional { ?np rdfs:label ?label } optional { ?np npx:signedBy ?creator } } } order by desc(?date) limit 20" assertion.
- get-latest-fdos endpoint f82fa5e467e6ba40c5d14402c3590f2ad8ed9a13e982133ab26ef1a889b34ebd assertion.
- get-latest-fdos description "This query returns the latest FDOs." assertion.
- get-latest-fdos license LICENSE-2.0 assertion.