Nanopublication

< Home

ID

https://w3id.org/np/RAXAjQxlRRSnEomjJ9VKzOj9JX-sDyrPhpQ7IrvYTCOV4

Formats

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

Content

@prefix this: <https://w3id.org/np/RAXAjQxlRRSnEomjJ9VKzOj9JX-sDyrPhpQ7IrvYTCOV4> .
@prefix sub: <https://w3id.org/np/RAXAjQxlRRSnEomjJ9VKzOj9JX-sDyrPhpQ7IrvYTCOV4/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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://doi.org/10.7717/peerj-cs.335> dct:title "Search, access, and explore life science nanopublications on the Web" .
  
  sub:report a owl:NegativePropertyAssertion;
    rdfs:comment "This is an example report illustrating how to report a typo in a title and provide the corrected value.";
    owl:assertionProperty dct:title;
    owl:sourceIndividual <https://doi.org/10.7717/peerj-cs.335>;
    owl:targetValue "Search, access, and explore life science nanopublication on the Web" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234;
    prov:wasDerivedFrom <https://explore.openaire.eu/search/publication?pid=10.7717%2Fpeerj-cs.335> .
}

sub:pubinfo {
  <https://doi.org/10.7717/peerj-cs.335> nt:hasLabelFromApi "Search, access, and explore life science nanopublications on the Web" .
  
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  
  this: a npx:ExampleNanopub;
    dct:created "2026-07-29T08:39:27Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:hasNanopubType owl:NegativePropertyAssertion;
    npx:introduces sub:report;
    rdfs:label "Example: reporting an incorrect metadata value";
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RAGXx_k9eQMnXaCbsXMsJbGClwZtQEGNg0GVJu6amdAVw>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAXflINqt3smqxV5Aq7E9lzje4uLdkKIOefa6Bp8oJ8CY>,
      <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RA5GbS1FtyYc-wTxgM2yR3ss35KxUL0QPrYJdm91p8lPs/template> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "VSpZVL1vsdNq7gQG3KLmUZ3aRZjew6MXCfQqVTYEgbSXMyVDcFXYZKfvCx2bB120/bBd/NnTUN4iYqaOcIIcKwRRQ0EE89lgkUiQBn3G0NNVaGfurBfAMSwn/46/zz84mnqhK6CC3ZlZcM/3OvgUQqvgWEysr3++eEukgUUBuis=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}