@prefix this: <https://w3id.org/np/RACXGhXEJWkhH8Az9Yak1SFk-byNdEAT2fR6zIqbx4rFI> .
@prefix sub: <https://w3id.org/np/RACXGhXEJWkhH8Az9Yak1SFk-byNdEAT2fR6zIqbx4rFI#> .
@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/legalcode> ;
    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://www.semanticscholar.org/paper/International-application-of-a-new-probability-for-Detrano-J%C3%A1nosi/a7d714f8f87bfc41351eb5ae1e5472f0ebbe0574> ;
    <https://schema.org/result> <https://archive.ics.uci.edu/dataset/45/heart+disease> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0003-6628-5715 .
}
sub:pubinfo {
  orcid:0009-0003-6628-5715 foaf:name "Mark" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCpmrNQbw39emAVHsbrwCOSeG0zdSyPOKXwpH+5iGUu5ZFwkm9/BbBsXlYeLwf2vrzg2tSeq0ZfuxqZzRdy7p7FdeAcDh2xf5MdbMXp1vpHDZ5uq8J06lb5FiYUd9KW5I6dtB//CVLyqrL8y9SUq5jNDc8wyIPHquRkg1uamYjxXQIDAQAB" ;
    npx:hasSignature "canYMtkuIm6ajMB07CxzL1Vdi7VXGH2ZhwdMEWM0y2VXS+s2moIbesdkgu85UI0LX5AEk7JUe8V2/KVz95fzavG9xFBJOmo27ZMva34HXxt40OUJAFiAeOksZDgBi95JpLJ8Votlxx4BHa+/p3wtAWQ5GrnB2sPUJesDJCZdjk8=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0003-6628-5715 .
  this: dct:created "2025-01-28T18:14:40.705Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0003-6628-5715 ;
    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> .
}