@prefix this: <https://w3id.org/np/RAV-IJL53wMR5g2i-9P6c09y7qJNV3JNn0XcAwhJNQOIw> .
@prefix sub: <https://w3id.org/np/RAV-IJL53wMR5g2i-9P6c09y7qJNV3JNn0XcAwhJNQOIw#> .
@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#> .
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:title "Heart Disease Data Set" ;
    a <http://purl.org/dc/dcmitype/Dataset> ;
    <https://schema.org/maintainer> <https://archive.ics.uci.edu> ;
    <https://schema.org/result> <https://archive.ics.uci.edu/ml> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0009-1519-4411 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCufKE12BwUqroNKzzYtwObc9YtDDrZNhUCaVzXCZMbAVDz/M93D3WOdVsXG+E3viW1cfLEVj2g0kepd9ScwdNINbuET+F4YyyzeErlWRsP9lqLPAmHr7qwoEabp62jBHq4wkTsmBd39KU1mepyPWEzYIBI6Guc//wumu0e2ZQVNwIDAQAB" ;
    npx:hasSignature "fuFX9h7LWD6t+WkWxM3GTWz6mZ6GIW0DeikJV0cfohoh5o37H8+9v+E+XxOL6IlW80SF3ZqIICJdpiRy1MT6vpxnuIwov3N8S4B35Zpy5NnUyoRHZyHClSNZQmr3XeuLj2wxAA5M7s/gatv1y+hAg6MQiu8JHjspLM3GcLntkCU=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0009-1519-4411 .
  this: dct:created "2025-02-05T06:59:15.766Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0009-1519-4411 ;
    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 Data Set" ;
    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> .
}