Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RANfitoiMzDj7n6Prq9ka4A6UyhYaxzT5ySs_8tBl2k7o/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-all-cs type grlc-query assertion.
- get-all-cs label "Get case studies" assertion.
- get-all-cs description "This query returns all case studies" assertion.
- get-all-cs 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 ?caseStudy 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 { ?caseStudy a fff:Case-Study . } } ORDER BY DESC(?date)" assertion.
- get-all-cs endpoint full assertion.
- get-all-cs license LICENSE-2.0 assertion.