https://w3id.org/np/RAn3y2I3SlcL_KwZEeGUEmBvzQhaydBBJekIoov9h9wlg
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix sub: <https://w3id.org/np/RAn3y2I3SlcL_KwZEeGUEmBvzQhaydBBJekIoov9h9wlg/> .
@prefix this: <https://w3id.org/np/RAn3y2I3SlcL_KwZEeGUEmBvzQhaydBBJekIoov9h9wlg> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix orcid: <https://orcid.org/> .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
<http://example.org/mosquitoes> <http://example.org/transmits> <http://example.org/malaria> .
}
sub:provenance {
sub:assertion <http://www.w3.org/ns/prov#hadPrimarySource> <http://dx.doi.org/10.3233/ISU-2010-0613> .
}
sub:pubinfo {
this: <http://purl.org/dc/terms/created> "2026-02-24T18:27:10.744Z"^^xsd:dateTime .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD3RHyHR7WWKBYevw1qK86B6RVzI7oKlvghqXvbpOAX1KueDE6Itru34HRhrVy4OMLCRQWBE3VXktKdbgOxD3vC4cIxz5LX+XOgGWzv5WKSjOfXu/yIeJrzsuIkyHvw7/tToGrE0itJ1wGylJv+YieizmGvNiUHhP0J0+YFMNnvewIDAQAB";
npx:hasSignature "Hbvfdvjm4TYQLo5IGSOjKVnxW3kg2QMLC3THq1uL8Qh2DplJ60up0FTNGm6z9AASE4C7SbkTHg1ehGT+orW8JP86Q3RM98GA+qz2yP5ae8kLnN/VGbZv9Cn4rYUa0ospIXolwhgjrwLRnK1j3fa42Dxcx4Hw++Hmb0euY3SqzHA=";
npx:hasSignatureTarget this: .
}