@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 {
sub:assertion rdfs:label """Ah, I was thinking, should the \"Plan to attend\" nanopub template not have a description? A text label, as not all URLs are descriptive?
And there it is! The template is updated. Already!
How about adding the option to link it with another nanopub? A declared event? And the declared event should have a descriptive field, too. ;-)
What do you think?""";
rdfs:seeAlso ;
.
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0003-2408-7588 .
}
sub:pubinfo {
orcid:0000-0003-2408-7588 foaf:name "Christian Meesters" .
this: dcterms:created "2025-12-12T07:19:43.807Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0003-2408-7588;
dcterms:license ;
npx:wasCreatedAt ;
rdfs:label "Ah, I was thinking, should the \"Plan to attend\" nanopub template not have a description? A text l...";
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC+DVJTSCzdJUJMzlwRfb2Qm2NZpuZ932RpVliWxMAhmZ6ZkeeibmJlW/Z0q51YkFArJIWbJ0f7rLQWM5epuZV4I5cjMqepOWGey6LrPolMs8lI9dJf9zW9lJsneV+py3U8WsrB6mg//pkEeXnVDd+WscADyXJ5EeLwoZjCkPn8/QIDAQAB";
npx:hasSignature "GJJ1Vftj5TE7/gUO4kIDGIPzIo8RlSJsqTIZjHah2DAjjA4jr6AxVUIcFLzYaqu0DdHGelHhghFcqdA1b7hB+ieBAMpzDIq2xOp3N6gfyHA+OxSp71Tk6Y+UuQbEu7Dl2wTeIYyRn/nTrhf//HOslQu5LHEz43WHavaBbkTro54=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0003-2408-7588 .
}