@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 ; dct:isPartOf ; rdfs:label "FAIRification Workflow"; rdfs:subClassOf , ; "An exectuable, structured, and repeatable sequence of automated and human steps designed to transform non-FAIR digital objects into fully FAIR Digital Objects using a list of FAIR Supporting Resources."; . } sub:provenance { sub:assertion , ; . } sub:pubinfo { this: dct:created "2026-08-11T19:04:52Z"^^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 "E7waZIivoal1PKpwNR8zizYhS4ctKiBPwUoVkUrXPHBJja/eX81gtARfhBffowRYDCQA1sq8rhUvmgCUwBaByxh+hUHgkUkcQL7t6lrYcpxPvKBFbnrJjca5eHhasN1Hx1+wtI+rAyiU+oKGf8jwfocPSlIYV02v0qlG2GuEjbg="; npx:hasSignatureTarget this:; npx:signedBy . }