Nanopublication

< Home

ID

https://w3id.org/np/RACKBYK7isff9R_lM5I0GRux13v6ZI5O_Cmry2I6UW7fA

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <https://w3id.org/np/RACKBYK7isff9R_lM5I0GRux13v6ZI5O_Cmry2I6UW7fA> .
@prefix sub: <https://w3id.org/np/RACKBYK7isff9R_lM5I0GRux13v6ZI5O_Cmry2I6UW7fA#> .
@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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <https://archive.ics.uci.edu/dataset/45/heart+disease> a <http://purl.org/dc/dcmitype/Dataset>;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    dct:title "Heart Disease";
    <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-0006-0562-8659 .
}

sub:pubinfo {
  orcid:0009-0006-0562-8659 foaf:name "Eunice Adegoju" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCh4Pa5E5K2f8pZZVxIlbaDOJspmPbdDLoTjjd/zwhMv+eqsd3xYN43f5X0AVRl5hIb5wgOyXujLsKLBV+PZqY4NBPCoF8M6udbhxejEoYLUVDNk64LktX2WccJYqVGtcuTFT1mhPk0ghgHXNzQ3vPs25j4rVXdOVTByQfSW6NCqwIDAQAB";
    npx:hasSignature "CdAu7Cb9C2Ia4rWrUr9+bIsZX7pArqCQtJvreoqM9abnLlIR/qolavz1qNsQqyKTVbdgjZxnDBB2t9LiUldIiMtNZwSpOlE/W0lw7jmEAouLDE9RvE17iGR5IN5G3thEZw+KypniJBu4KenpCBGYvCxuUz0RdW1V4wxuHOZK/cg=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0009-0006-0562-8659 .
  
  this: dct:created "2025-02-03T12:45:52.763Z"^^xsd:dateTime;
    dct:creator orcid:0009-0006-0562-8659;
    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> .
}