@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
a ;
dcterms:description "This declaration expresses the support of an unprecedented effort to create a new Internet that is based on the FAIR guiding principles, open standards and protocols, and increased reliability and trustworthiness of data. In short, a new Internet that works as a truly meaningful data space.";
rdfs:label "Leiden Declaration on FAIR Digital Objects" .
}
sub:provenance {
sub:assertion prov:wasDerivedFrom .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB";
npx:hasSignature "miaghpLLRb8W+S3vHlq64+/A2pw+ty2cOgASoDQDp0p2NfaHHD5rQdwlbj1HwDC+tb4kjEuETArsOrA0IGCsKsDI3bGuGiUIZjrZiCqDzzlQzKrtVCfL/LAApnwRzBiOIzvov2CIVQhlRAIocA57ZLBUe3YeAxuDjZy84aclFuY=";
npx:hasSignatureTarget this: .
this: dcterms:created "2022-10-28T05:56:43.004Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1267-0234;
npx:introduces ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}