Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAqcPT8CnnXJYZz77UHKqieFX0s4B5u1Oax3233qkv-jE/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-dggs-nanopubs type grlc-query assertion.
- get-dggs-nanopubs label "Get nanopublications related to DGGS" assertion.
- get-dggs-nanopubs description "List nanopublications related to Discrete Global Grid Systems (DGGS)." assertion.
- get-dggs-nanopubs 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 ?np ?pubkey ?date (sample(?label) as ?label) (sample(?title) as ?title) (sample(?text) as ?text) (sample(?supersedes) as ?supersedes) where { graph npa:graph { ?np npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey_inv . } filter not exists { ?newer_np npx:supersedes ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey_super . } filter not exists { ?retraction_np npx:retracts ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey_ret . } ?np dct:created ?date . ?np np:hasAssertion ?a . } optional { graph npa:graph { ?np npx:supersedes ?supersedes . } } graph ?a { ?s ?p ?o . filter( isLiteral(?o) && regex(str(?o), "DGGS|Discrete Global Grid|discrete global grid", "i") ) } optional { graph ?a { ?s rdfs:label ?label } } optional { graph ?a { ?s dct:title ?title } } bind(?o as ?text) } group by ?np ?pubkey ?date order by desc(?date)" assertion.
- get-dggs-nanopubs endpoint full assertion.
- get-dggs-nanopubs license LICENSE-2.0 assertion.