@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 the FAIR2Adapt Vocabulary training session 8";
"2025-10-30T11:00:00.0+01:00"^^xsd:dateTime;
"2025-11-13T09:00:00.0+01:00"^^xsd:dateTime;
a , ;
rdfs:label "M4M.44.T.8 | FAIR2Adapt Vocabulary training session 7";
orcid:0000-0003-1062-5576, orcid:0000-0003-2195-3997 .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-5727-4999 .
}
sub:pubinfo {
orcid:0000-0002-5727-4999 foaf:name "Nikiforos Alygizakis" .
this: dcterms:created "2025-11-13T08:12:09.841Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-5727-4999;
dcterms:license ;
npx:introduces ;
npx:wasCreatedAt ;
prov:wasDerivedFrom ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
, ,
;
nt:wasCreatedFromTemplate .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCUA0DtZ2bq+q+KjN16T/BvhYOOD1doF543X0BuLHzjrBmMcP5SO/9TxLal5nI7WHzmiicJQk1lZz01CoDaqgwuAbHCOSE4Z/HGbXsptrqX+EqzeReWMuWsZbebm9TzSQGaa895OC+vkeZRdKxmrcpowGKM6RxtxpXsxr4uWU1LvwIDAQAB";
npx:hasSignature "SNuU0ERCa/L4REUIXq+yGegKSydG0uhB+ZYU3s5mDhyBZzgOHpEyCNFRvCm+4YC8zh8jwcDQWHhCE0v+o2QRa6Msx4pncQ38KfBfEUwt1V1FuGh42aJi8kh3yXVB9EqTFh0j9asogNR8fJnA2DiWXv1fgBM/Q2ZQ7aBZKDnvIXY=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-5727-4999 .
}