@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:Provenance-model, 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 "XRJJe21NtjJDPf4b9fdEmhSE3VqOUlyXIJjNhuL3iWJ6A+9Xsdzwhmgbu/WV9+foY7K0iKvKWkbj+eHq8hdpoYBKKR8VEpzPq90CocaxYPdCuRWL0e5PdTsSEC6KoA2i6F8NPJ4NqKbGEBsjmWCQx8F7e97oEOv+UfndB8ZwvAs=";
npx:hasSignatureTarget this: .
this: dct:created "2022-01-16T23:31:58.555+01:00"^^xsd:dateTime;
dct:creator orcid:0000-0003-2195-3997;
npx:introduces sub:MIDS;
npx:supersedes ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}