Matches in Nanopublications for { <https://w3id.org/np/RAYR4b9RxFYUpUSXZ6Fm_dpdJIf3-8RvWtt9alFZJUpII/get-all-doa> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-all-doa type grlc-query assertion.
- get-all-doa label "Get all digital object analyis" assertion.
- get-all-doa description "This query returns all digital object analysis" assertion.
- get-all-doa 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 ?digitalObjectAnalysis 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 { ?digitalObjectAnalysis a fff:Digital-Object-Analysis . } } ORDER BY DESC(?date)" assertion.
- get-all-doa endpoint full assertion.
- get-all-doa license LICENSE-2.0 assertion.