@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @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 { sub:executable-fdo rdfs:label "Executable FDO"; rdfs:subClassOf ; "This type of FDO can be executed using a command that must be specified when the FDO is created." . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1784-2920 . } sub:pubinfo { orcid:0000-0002-1784-2920 foaf:name "Anne Fouilloux" . this: dct:created "2025-05-14T15:00:49.916Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1784-2920; dct:license ; npx:hasNanopubType , ; npx:introduces sub:executable-fdo; npx:wasCreatedAt ; rdfs:label "FDO Type: Executable FDO"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDWv2pJnmDsBOq8OlT1aSvYXSuWT34WOp4FYqEzdnn2F0kqzcFevBqWGZDxJWC0lqCrDEuNfp2QFyPe/+nES9dlHGYIhqPi68fwK6ZiNUotRFxXou+rjFznVvUxtCL8Ede79EBHwWN61QtwSIcU12bLoZsNPFlqQASQ93BJuKlihwIDAQAB"; npx:hasSignature "ZdDyZrs/tDuz5uKSWFLqqF+aYUIBdQiMkI8wTXE8Y1cum5jYc+y2d53JqQDCBoPPbBPgZE2fm7uxnU7UNrtUnPBPwbQq/3QK6+XxC9y+dsk+rDgqvL6jVQbIkVXatm1UgiL/zr/QhWG7HircZIcbTZ0dohnY4E4mGs+4VKCPJsc="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1784-2920 . }