@prefix fip: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix dct: .
@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:MIDS a fip:Data-schema, fip:FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource-to-be-Developed,
fip:Metadata-schema, fip:Structured-vocabulary;
rdfs:comment "MIDS is a specification defining the information elements expected to be present when publishing digitized information about specimens at various levels of digitization.";
rdfs:label "MIDS|Minimum Information Standard for Digital Specimens";
rdfs:seeAlso .
}
sub:provenance {
sub:assertion prov:wasDerivedFrom .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtpcftn7kbe6toJbOTDQaCcCssEFSWqt6J4rZ02w+TfY7/eIOgJZYOlpL6G3AzO2RNmVYWRPSlMiykaFuaRuBitvk1GKfGdprfZbvXwmeOxpqCTRBQX9EnFyQyd+Ra/ajfw/UsG8skeu1xnUEpnQbpgbQYc/fvhJNN0UwEc77mOwIDAQAB";
npx:hasSignature "ccKSKGpAz6KQcLkMuK2YGIBPNEJed1O4d+VD/SQWlxvMtLd7tBS+kUjWr0+6Eq5746x+7EhU/YTMgQoBL6t7tp+gB3053cSw11e4TAZoHz9PEgtg9a/7vV+ej1I4MjtYA/d5zF7eHVl8DTYXwgDZ4oHAUk3ywge9gc0tjoQTmdM=";
npx:hasSignatureTarget this: .
this: dct:created "2022-01-15T13:48:42.192+01:00"^^xsd:dateTime;
dct:creator orcid:0000-0003-2195-3997;
npx:introduces sub:MIDS;
npx:supersedes ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}