🔗 References (max. 100)

show query show view full screen
part subject predicate object published by date
Assertion
Assertion
Get messages about ESWC 2025
Assertion
PublicationInfo
Get messages about ESWC 2025 - This query returns plain-text messages about ESWC 2025.
PublicationInfo
Get messages about ESWC 2025 - This query returns plain-text messages about ESWC 2025.
Assertion
This query returns plain-text messages about ESWC 2025.
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:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np dct:created ?date . ?np dct:creator ?creator . ?np np:hasAssertion ?a . } graph ?a { ?a rdfs:label ?text . ?a schema:about <https://2025.eswc-conferences.org/> . } } order by desc(?date)
PublicationInfo
Assertion