@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
@prefix foaf: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
dcterms:description "This is a news channel used for testing purposes";
a , ;
rdfs:label "Test News";
orcid:0000-0001-8492-0354 .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0001-8492-0354 .
}
sub:pubinfo {
orcid:0000-0001-8492-0354 foaf:name "Ashley Caselli" .
this: dcterms:created "2025-11-03T17:23:51.296Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0001-8492-0354;
dcterms:license ;
npx:introduces ;
npx:wasCreatedAt ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCaQXE2B2hJ6QdWxaWerU4F/XOtCQdj2OkdrIYd1kpMY9hIUh8boxaO3uOBeqvvqKLf5HjpRF4DT1eghOSsa2Dhd5HRTM/XIamvwWkHpN4oB3Ml19pAAzjTqczYmFLfgG67mGL5+vSA8VEdHtKQCrvP4SpTibMBP1qaxt3k1tqD6wIDAQAB";
npx:hasSignature "PSnGF30Lj2pRd2FhV0JkMF7HLx7KUofwe+e1a1jQDMCpCDaA2HUQV+p012bVM5ciCLl9ESgY0P2QsJFlhNgB5GfEBiLjIIiy9kseIzbm+L3RSH0la0IPPN+1jQa/+QXXlAf1beBTxNkKzgXOfFkuPYLv+LQYs5vfz7Pl+WYZ13o=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0001-8492-0354 .
}