🔗 References (max. 100)

show query show view full screen
part subject predicate object published by date
Assertion
Assertion
Messages about Nano Session #24
Assertion
PublicationInfo
Messages about Nano Session #24 - This query returns plain-text messages about the Nano Session #24.
Assertion
This query returns plain-text messages about the Nano Session #24.
Assertion
Assertion
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 schema: <https://schema.org/> select ?text ?np ?creator ?date where { graph npa:graph { ?np npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } ?np dct:created ?date . ?np dct:creator ?creator . ?np np:hasAssertion ?a . } graph ?a { ?a rdfs:label ?text . ?a schema:about <https://w3id.org/spaces/nanopub/nanosessions/session24> . } } order by desc(?date)
Assertion
PublicationInfo