@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:get-dggs-nanopubs a ; dct:description "List nanopublications related to Discrete Global Grid Systems (DGGS)."; dct:license ; rdfs:label "Get nanopublications related to DGGS"; ; """prefix rdfs: prefix dct: prefix np: prefix npa: prefix npx: 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)""" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1784-2920 . } sub:pubinfo { orcid:0000-0002-1784-2920 foaf:name "Anne Fouilloux" . this: dct:created "2026-02-18T19:50:49.085Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1784-2920; dct:license ; npx:embeds sub:get-dggs-nanopubs; npx:wasCreatedAt ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDWv2pJnmDsBOq8OlT1aSvYXSuWT34WOp4FYqEzdnn2F0kqzcFevBqWGZDxJWC0lqCrDEuNfp2QFyPe/+nES9dlHGYIhqPi68fwK6ZiNUotRFxXou+rjFznVvUxtCL8Ede79EBHwWN61QtwSIcU12bLoZsNPFlqQASQ93BJuKlihwIDAQAB"; npx:hasSignature "i9CFKlbcuMSgIdjmLJzJDHgSq3BT9gamvF//FqNk6AhvvK6xhU5TVR+rw+Fmwmi1XP8a1JY8/JhR2b+gNpceQz4W6hBZ4oCRrfWsTuRXkANpFxoH6vnJMNfR6unIRD++9hHLH5l1SlNU730NQiUjeO0/nTAefR6+cX4RL7dAC9s="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1784-2920 . }