@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:addAction a ; rdfs:label "add..."; ; "void"; "void"; "space" . sub:news-list-view a , ; dct:isVersionOf ; dct:title "📢 Our news"; rdfs:label "News List View"; , , ; "3.4.newsitems"; sub:addAction; ; "resource" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0001-8492-0354, orcid:0000-0002-1267-0234 . } 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-22T04:38:49.686Z"^^xsd:dateTime; dct:creator orcid:0000-0001-8492-0354, orcid:0000-0002-1267-0234; dct:license , ; npx:embeds sub:news-list-view; npx:introduces ; npx:supersedes ; npx:wasCreatedAt ; prov:wasDerivedFrom ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB"; npx:hasSignature "aLjyAcULJ3p2w/DYNx5g+OsdE5eysSmlokA5tppvmD30Ystvp+A/NIf2ThxNuzhWBjqx1q9yew7CbjyiyhXowZ291l1byYjC4g0eUt12tVZNanf8LBzewQRafrU5h2uJigZeqp1g9HICU0+9v2pjRKboPNIdr2fzqUjwgZ1I+II="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . nt:hasLabelFromApi "Get news content - This query returns the content (body) of the news entries." . nt:hasLabelFromApi "Publish a news article to a Space" . }