@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix rdfs: .
@prefix fip: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
a fip:Available-FAIR-Enabling-Resource, fip:Data-schema, fip:FAIR-Enabling-Resource;
rdfs:comment "eLTER data specification and reporting template for abiotic and biotic data (csv template) including basic metadata on the observation context";
rdfs:label "eLTER_Data_Specification_Draft";
rdfs:seeAlso , .
}
sub:provenance {
sub:assertion dcterms:creator orcid:0000-0003-0631-8231 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
npx:hasSignature "X/EMrLurm/OMt7+Zo6dqj5hubSSDomSvNis9prWo9E07N7QNrrI2T8q11kkaKbKhBJbnhtU0GrAyJsKs05dSGe/FkXXr3aggqmw7TCG7eNp1WQrKrdgLtzoAvwXMs6d0urhaiWZojyqVjFo+w5WbnQORaqqpuuqya9HyB31P4jM=";
npx:hasSignatureTarget this: .
this: dcterms:created "2023-04-21T10:16:17Z"^^xsd:dateTime;
dcterms:creator ;
dcterms:license ;
npx:introduces ;
npx:supersedes ;
prov:wasDerivedFrom .
}