@prefix this: <https://w3id.org/np/RAcEqyEsigGGr736wdmRQ9x25vDf1KAScjEse599vDefA> .
@prefix sub: <https://w3id.org/np/RAcEqyEsigGGr736wdmRQ9x25vDf1KAScjEse599vDefA#> .
@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:license <https://creativecommons.org/licenses/by/4.0/legalcode> ;
    dct:title "Heart Disease Dataset" ;
    <http://purl.org/spar/cito/supports> <https://pubmed.ncbi.nlm.nih.gov/2756873/> , <https://www.semanticscholar.org/paper/Hybrid-Decision-Making%3A-When-Interpretable-Models-Wang/15e9d4517aa8f0e6b4cb13300a51e52e16359cb5> , <https://www.semanticscholar.org/paper/International-application-of-a-new-probability-for-Detrano-J%C3%A1nosi/a7d714f8f87bfc41351eb5ae1e5472f0ebbe0574> ;
    a <http://purl.org/dc/dcmitype/Dataset> ;
    <https://schema.org/maintainer> <https://archive.ics.uci.edu> ;
    <https://schema.org/result> <https://www.semanticscholar.org/paper/International-application-of-a-new-probability-for-Detrano-J%C3%A1nosi/a7d714f8f87bfc41351eb5ae1e5472f0ebbe0574> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0009-7360-2807 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDPY9ZdPVWFMDYyEr18TcU4m7AQOv53rd9VGrHzcHry6kkVXlmHfi9dyLSt+xupI/KGAOecP/JQ34FMNQsi4Y2apqVTyc1lWV+KxHSbdNFGQe2eDQnKfjyiu926ekkowI8Tw0sYKhfyGuQcUaRn0F89ejkyz/o4QJjQI2KC9XA19wIDAQAB" ;
    npx:hasSignature "vfomq9FkVOggTDiPsa4OoaqlsCDIP4SNHPNp5Hz8K/aLZFO+OXsKl0GxvegdXC4rR/EMqPrJOC0fCdSh0/eFJbBIDE/7wXJdnzCkj6L1pj6Iiw/8NpdPvbdbRrNeBiRHdhxIOrsj7NoSZi7yKWm4L2aR0IVf7fFOzQEmbCsa7dg=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0009-7360-2807 .
  this: dct:created "2025-02-04T12:59:32.774Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0009-7360-2807 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:hasNanopubType <http://purl.org/dc/dcmitype/Dataset> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Dataset: Heart Disease Dataset" ;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU> ;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAPLOk-Yi7G1UzvYGmoMGouCX2-t4giQ1PqjMsZLFHLkU> .
}