@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:ChEMBLSchema ; a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Metadata-schema; rdfs:comment "A structured schema that defines tables, fields, data types, and relationships used in the ChEMBL database—a manually curated repository of bioactive, drug-like compounds with assay results and target bioactivities—ensuring consistent interpretation and interoperability across systems."; rdfs:label "ChEMBL Database Schema"; rdfs:seeAlso , . } sub:provenance { sub:assertion dct:creator orcid:0009-0002-2913-1293 . } sub:pubinfo { this: dct:created "2025-09-10T10:05:26Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:ChEMBLSchema; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "ZDDnbzrrmi3I5tEDj+K655U1uz2xY0Tc1gx0ixZPHJwJyPPWhVKfR62Be9exORdFXvWjfYeLfoR1pE+m+sNBnbIJ2mQFykPBjCOWzQXcx138wbMb4yL+8dwswGq3EEsJEvd+I2n/TygmQzIODlN+PDD/WVr7ZwdNjle5lMavNNU="; npx:hasSignatureTarget this: . }