Matches in Nanopublications for { <https://w3id.org/np/RAcE3AlKubNY1Q77LhtVyAI5fr9eOr3gaMB9tNN-HakXM/get-datasets> ?p ?o ?g. }
Showing items 1 to 7 of
7
with 100 items per page.
- get-datasets type grlc-query assertion.
- get-datasets label "Get all datasets" assertion.
- get-datasets description "This query returns all metadata records for datasets." assertion.
- get-datasets 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 ?dataset ?dataset_label ?publisher ?np ("^" as ?np_label) where { graph npa:graph { values ?npType { <https://www.w3.org/ns/dcat#Dataset> <https://w3id.org/fair/ff/terms/Dataset> } ?np npx:hasNanopubType ?npType . ?np npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } ?np dct:created ?date . ?np npx:introduces ?dataset . ?np np:hasAssertion ?a . } graph ?a { ?dataset rdfs:label ?dataset_label . ?dataset dct:publisher ?publisher . } } order by desc(?date)" assertion.
- get-datasets endpoint full assertion.
- get-datasets license LICENSE-2.0 assertion.
- get-datasets hasLabelFromApi "Get all datasets - This query returns all metadata records for datasets." pubinfo.