@prefix this: <
https://w3id.org/np/RAaXhi8PgedIu3fpinCOXjnvrg3ezDjh_9f6h2Os0xdqg
> .
@prefix sub: <
https://w3id.org/np/RAaXhi8PgedIu3fpinCOXjnvrg3ezDjh_9f6h2Os0xdqg#
> .
@prefix np: <
http://www.nanopub.org/nschema#
> .
@prefix dct: <
http://purl.org/dc/terms/
> .
@prefix xsd: <
http://www.w3.org/2001/XMLSchema#
> .
@prefix rdfs: <
http://www.w3.org/2000/01/rdf-schema#
> .
@prefix prov: <
http://www.w3.org/ns/prov#
> .
@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.com/mosquito
> <
http://example.com/transmits
> <
http://example.com/malaria
> .
}
sub:provenance
{
sub:assertion
prov:wasDerivedFrom
<
http://dx.doi.org/10.3233/ISU-2010-0613
> .
}
sub:pubinfo
{
sub:sig
npx:hasAlgorithm
"RSA" ;
npx:hasPublicKey
"MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCL2j89WkvR+NTJi+iy/9MEh8Cb6xATuhpxhqDDcqjEoH+G212C/mkMXibklEYqih1VVDO19sslBk5PgQHXIOAI3LehPw1T5Vkfze9N1l5suqUbV1e2zmab/Gz25UW6Ao2cwGiYU69nFUI8PptphQX/pbJkGpp/sggEfFQseZ4QbwIDAQAB" ;
npx:hasSignature
"h4VAytxgYa+UfE4Qbd17ft+vT4EuUJGkfArCMN2rFxCRr+iXjKrYvrZt3H61lzD4JmhdUjdkGlC6gx2JXrvIsXMZJgyHYV8Fz5NGZfzrhs/4zzYuV7TSd8tw8EjMVGeKBcXoD2/E4VAOaUf/qcrZmUExcWBQtvCZt07//r06A5E=" ;
npx:hasSignatureTarget
this:
;
npx:signedBy
<
http://example.com/example-user
> .
this:
dct:created
"2023-12-15T09:05:52.392Z"^^
xsd:dateTime
;
dct:creator
<
http://example.com/example-user
> ;
dct:license
<
https://creativecommons.org/licenses/by/4.0/
> ;
a
npx:ExampleNanopub
;
rdfs:label
"Malaria is transmitted by mosquitoes." .
}