@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@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:comment a , ,
, ;
"The content of the scientific claim that is modeled in the formalization should be something like \"Adherence of a dataset to the FAIR Guiding Principles enables its automated discovery.\", instead of containing the interpretation of the mentioned scientific claim.";
"4";
;
.
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-7114-6459 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCJlM78d80R+gFMoQB1IG3f7AbqqGOCIv4HmZd1cx1KgEWMUUpPsojFNvx84fC/TltcJ8F8JafnbhDXW2HM2MhdK4yC04ROEV1vIgSzjDicHfiqXvMqdPuMyQp4mmCEY7mUoeEW10mWZqjk+S9TnmiAQbFGcpExP8aosr2aTR7CSQIDAQAB";
npx:hasSignature "I28YwVoT7bujx7/1KpuKK4P6UWxErvS+OO7uuCOEyEDYmzhvDmnoSGakr13HwpnWMze4jLo+uqS2e+I9RnLCtN0pykTzy4pSC74zoFQNTpfSzRyWrM2OnfhJ+vcgjTEqRCPtPflWJdgG0Agk7RyiUfgToXG2XURInB9PoKFwVAw=";
npx:hasSignatureTarget this: .
this: dcterms:created "2021-10-06T22:38:40.403+03:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-7114-6459;
npx:supersedes ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}