@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix schema: .
@prefix np: .
@prefix doap: .
@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:FAIR-Enabling-Resource, fip:Identifier-service;
schema:url ;
doap:implements ;
rdfs:comment "MetaboLights is a database for metabolomics studies, their raw experimental data and associated metadata. The database is cross-species and cross-technique and it covers metabolite structures and their reference spectra as well as their biological roles and locations. MetaboLights is the recommended metabolomics repository for a number of leading journals and ELIXIR, the European infrastructure for life science information.";
rdfs:label "MetaboLights";
rdfs:seeAlso , .
}
sub:provenance {
sub:assertion dcterms:creator orcid:0000-0001-6551-6030;
prov:wasDerivedFrom .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
npx:hasSignature "fcDA27oJO1My8pqBCZhYcHSiHbhnlMaEtDNk+LyIDrOpuwSE6eupzGGPkiSWWaiENfN9mvFakEfSR667QyDT8rm1tVA47i4/O6BIRIker8ZE0sOo9kb+XVz5intRH92lnsXwB6LYJi0FQoxLI01I/r0siDmTwEBjb4RBQIOT7nk=";
npx:hasSignatureTarget this: .
this: dcterms:created "2023-07-07T13:27:40Z"^^xsd:dateTime;
dcterms:creator ;
dcterms:license ;
npx:describes ;
prov:wasDerivedFrom .
}