@prefix schema: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix dct: .
@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_CL a , fip:FAIR-Enabling-Resource,
fip:Structured-vocabulary;
schema:url ;
rdfs:comment "publishing of the code and reference lists used in the eLTER context, e.g. DEIMS-SDR or datasets. the eLTER controlled lists are continously extended and adapted to the project needs";
rdfs:label "eLTER Controlled Lists";
rdfs:seeAlso .
}
sub:provenance {
sub:assertion dct:creator orcid:0000-0003-0631-8231 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
npx:hasSignature "jBHxz3llP2LrOpqivGlaOPo8sGlyD8CtbJcg4TbHoPJBRwt5p/6M2falAG3iNUNxJwolIu69DjbOHYEnem/3C3Gq/r+OVda6yIAwR1KqENQaKGjNNNsOl7ba8QfzCT4Ztir7pLEDrHzBjQ/Szr3bRz15X13JHqCRj1UICdOk+uU=";
npx:hasSignatureTarget this: .
this: dct:created "2023-03-28T12:38:42Z"^^xsd:dateTime;
dct:creator ;
dct:license ;
npx:introduces sub:eLTER_CL;
prov:wasDerivedFrom .
}