@prefix nt: .
@prefix dct: .
@prefix owl: .
@prefix skos: .
@prefix this: .
@prefix sub: .
@prefix np: .
@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:adherenceToTheFAIRGuidingPrinciples a owl:Class;
rdfs:label "adherence to the FAIR Guiding Principles";
rdfs:subClassOf ;
skos:definition "everything that adheres to the FAIR Guiding Principles";
skos:relatedMatch .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0003-4727-9435 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCTQs+mANCSHWhIW/YPio468UdGNHsPvADpjfaW8um/v2L4AoDIANginfoU65VNbPT5D0ADt1y0uFNne3VEMr9Y+I2HFaz6IKj+LdYMJk6VUf5WJoImRHIX6BZQwcUc22CbTBFYxvqvp3UmmHrCrhLIZjDSyutExK3tOTRoMDjGowIDAQAB";
npx:hasSignature "bjsvZ8DckwjOg1zYufg+vKsVCDkvSH/IS42mZzTO2yNi/zjCPPzFM+vXIWFXY+a1rV4iiWiTExmKAp0G/scIJ25MAvXHoq7ogvbViGICJsS8kg0U9buO0Z47UZ1nsCt4IKsTGMZ2/sq7gKShk84Bb1E/N3CmG9zLFDFmE7DHVMw=";
npx:hasSignatureTarget this: .
this: dct:created "2021-10-25T16:35:49.981+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0003-4727-9435;
npx:introduces sub:adherenceToTheFAIRGuidingPrinciples;
npx:supersedes ;
;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
, ;
nt:wasCreatedFromTemplate .
}