@prefix dcterms: .
@prefix foaf: .
@prefix np: .
@prefix npx: .
@prefix ntemplate: .
@prefix orcid: .
@prefix owl: .
@prefix prov: .
@prefix rdf: .
@prefix rdfs: .
@prefix skos: .
@prefix sub: .
@prefix this: .
@prefix xsd: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
a rdf:Property, owl:ObjectProperty;
dcterms:isPartOf ;
rdfs:label "has content encryption";
skos:definition "Links a data entity, such as an encrypted file described in an RO-Crate, to the description of how its content is encrypted (algorithm, key server and key-wrapping details), so that a requester who has been granted access can decrypt it." .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1784-2920 .
}
sub:pubinfo {
orcid:0000-0002-1784-2920 foaf:name "Anne Fouilloux" .
this: dcterms:creator orcid:0000-0002-1784-2920;
dcterms:license ;
npx:introduces ;
rdfs:label "Science Live term: contentEncryption";
prov:generatedAtTime "2026-09-19T10:06:34.801005+00:00"^^xsd:dateTime;
ntemplate:wasCreatedFromProvenanceTemplate ;
ntemplate:wasCreatedFromPubinfoTemplate ,
;
ntemplate:wasCreatedFromTemplate .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyuQ7Hi/zQ7hDZtMtLWK1JKU83Kgo8NqC+b8sxD5IoiekPctXVA8iM0zD/9pcp1txGXjX/fUj5HRUkOn4RVHP3fFa/3irQYpZFQ5fHRj8MQ7kJ6AEd1oggfajDevZGz63hj6Vigo+BNYBXqhcbWVAfLfbzQPAegce9zH6n9vTqKYMrwrSxPQdhoAcoaKOqY8gRiJgzekeEr+iEqa63X1HwWtYDs7X25a9xWbgaDSsRjzZGVUVOn1vYdSfWAaIw+EB9CiJfKm1zuXcur5PDziMW1pnZG6/NQtrA7AM3gLnoSoU3glkm5UhksGNqu2SV+j8oZLg7v6C5/sg2f6LIJMeFwIDAQAB";
npx:hasSignature "ZUdVVsFvtYO4Ew2S0gkREPrxtL53Zi6ZH1Fk4GgNM6EbXNtM6Bx+opkt7PzrUOZMBpPTHdzzh0CDVZGGBYKzToBMFyMt/jloSMSgPkqzTkUSjx9wZndBZd9pv4wE4wW2lj/U4tHmVLZLJ7ANbks+7EhJ/xMUTqYaTkHaN5yLvhRRC3s5jKnQogBPG3go8LP2tWE4aeyYbdihTBu6C5Mqet/81+XGBBB9amEwFzGlAYuJzQdriGhD9q1ttbjKWUEiGLgXejEuv3Pu+wB+7u5EGF32wd4aD2TuRvYwHE5WJpNAil1OFZRZRUI0iNP/8GodAH8kt8OutPzaWm8CeH6AcQ==";
npx:hasSignatureTarget this:;
npx:signedBy .
}