Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAnkM-_WqYU_dch4YqbL90lNJlXJOFV17R14Ntt1WGaNM/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-projects type grlc-query assertion.
- get-projects label "Get Nanodash projects" assertion.
- get-projects 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 ?project ?label ?np ?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:introduces ?project . ?np npx:hasNanopubType <https://w3id.org/kpxl/gen/terms/NanodashProject> . ?np rdfs:label ?label . ?np np:hasAssertion ?a . filter not exists { ?npx npx:introduces ?project . ?npx dct:created ?datex . filter(?datex > ?date) } } } order by ?label" assertion.
- get-projects endpoint 6a551c014e18924fb6e5012d2fc05982dc400a53c6471d76a4cf42f8b5f336e6 assertion.
- get-projects description "This query returns all Nanodash projects" assertion.
- get-projects license LICENSE-2.0 assertion.