@prefix sp: .
@prefix dc1: .
@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 sp:SuperPatternInstance;
rdfs:label "Every thing of type adherence to FAIR Guiding Principles that is in the context of a thing of type dataset can have a relation of type enables to a thing of type automated discovery that is in the same context (i.e. the same dataset).";
sp:hasContextClass ;
sp:hasObjectClass ;
sp:hasQualifier sp:canGenerallyQualifier;
sp:hasRelation sp:enables;
sp:hasSubjectClass .
}
sub:provenance {
sub:activity a sp:FormalizationActivity;
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 "givcGQtSRU5J8GcOvhe+SdrZY1waF82IeUSZBMYnAbUGlmwG+2Z0EDSm9Xnmer57LsUIh4zFD4oz4a7jgNku1RZUJOLJE+hYFvOnDiCDtFMpeOvWD52iuq+zRzMutkfg9RQK8mG/sNXWkbDQah4zAgjku3wrumglT7Wfr2CjNPI=";
npx:hasSignatureTarget this: .
this: dc1:created "2021-07-05T15:07:39.332+02:00"^^xsd:dateTime;
dc1:creator orcid:0000-0003-4727-9435;
npx:introduces sub:spi;
npx:supersedes ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}