@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:created "2026-09-19T10:07:29.274Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1784-2920;
dcterms:license ;
npx:introduces ;
rdfs:label "Science Live term: contentEncryption";
prov:generatedAtTime "2026-09-19T10:07:29.274187+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 "P1C5u88ujzSr6DcNXtTyfBEkhouhA+59IwRYKs201FAjI1q03hcFMqfCapt1KGMZzJjPKi5lQj+EEQc97OhEH1RzGBFtdkaSoAk3lgg1iJ/wdyN/2WK3beiqk6vZPyH/kvLh83aefUQdOv9x4N7W9jyWfnyQD77HDbn9LCtPpoWBMesTYyifsZxy0fDx4yEUSm3BG49qI+Q0LGZa29edaYwAnHx8VmZ8v+CKNzmzh0FAwPw5sguSN0ALNHV2JduCA7Bip55mumJol2mtfmwKZ8UjgJhTEw6Z61A3K9hJP1gQuHTNPFD/QHv8dv5bgEeW7KZkIdkhbDS0Fj4QzKLtig==";
npx:hasSignatureTarget this:;
npx:signedBy .
}