Nanopublication

< Home

ID

https://w3id.org/np/RAgdRBDI9CmgVXPyEM0zGghjJhyaQDsJqGAddb0iWkhbA

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix this: <https://w3id.org/np/RAgdRBDI9CmgVXPyEM0zGghjJhyaQDsJqGAddb0iWkhbA> .
@prefix sub: <https://w3id.org/np/RAgdRBDI9CmgVXPyEM0zGghjJhyaQDsJqGAddb0iWkhbA/> .

sub: {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <https://example.org/levin-kg/assessment-OVIEDO2010-C1> a <https://example.org/levin-kg/BayesianAssessment> .
  
  <https://w3id.org/probknow/resource/claim/759b2c60-85b9-4e5a-b5af-2cba976a18b7> <https://w3id.org/probknow/ontology/1.0#weightOfEvidence>
      "0.9977"^^xsd:double .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo <https://bioelectricitynexus.com/nanopub-system> .
}

sub:pubinfo {
  this: dc:created "2026-06-23T05:02:28.439Z"^^xsd:dateTime;
    dc:creator <https://bioelectricitynexus.com/nanopub-system>;
    prov:wasGeneratedBy <https://bioelectricitynexus.com/nanopub-system>;
    <https://w3id.org/probknow/ontology/1.0#domain> "levin-lab" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlmVqJvSV6wEdZK/lEu48U7GiYJlbUwaw+75q5s5fHwRCkF0Kwt/M6e3TYfdmpmqH4Zf422o/GeY6iPM/z8afWzq+adlLfmdGe89pvHsExh3sw4WYnIIs3MZMsWAmQXEKjQOBJssru+VivtZ+WeBFcF+UowklxPO9vrlvAeQ1cTJK85g/H5Od+9cteRoXhTfaoMQcb/ToCXQ248P8zBdZfGCQC/D571M8JGcr/OM0FTlc0Ix2OscJunH+RDOsW7TjZseNWPzA5yZk67nqoJSEBvHfayngIY95fCpWNSqxeFQzhh/77JL/4YWq5zsOb7G5EafVIs5HNQACvukfPMPkSQIDAQAB";
    npx:hasSignature "O2AIwg+cUW2A+xqxMDC2ecgZ4urQKxZTPAhrcoVtJFFARpLRakJJgu5PlmqTaXeXlrRFutcjEjpfzgEsbL6QZyaKD7ycYA1ZYjFCKYLhm8APxctgjDYlGp1+7tVSpcX5zYdUh7i/ByvTJerE84fZ4cSfA61FYNrnNBotGEUJMEnvUQBwxAFMwHYHKDyXhSOX/TyZz53Fy9a5zNiY7xAI0ZQAXbihmCltDeYcHt1KdWY8qNvNTdssGWdNibbwapcSBex6IzjtfvZpCtoiaXHH6CGhuxgvNl0rM0uhhQrmt4eG6dPupI9LH7oX4zONy74xHdr6+px15CFokOGCJ4R7Aw==";
    npx:hasSignatureTarget this: .
}