@prefix this: <
https://w3id.org/np/RAjYy1TseSqHCM2Ple0G1q5jIm-_QAXMRT7v_3dp60WCo
> .
@prefix sub: <
https://w3id.org/np/RAjYy1TseSqHCM2Ple0G1q5jIm-_QAXMRT7v_3dp60WCo#
> .
@prefix xsd: <
http://www.w3.org/2001/XMLSchema#
> .
@prefix np: <
http://www.nanopub.org/nschema#
> .
@prefix npx: <
http://purl.org/nanopub/x/
> .
@prefix dcterms: <
http://purl.org/dc/terms/
> .
@prefix prov: <
http://www.w3.org/ns/prov#
> .
sub:Head
{
this:
np:hasAssertion
sub:assertion
;
np:hasProvenance
sub:provenance
;
np:hasPublicationInfo
sub:pubinfo
;
a
np:Nanopublication
.
}
sub:assertion
{
<
http://example.org/mosquitoes
> <
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
"57TKv6HkO1Cfgx8v660Oy4Ev03SPPuNbZt5rWwr9v9OVbSWkPru2QxX3U4sG6aOn0WTKF3WwE5IsO2UJe0D2ZyJSJH2kJcgTb7nwo0tEohgPE7wjopOSo9OGQHHtdYkxhukaUFN8vauKpRFko62Elvot1jQiMO79ArfIhgo79+c=" ;
npx:hasSignatureTarget
this:
.
this:
dcterms:created
"2024-04-18T10:42:12.979Z"^^
xsd:dateTime
.
}