@prefix this: <https://w3id.org/np/RAmK5rgpWWTO4vGB-gcv1x7SB1NKVf4Kavi4YKp39ETrI> .
@prefix sub: <https://w3id.org/np/RAmK5rgpWWTO4vGB-gcv1x7SB1NKVf4Kavi4YKp39ETrI#> .
@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" ;
    <http://purl.org/spar/cito/supports> <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/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-0584-6782 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCezTDae0tD8QR0KA4aYQOX0/9jB0EqP+pmyY6+R4kPGPhRtovFdSW/0ZxDh76mqbzB2SjAR8DHuwryv4bCObsseBZZhRCD6A4Qgcx14JaLjTLYCIjQcETArLTPCtq8K5mh+N7ZIV/EHp/e7LCMoatvEMH6V8m2HNSHE6Q505GYsQIDAQAB" ;
    npx:hasSignature "LhhWm8kEN1JXHJzFtKVRxtXGcdfPPaYBeggfSBJ6HuTfkE70KdxyVYcXNxphhA+ntqm1XLTJBJg6kOUaLddsofJz64FkCDBOXisZEhVGkaOhphSgjPwCrT+UTQuJnQTgKOG4PK9fHKvE8O97mX3GdsB64iJvv2eSAk/1D7OXhn8=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0004-0584-6782 .
  this: dct:created "2025-01-23T15:57:33.820Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0004-0584-6782 ;
    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 <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU> ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAXflINqt3smqxV5Aq7E9lzje4uLdkKIOefa6Bp8oJ8CY , <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAPLOk-Yi7G1UzvYGmoMGouCX2-t4giQ1PqjMsZLFHLkU> .
}