@prefix dc: .
@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 {
orcid:0000-0002-2543-9461 .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-2543-9461 .
}
sub:pubinfo {
orcid:0000-0002-2543-9461 foaf:name "Piotr SowiĆski" .
this: dc:created "2025-11-25T16:08:16.276Z"^^xsd:dateTime;
dc:creator orcid:0000-0002-2543-9461;
dc:license ;
npx:wasCreatedAt ;
rdfs:label "Plan to attend: session26";
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCNMXM2Ib2J9WEfG5lOmfIi9CoT6BURjAtQK8vpbdXJLC+WXTu3p/7U08mq24zKpiZNVa0DNRj8vhdG+j50Mfy3g6gIkmyXetZfQJXMMCJ8vxJ/kdZjBY7XTQinCaxYgv2r1dtOZNGG8x1e4fMZVaI3GqD8qvBac2n/OBITCNPFwwIDAQAB";
npx:hasSignature "WQji9FjgPA/SUf0/1FGk3vdkLGx13RZF+0QTFsxYu/PySYYPI+Oq9aybfzw+57Iy0i9FeLIoqCVc47RIwpxToFKJ4v8lYV4NbN5CAXyoKNPS9cq7iWLwsSnvpaGZ5l69PibHwEyOAdg8jdi+RiDE73kXukDXFgFh4VkUi4A1Ht8=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-2543-9461 .
}