@prefix this: <https://w3id.org/np/RAwJ6yAXS1DauiW7pvnK_auP32vUtWI36ln3YGztHpNRY> .
@prefix sub: <https://w3id.org/np/RAwJ6yAXS1DauiW7pvnK_auP32vUtWI36ln3YGztHpNRY#> .
@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 ns1: <http://purl.org/np/> .
@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/> ;
    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:wasDerivedFrom <https://archive.ics.uci.edu/dataset/45/heart+disease> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIrF6AdNzyn9eCqAQL3ahnHaFa2KTIvyCJfeeN+t/KYdixhBsEuOOWRy+3uUaYXwDcNzKbOWusXq1OOXrgzdGmBYlrEm/N2siCAQya+7H1rxJkahi3kA74+0u0bph9XYJ/oXzhgb92/IXJBfZ6F2iOHLIC4qYVblt49cgkchD07wIDAQAB" ;
    npx:hasSignature "MwG23FyAJLqsEGjyXdfrgdmdL211KclkH0wdMk/zWHNJalvaMt0u3YsDwd3HtlpfgMI2Wm/EjnLcMy5qw/UNF5CU0qi0IZmYvXxUQydCYK+vFex6OhS7Ya1C0TMvBlZEbEZqhCFff2S53LUeSBFVOR+DHYK99N1+mkgCnK+MkGY=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0003-0836-7763 .
  this: dct:created "2025-02-06T21:33:39.008Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0003-0836-7763 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:hasNanopubType <http://purl.org/dc/dcmitype/Dataset> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    a npx:ExampleNanopub ;
    rdfs:label "Dataset: Heart Disease" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RAcTpoh5Ra0ssqmcpOgWdaZ_YiPE6demO6cpw-2RvSNs8 ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAXflINqt3smqxV5Aq7E9lzje4uLdkKIOefa6Bp8oJ8CY , <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RABpEcx2myngtrNsOyYtSZVTvxUrVDKg7A3nvWgjWp6aA> .
}