@prefix this: <https://w3id.org/np/RAGLQyLIL2mFSQgSRXRuuAwLLNvjz_ZaCN5ZEGFpscplQ> .
@prefix sub: <https://w3id.org/np/RAGLQyLIL2mFSQgSRXRuuAwLLNvjz_ZaCN5ZEGFpscplQ#> .
@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/ml/datasets/Heart+Disease> dct:title "Heart Disease Dataset" ;
    a <http://purl.org/dc/dcmitype/Dataset> ;
    <https://schema.org/maintainer> <https://archive.ics.uci.edu/ml/datasets/Heart+Disease> ;
    <https://schema.org/result> <https://archive.ics.uci.edu/dataset/45/heart+disease> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0004-1106-0081 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC01+XelgZjigKswC2i0hDwAfoIh9zQYR2p/smUqHHDnJUPD+4u9EY4Xs3w4MXcK1oweeQD5VCOIPIRvhOqVl30CFsZr7g7KsYxWQFvxYYg8KtLsopcfrT2o1dWHyIIXBZX+W2vaJVxndsLbzEvXaS6QgQsTKm0yBCrz4Qa27c3ywIDAQAB" ;
    npx:hasSignature "Jd1HrHR8aozAGCvMXZOVh70l+0EqEQIj7mL8Z7B/YeMDNdfNea5PDtNOSyfP2mMQaEvKjInYOx+QmgkLeR7owKbrZYQWmwE5V4XQs9w6X+/380G/GDsE11Pmmv/7o/wNsh6qtrEzAasPLBSuU4HcYbe1yl5qUi4lsjS0z2dRGvA=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0004-1106-0081 .
  this: dct:created "2025-02-04T22:00:39.264Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0004-1106-0081 ;
    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> .
}