@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix rdfs: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix biolink: .
@prefix dao: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:association a biolink:Association;
rdfs:label "Hydroxychloroquine treats COVID-19";
biolink:object ;
biolink:relation biolink:treats;
biolink:subject ;
dao:context "Taken alone or in combination with azithromycin" .
a biolink:ChemicalSubstance .
a biolink:Disease .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1501-1082 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCR9fz0fKCdWOWC+pxhkQhEM/ppbdIYe5TLSdj+lJzSlv9mYBaPgrzVezSwwbmhlHBPDZa4/vHycU315BdmUGq+pXllp9+rWFfrb+kBJwhZjpG6BeyyXBsRFz4jmQVxl/ZYHilQTh/XalYzKkEAyTiEMPee4Kz61PaWOKH24CsnOQIDAQAB";
npx:hasSignature "hb06REnyQ6nPbAW6asdsIfg9LX0wB2r4jaYy4Y+8q16hArmIPl0l5u3vEdxRAIbzwi9yw6G7o4R1rr8IILN6Tc1e7u+XNup+El5eAau9N0oHSMMZ6VnlGaeVxuJlr1R4yrsTeg8WvgWXojmHBt4XVDGldKlBtIxTQfS1ybJ6//8=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-09-24T15:33:08.484+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1501-1082;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}