Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAyuJuPxoD86fKRZgMmK4OFbqBL-jRbMdCEDK4TqmW9LY/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-all-fdos type grlc-query assertion.
- get-all-fdos label "Get all FDOs" assertion.
- get-all-fdos description "This query returns all FDOs, including Handle-based ones and RO-Crates." assertion.
- get-all-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/> prefix schema: <http://schema.org/> select ?fdo ?np ?label ?profile ?date where { graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np dct:created ?date . values ?type { <https://w3id.org/fdof/ontology#FAIRDigitalObject> <http://purl.org/nanopub/x/RoCrateNanopub> } ?np npx:hasNanopubType ?type . ?np npx:introduces ?fdo . ?np np:hasAssertion ?a . optional { ?np rdfs:label ?label } } graph ?a { { ?fdo dct:conformsTo ?profile . } union { ?meta dct:conformsTo ?profile . ?meta schema:about ?fdo . } } } order by desc(?date)" assertion.
- get-all-fdos endpoint full assertion.
- get-all-fdos license LICENSE-2.0 assertion.