Nanopublication

< Home

ID

https://w3id.org/np/RAQiF5jR2CTcJ3qZbHKpBLgFp2PV40ImKI4D1FP4nEsic

Formats

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

Content

@prefix this: <https://w3id.org/np/RAQiF5jR2CTcJ3qZbHKpBLgFp2PV40ImKI4D1FP4nEsic> .
@prefix sub: <https://w3id.org/np/RAQiF5jR2CTcJ3qZbHKpBLgFp2PV40ImKI4D1FP4nEsic#> .
@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#> .
@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://doi.org/10.24432/C52P4X> 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://doi.org/10.1016/0002-9149(89)90524-9> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0004-6650-2035 .
}

sub:pubinfo {
  orcid:0009-0004-6650-2035 foaf:name "L. Harteveld" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCbjqGpoYL7xPVeqCENnu+SEqBwV67V2uJpZMW5C+zsLqjl/l5HuslnJsTQdxMFcoq5GWLl6i41/A/d031Od20MpaRRYxo26Hy2nlZE1fz3xIpHowdZK5bSmS1PLG7Tb99t83t41cgoGq29LqxzkRXUaC2BCQqqAFN4Lh2K0fH04QIDAQAB";
    npx:hasSignature "ZXUa086JfiEluJqdmhN+BUvJjb8P/v9bgD2J/Fb/Z4YDDx8NFYJuUeZC6mVIFgy5M6qAJVfOj6TtlH9m9CF61WxcIcP9LS0KM8pAIfP5ODmSBDwc5Vk9GCC7I/L061Mna8Df6nc61A9H2GDPZAmum5y9vQRscqusorJcMLo0dnM=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0009-0004-6650-2035 .
  
  this: a npx:ExampleNanopub;
    dct:created "2025-01-23T18:08:17.902Z"^^xsd:dateTime;
    dct:creator orcid:0009-0004-6650-2035;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:hasNanopubType <http://purl.org/dc/dcmitype/Dataset>;
    npx:supersedes <https://w3id.org/np/RAGTlevKmdtOnLWWUbBQgjf4zhviVllLAPbu7qc4-aRAg>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Dataset: Heart Disease";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate ns1:RAXflINqt3smqxV5Aq7E9lzje4uLdkKIOefa6Bp8oJ8CY,
      <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw>, <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAPLOk-Yi7G1UzvYGmoMGouCX2-t4giQ1PqjMsZLFHLkU> .
}