Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAZdGtGJixKItPqsYSFe2jAmxVvFiaDxyOZCozuc-YBfo/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 distinct ?np ?pubkey ?date ?label ?title ?text ?supersedes ?supersedes_count where { graph npa:graph { ?np npa:hasValidSignatureForPublicKeyHash ?pubkey . # Valid signature and not invalidated filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey_inv . } # This is the LATEST version (nothing supersedes it) filter not exists { ?newer_np npx:supersedes ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey_super . } # Not retracted filter not exists { ?retraction_np npx:retracts ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey_ret . } ?np dct:created ?date . ?np np:hasAssertion ?a . } # Check if this nanopub supersedes others (to show version history) 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) } order by desc(?date)" assertion.
- get-dggs-nanopubs endpoint full assertion.
- get-dggs-nanopubs license LICENSE-2.0 assertion.