@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix rdfs: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix biolink: .
@prefix sepio: .
@prefix dao: .
@prefix eco: .
@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 "paracetamol treats headache when taken with caffeine";
biolink:has_evidence sub:evidence;
biolink:object ;
biolink:relation biolink:affects;
biolink:subject ;
dao:context "when taken with caffeine" .
sub:evidence a biolink:EvidenceType;
sepio:0000145 ;
sepio:0000398 eco:0006016;
biolink:description "The Fixed Combination of Acetylsalicylic acid, Paracetamol and Caffeine is more Effective than Single Substances and Dual Combination for the Treatment of Headache: a Multicentre, Randomized, Double-Blind, Single-Dose, Placebo-Controlled Parallel Group Study";
biolink:id sub:evidence .
}
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 "Yv7B5s16vOiRKbBaI/kjgXcLeVAeTfiY0VmYNMIK4zNwyvGLFXQrBkc5iMBO5ThX0PVSFb4JYQgwpFFXDhN56G5Km6et89NIk0A5aOfVyePq0a+tL8DJMWn5qNgYjym42fSHdMrxJ0G0998Ia9+7e+aYttePCpBnt/CIftxMkzo=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-09-08T12:49:52.448+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1501-1082;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}