@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-news-content a ; dct:description "This query returns the content (body) of the news entries."; dct:license ; rdfs:label "Get news content"; ; """prefix rdf: prefix rdfs: prefix dct: prefix np: prefix npa: prefix npx: prefix schema: prefix schemas: select ?headline ?body ?datePublished ?link ?np (\"^\" as ?np_label) 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 ?user . ?np np:hasAssertion ?a . } values ?_resource_multi_iri {} { graph ?a { ?newsItem schema:headline ?headline . ?newsItem rdf:type schema:NewsArticle . ?newsItem schema:articleBody ?body . optional { ?newsItem schema:datePublished ?datePublished . } optional { ?newsItem schema:url ?link . } ?newsItem schema:isPartOf ?_resource_multi_iri . } } union { graph ?a { ?newsItem schemas:headline ?headline . ?newsItem rdf:type schemas:NewsArticle . ?newsItem schemas:articleBody ?body . optional { ?newsItem schemas:datePublished ?datePublished . } optional { ?newsItem schemas:url ?link . } ?newsItem schemas:isPartOf ?_resource_multi_iri . } } } order by desc(?datePublished)""" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0001-8492-0354 . } sub:pubinfo { orcid:0000-0001-8492-0354 foaf:name "Ashley Caselli" . orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-04-01T13:24:51.910Z"^^xsd:dateTime; dct:creator orcid:0000-0001-8492-0354, orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:get-news-content; npx:supersedes ; npx:wasCreatedAt ; prov:wasDerivedFrom ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB"; npx:hasSignature "2gJLqhYDay0Yzg/Mfb03BXazK6OghYYXdmOvTegaCQVMHyD5DMwg3TUTUwLHQmc74z01R3gsn113DErr4zRQSHl5Qe0lI0Gb4IX1dxGDi3u2xOV30S5fIudr4rDY99ZqUb/yTZN/JSCwYtZ3M4ocb2G2oukHYoysGMM50dVoVH8="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }