@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a ; rdfs:label "FAIR data steward professional profile"@en; rdfs:subClassOf ; "A document stating the accumulated training qualifications and FAIR outputs authored by or contributed to, by that person. The profile may be augmented with additional statements regarding professional roles and skills."@en . } sub:provenance { sub:assertion dct:creator , , . } sub:pubinfo { this: dct:created "2026-08-11T19:10:12Z"^^xsd:dateTime; dct:creator , , ; dct:license ; npx:introduces ; npx:supersedes ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "o2s180bJE5et6FWircNzROt2wU1UXAxQanO5k/Yv0mnPrzLqcmuHgdc3ny1jAZ2h0yghiPNHZGKIEBl5TDmGUDdR43L4ppYVWzX9XqMaEeDEaFlxKbCrzmxUUcSjBEcelK/OmI2RRjC6B8rcs8DiLV09w8ec2OAcX4vKXTN99HM="; npx:hasSignatureTarget this:; npx:signedBy . }