@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@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-5727-4999
.
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-5727-4999 .
}
sub:pubinfo {
orcid:0000-0002-5727-4999 foaf:name "Nikiforos Alygizakis" .
nt:hasLabelFromApi "M4M.44.T.8 | FAIR2Adapt Vocabulary training session 8" .
this: dcterms:created "2025-11-13T08:23:10.929Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-5727-4999;
dcterms:license ;
npx:wasCreatedAt ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCUA0DtZ2bq+q+KjN16T/BvhYOOD1doF543X0BuLHzjrBmMcP5SO/9TxLal5nI7WHzmiicJQk1lZz01CoDaqgwuAbHCOSE4Z/HGbXsptrqX+EqzeReWMuWsZbebm9TzSQGaa895OC+vkeZRdKxmrcpowGKM6RxtxpXsxr4uWU1LvwIDAQAB";
npx:hasSignature "EfLzZRL14OncGNcwzqwdHWMcijF2W5GFECFkfvRPTF83bibR+3Yxl+BwPvT603AllGNyenJUrCWtU6CAPFGLcH0Pvv4oOxp4hB8xwpgIoslSck2T0IfxRN2a/JLaPYA2SDo/JsGSKBlnqRXOff7Vw+m+GW8KlKnGEe7q0AA+3Lc=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-5727-4999 .
}