Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAcVjWPwaBK4pxAmjK_QqMBO38EFDOz8VU4m_Hr4Mf3qk/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-research-programmes type grlc-query assertion.
- get-research-programmes label "Get all research programmes" assertion.
- get-research-programmes sparql "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX np: <http://www.nanopub.org/nschema#> PREFIX npa: <http://purl.org/nanopub/admin/> PREFIX npx: <http://purl.org/nanopub/x/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX dct: <http://purl.org/dc/terms/> PREFIX prov: <http://www.w3.org/ns/prov#> SELECT ?np ?label ?pubkey ?date WHERE { GRAPH npa:graph { ?np npx:hasNanopubType <https://w3id.org/fair/ff/terms/Research-Programme> . ?np npa:hasValidSignatureForPublicKey ?pubkey . FILTER NOT EXISTS { ?np2 npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np dct:created ?date . ?np rdfs:label ?label . filter(contains(lcase(?label), lcase(?_searchterm))) } }" assertion.
- get-research-programmes endpoint full assertion.
- get-research-programmes description "This query returns all research programmes." assertion.
- get-research-programmes license LICENSE-2.0 assertion.