@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 "Specification defining the information elements expected to be present when publishing digitized information about specimens at various levels of digitization.";
rdfs:label "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 "EaHpAO9SGeF9zOX7+8RiFkvtDEbV2F4F3gdfJyM9qQ9k4YSb0P3VfmV7SIRhix5qjZjG5yg3bEK5dm5EswNdNcxQD7B1v+UIU6TWJvSr8XHxtFxo/q1L22SMarGBhShgNo6RdiNGBcmTdyoofAPAfeddn20ZEebsP5lbqonEOEo=";
npx:hasSignatureTarget this: .
this: dct:created "2022-01-14T20:42:48.555+01:00"^^xsd:dateTime;
dct:creator orcid:0000-0003-2195-3997;
npx:introduces sub:MIDS;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}