@prefix dct: .
@prefix schema: .
@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:TOXRIC_Vocabulary a , fip:FAIR-Enabling-Resource,
fip:Metadata-schema, fip:Structured-vocabulary;
schema:url ;
rdfs:comment "The data stored in TOXRIC addresses 13 toxicity end-points / categories and 39 feature types.";
rdfs:label "TOXRIC_Vocabulary | TOXRIC Toxicity Categories and Feature Space Vocabulary";
rdfs:seeAlso .
}
sub:provenance {
sub:assertion dct:creator orcid:0000-0003-4250-4584 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
npx:hasSignature "dp+3FZPSUDBkAGdmNsngiJUPi4ZvADrFGc7/5WLw0TnsaxUMiov6PjTlXC4/1XBGVZHp2+I2B6m2KL27pwRvXi8YFU+q8W337d4Gg73K2TYeX31E98v4ACSACJaAZxpRH+kD1YjDkcUcvGU5e9d8V2GAmoSHaePflH4MQlgDgBw=";
npx:hasSignatureTarget this: .
this: dct:created "2023-04-14T09:15:12Z"^^xsd:dateTime;
dct:creator ;
dct:license ;
npx:introduces sub:TOXRIC_Vocabulary;
prov:wasDerivedFrom .
}