@prefix this: <
https://w3id.org/np/RAT3QeWY979bLaga5qc1XdcTrMAAgfX6Hwr4himmhlXac
> .
@prefix sub: <
https://w3id.org/np/RAT3QeWY979bLaga5qc1XdcTrMAAgfX6Hwr4himmhlXac#
> .
@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:
np:hasAssertion
sub:assertion
;
np:hasProvenance
sub:provenance
;
np:hasPublicationInfo
sub:pubinfo
;
a
np:Nanopublication
.
}
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
"MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD3RHyHR7WWKBYevw1qK86B6RVzI7oKlvghqXvbpOAX1KueDE6Itru34HRhrVy4OMLCRQWBE3VXktKdbgOxD3vC4cIxz5LX+XOgGWzv5WKSjOfXu/yIeJrzsuIkyHvw7/tToGrE0itJ1wGylJv+YieizmGvNiUHhP0J0+YFMNnvewIDAQAB" ;
npx:hasSignature
"bV/zVl5qgQBgGF8Mb9Z9aP0Mg4WaSoIuZOq9tu5MvMJAIOm3274BA0LZgiYzP8HRBRa8uqG9HmiCuZSlqYihLt+GIXTTN2aOT263nWbzVVBgQ8lm0cE2OGegEDVEQUPUYbkQv52aC/HQeCuqxwdF9MK7exlOCor9INRH9JJSeBk=" ;
npx:hasSignatureTarget
this:
.
this:
dcterms:created
"2023-11-30T17:52:03.621Z"^^
xsd:dateTime
;
dcterms:creator
orcid:0000-0002-1501-1082
;
a
npx:ExampleNanopub
.
}