@prefix this: <https://w3id.org/np/RADaDQ4nu-tKj5A0GrHgWUHMw7r_8p0EmiQneroabMyzE> .
@prefix sub: <https://w3id.org/np/RADaDQ4nu-tKj5A0GrHgWUHMw7r_8p0EmiQneroabMyzE#> .
@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/legalcode> ;
    dct:title "Heart Disease" ;
    a <http://purl.org/dc/dcmitype/Dataset> ;
    <https://schema.org/maintainer> <https://archive.ics.uci.edu/> ;
    <https://schema.org/result> <https://pubmed.ncbi.nlm.nih.gov/2756873/> .
}
sub:provenance {
  <https://doi.org/10.24432/C52P4X> a <http://purl.org/spar/fabio/ScholarlyWork> .
  sub:assertion prov:wasGeneratedBy sub:research-activity .
  sub:research-activity dct:description <https://doi.org/10.24432/C52P4X> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCXQ+BBe4fMSeZJ/R/czFAdWbD6/vMFeiMtokZng48zu1AwCvwHqxZVO6my4PNOJEd3okeOtODazonyLHou0jyE5agsi5nKbW+2gnLCgZl96vLAS7zIo8pnEVWuBu0N8EEZFuNlWqWr1K8QS+PmD+X0ESiMlSU/7jEgq8Bt/OeyfwIDAQAB" ;
    npx:hasSignature "Jm8MYxcyjHYivTowbI8lF997T2FYizdlXRiA6zKlobiD3q17mI8wTRGkIjHI+oBTTO658Q+BgsWV2nM3C2YDYT2gdqiqNVWJKiOWoGbKQcnlfdtWx6J+c5LBmHV+1yBL1pLsyDBWwCSntxZHhZAAXSP9JYOHhxRJQfGUp2CApg4=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0006-1999-0202 .
  this: dct:created "2025-02-03T15:05:38.816Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0006-1999-0202 ;
    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 ns1:RAl_-VTw9Re_uRF8r8y0rjlfnu7FlhTa8xg_8xkcweqiE ;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAPLOk-Yi7G1UzvYGmoMGouCX2-t4giQ1PqjMsZLFHLkU> .
}