@prefix this: <https://w3id.org/np/RABnb-fN7qTf38MWDKd1rni2Q1UqkW6A08iaYwUlaR-Xo> .
@prefix sub: <https://w3id.org/np/RABnb-fN7qTf38MWDKd1rni2Q1UqkW6A08iaYwUlaR-Xo/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:ChEMBLSchema <http://schema.org/url> <https://www.ebi.ac.uk/chembl/> ;
    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 <https://ftp.ebi.ac.uk/pub/databases/chembl/ChEMBLdb/latest/chembl_35_schema.png> , <https://www.ebi.ac.uk/chembl/> .
}
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 <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:ChEMBLSchema ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/7e4fe5b6-bac3-4181-83cb-b95f5106e034> .
  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: .
}