Nanopublication

< Home

ID

https://w3id.org/np/RA0MeiIJzLWlXph3gTbcM1XknKUrMTCu3inlXF1QKvdLs

Formats

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

Content

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

sub:assertion {
  <https://w3id.org/np/heart-disease-dataset> a <http://purl.org/dc/dcmitype/Dataset>;
    dct:license <https://creativecommons.org/licenses/by/4.0/legalcode>;
    dct:title "Heart Disease Dataset";
    <https://schema.org/maintainer> <https://archive.ics.uci.edu/>;
    <https://schema.org/result> <https://archive.ics.uci.edu/dataset/45/heart+disease> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0005-4543-3736 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCU2ZGDU7iWEh0h9FsOsCJhCwgr5PAMNQnRk4sc/CUhI6cUJASv/6bQvJ6ZXId2oN9BsG/D2CEtFScyA1SC9IJzz2Ph3vtjbAKHMlupyy+4fWVKN6LPkDKJ0B9FZQIs4rFOxKgscxj6TZKUaVxJh7UY3L+9UWCYKwy02arXK1W82QIDAQAB";
    npx:hasSignature "kqN6VSVlpaVe/RnSH+VgBVsEzBaTfvtyqNNkHsdPIzfa60HPuqS7nDxDv4zaU3aThUgxVgbs6NbZ9zaDmysNbzYWo6W/m55dmsdflSrZSNowKo4+1rr1QgHI6TvpMVqIuxO2WQXpodcOGl4itZ2Z/1sPcCxhRaFurmoFUMtlpVU=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0009-0005-4543-3736 .
  
  this: a npx:ExampleNanopub;
    dct:created "2025-01-28T09:31:54.775Z"^^xsd:dateTime;
    dct:creator orcid:0009-0005-4543-3736;
    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 Dataset";
    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> .
}