Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAt_M1kigSuiKv_1RQyZOcfisq6rBmuxgHl8mA9xzvEN0/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-all-us type grlc-query assertion.
- get-all-us label "Get user stories" assertion.
- get-all-us description "This query returns all user stories." assertion.
- get-all-us 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 fff: <https://w3id.org/fff/req/> SELECT DISTINCT ?np ?date ?label ?userStory WHERE { ## Info about this repo npa:thisRepo ?repoPred ?repoObj . ## Search for valid nanopublications GRAPH npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . FILTER NOT EXISTS { ?invalid npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np dct:created ?date . ?np np:hasAssertion ?a . OPTIONAL { ?np rdfs:label ?label } } ## Look inside the assertion graph GRAPH ?a { ?userStory a fff:User-Story . } } ORDER BY DESC(?date)" assertion.
- get-all-us endpoint full assertion.
- get-all-us license LICENSE-2.0 assertion.