@prefix this: <https://w3id.org/np/RAAM22LTH3OfYp3QihZGdd9xEkA6bP3eYwpLVwK2fUKdY> .
@prefix sub: <https://w3id.org/np/RAAM22LTH3OfYp3QihZGdd9xEkA6bP3eYwpLVwK2fUKdY#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@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 {
  <https://archive.ics.uci.edu/dataset/45/heart+disease> dct:title "Heart Disease" ;
    a <http://purl.org/dc/dcmitype/Dataset> ;
    <https://schema.org/maintainer> <https://archive.ics.uci.edu/dataset/45/heart+disease> ;
    <https://schema.org/result> <https://archive.ics.uci.edu/dataset/45/heart+disease> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0004-5543-3951 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDT4jnkMm+iNqCIMhD2rauGPGJ7IHn26/mTdOtpqM44eJ6q2dC8cqAsYSnUiRfsDNnWRiffBUT+aunrU4kGCwi0AzFnnpJykT+i559nIYYL+VTXbVWvewzqmUAAI+gxFDIw78RN4pcOITNwyO6nQCmfHBG5OMFbbCsMMID1MnBVFwIDAQAB" ;
    npx:hasSignature "V+P2hKEfZsev7N69quEHq2yS8iu02ZVzpWl8S192ikDM4516UAe34X0LvYWc+YifPyvpWEBCyZ17rru7B+QoMkF+E2Gqg517AEfyIOPEu/iP7ySNXd1axI1wRepUwVBO/SQKinpKTupxIHSTdN3rI9YdiRt3QSxbqekuWBMRmE8=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0004-5543-3951 .
  this: dct:created "2025-04-07T01:00:34.279Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0004-5543-3951 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:hasNanopubType <http://purl.org/dc/dcmitype/Dataset> ;
    npx:supersedes <https://w3id.org/np/RAMvGM1y_H5i2NmrB8KNL8GwRSGT2j6RTmQbehHe8yK6Y> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Dataset: Heart Disease" ;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU> ;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RABpEcx2myngtrNsOyYtSZVTvxUrVDKg7A3nvWgjWp6aA> .
}