@prefix this: <https://w3id.org/np/RAX1SOciPwkng_MZe_sJWyzB4MkSw57lAsJMFzgQayLCk> .
@prefix sub: <https://w3id.org/np/RAX1SOciPwkng_MZe_sJWyzB4MkSw57lAsJMFzgQayLCk#> .
@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#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
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://pubmed.ncbi.nlm.nih.gov/2756873/> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0002-8453-5506 .
}
sub:pubinfo {
  orcid:0009-0002-8453-5506 foaf:name "Sara Denno" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDA5rZTHF1gqbjmmguC/oDLVU2u+Om4/Sk/UZod9ngB3ystO6H3PIE56UoCCQyVOjSd3VL7DWlJ301EBUdumKSjXOigmIbiug90N6DQ9WcTQJpmPFjQNFdV8wCCc0GRa2Wamd68DOahBw71lkt2KQisC854VNj5qzjMDyJD3XoqVwIDAQAB" ;
    npx:hasSignature "vQA4a1UMAHcAbFo+uTsWyIydVHHV7Zyha7f+KNICtu4be34AkrB+yoPaIeW9YOKAeqQqhT6lwLK01NL9W9gdYv4VmKVCI8Wdlho/NElWttRWVBLpmERsoxUiITm93x5XxAW1ex9m67zVRChKDTX/eHyERxaOcnWqCSw3CwUZxR4=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0002-8453-5506 .
  this: dct:created "2025-02-03T12:45:55.956Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0002-8453-5506 ;
    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" ;
    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> .
}