Nanopublication

< Home

ID

https://w3id.org/np/RAaxbLiwtmj6XWJnQaZ6GgDqg8hbqca658oM16SZYjovc

Formats

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

Content

@prefix this: <https://w3id.org/np/RAaxbLiwtmj6XWJnQaZ6GgDqg8hbqca658oM16SZYjovc> .
@prefix sub: <https://w3id.org/np/RAaxbLiwtmj6XWJnQaZ6GgDqg8hbqca658oM16SZYjovc#> .
@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: 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://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 "bIb5AGyxs62xluu6F4LAyCx8mLNQ0e6to+hRovL9/XQugt9MONEYPqJ7EBXOGZaqcwOb+RaWH1yq/n38h2+46Wh+JPSvWI5HYvNSkG6hpzpyx17vUD1XgDN175Pog9oB6OOMpKh72N7wzyVUxAVLFkiXshkLF2OUCHhf8QVvvT4=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0009-0005-4543-3736 .
  
  this: dct:created "2025-01-28T10:09:20.145Z"^^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";
    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> .
}