Nanopublication

< Home

ID

https://w3id.org/np/RA9levazzAEVXqhPamP3cU2gOvdCWapzc9i-vQCV6jR4c

Formats

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

Content

@prefix this: <https://w3id.org/np/RA9levazzAEVXqhPamP3cU2gOvdCWapzc9i-vQCV6jR4c> .
@prefix sub: <https://w3id.org/np/RA9levazzAEVXqhPamP3cU2gOvdCWapzc9i-vQCV6jR4c#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix orcid: <https://orcid.org/> .
@prefix npx: <http://purl.org/nanopub/x/> .

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

sub:assertion {
  <http://example.org/mosquito> <http://example.org/transmits> <http://example.org/malaria> .
}

sub:provenance {
  sub:assertion prov:hadPrimarySource <http://dx.doi.org/10.3233/ISU-2010-0613> .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwuuKYoxfRjK0Z4sLpex8WgUvWpM0LY0rzk10o3Llc15+Bd1i7UBkG87iTSv1ILVv49edzGssDNx07KYFt3B8IgvT2JLjpU5TaFWTKAfAZBSJqYQO4L7ilvbYMWHGw+ydzl9Q3lJYrhgS8Xux4nHPEhrgpy8AHVUHSU8RDvhBbqk8CXYEy254woI8zYvI1clb7UIF8t0YdIV1oPUpq4Hp/anf0/wiVtTEroWLZnvsrjC376M5zkJjVQ3+Id4R1EVx3QJ6zi7FUlYFzIH6gOhQbcI+/etoHAKfdGBqnB7JzxKGuQwSPNCVZnTd5MYbQhzHGWf3H4AFI7S7wfYnwuKnuwIDAQAB";
    npx:hasSignature "VD0V1zAYbJGehJYbpQ3gcpYZQ9NFKyoLkq2qUL+WXhA99WKq8dIDp2mUB3DMR9wudkyhILObuZcRO1GsPlBckGXu5ZHQKKAFEG2W9eTdfhXvNI419M9VQy72VueHkfgJtIfgdOg5QZpJjga7nivRyKcFC+XPcQZHL0Hl5DXr5eCloTVRxZJ/GFylLWUenNyh+qf034jRBh/jWwipzif8t3wHfPowXZT7GGXmpi7mjZMiapYjiVstg7RSTbZ+hOoGIwHc4MJGfXeoyVb3uELME/qBCkLlvOZntoSHQxymii5SGnnhS9pdS6Pc2TeezwkGTw9xClShoJLjM5fBif/4TA==";
    npx:hasSignatureTarget this: .
  
  this: a npx:ExampleNanopub;
    dcterms:created "2024-03-26T16:54:39.565Z"^^xsd:dateTime;
    dcterms:creator orcid:0009-0001-1060-6917 .
}