@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { orcid:0000-0001-6875-5360 . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0001-6875-5360 . } sub:pubinfo { orcid:0000-0001-6875-5360 foaf:name "John Graybeal" . nt:hasLabelFromApi "FIP.38.T.2 | FAIR Implementation Profile Training Session 2" . this: dct:created "2026-05-05T16:45:44.238Z"^^xsd:dateTime; dct:creator orcid:0000-0001-6875-5360; dct:license ; npx:wasCreatedAt ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCPotBTUyAIiyz3csKr8BLMb7wkQnN2QhwS0PK2CeOaJ/TZLpf4QzNNIiEDncVZFOr5/8lCtTsRCH99QPIujFjj8e7LveTHzezTaP1Lzr+HdfWrztrBFIUqY23mNbooUvRxsPepslVlv29cYRw/wHG4UEjSsZYBJW7D2HzBvtTqtwIDAQAB"; npx:hasSignature "Fua+NystRF8VryhlP10O5fW+ayarSOohqi5Yc4Bs+11MWSvyDO7nsFYWuU7L8pomYbDDxbY+JbmqYHZNIlMyZGIVFA3rKLnMCzIurb+lNzcFYhsQ9iZ+EnMy7YiE0ukK9BIQn2BjUNviITMn7sLVLmpcNgyLwCsfqnlcFxK1JEQ="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0001-6875-5360 . }