@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 {
sub:spi a ;
rdfs:label "Adherence of a dataset to the FAIR Guiding Principles enables its automated discovery.";
;
;
;
;
.
}
sub:provenance {
sub:activity a ;
prov:used sub:quote, ;
prov:wasAssociatedWith orcid:0000-0003-4727-9435 .
sub:assertion prov:wasGeneratedBy sub:activity .
sub:quote prov:value "the FAIR Principles put specific emphasis on enhancing the ability of machines to automatically find and use the data";
prov:wasQuotedFrom .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCTQs+mANCSHWhIW/YPio468UdGNHsPvADpjfaW8um/v2L4AoDIANginfoU65VNbPT5D0ADt1y0uFNne3VEMr9Y+I2HFaz6IKj+LdYMJk6VUf5WJoImRHIX6BZQwcUc22CbTBFYxvqvp3UmmHrCrhLIZjDSyutExK3tOTRoMDjGowIDAQAB";
npx:hasSignature "S3g5Y68AgPbIRz933QDkazuCVtO95EA0QoDri81Djbe5wC2QhFxAAuZx4qiRk3iWuDJOwaRG5qWx1Ql6LA7+dzhvuQUVWGa2RUwDHiG2ZgFOXk4/ZQ4LLTu5uxBIidECQOc3wEBdAVZ2gtaCMqGUN7RjpjdhGxvX/Qdz8ejetpc=";
npx:hasSignatureTarget this: .
this: dcterms:created "2021-11-05T09:31:10.949+01:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0003-4727-9435;
npx:introduces sub:spi;
npx:supersedes ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}