@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 {
sub:eLTER_DataSpec_Draft 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 "W3Dl2Ea4BN91aT/qvpyZVzZ/jfgt2QbjhoOVDQ6DGiim0vgtLkHdnvHCgzRbeac4El3CovjxxdBzJ1WM90RVwGswJkifjdJv08UF8GJxtis3Wm+U/51nwMHxGAdrHlw+c+gNLCTW8irGQcZS6249RQ3YKSIxyrgo1BZnkqnmT0M=";
npx:hasSignatureTarget this: .
this: dcterms:created "2022-02-14T15:21:50Z"^^xsd:dateTime;
dcterms:creator ;
dcterms:license ;
npx:introduces sub:eLTER_DataSpec_Draft;
prov:wasDerivedFrom .
}