@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 "paracetamol treats headache when taken with caffeine";
biolink:object ;
biolink:relation biolink:affects;
biolink:subject ;
dao:context "when taken with caffeine" .
a biolink:Drug .
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 "hWdMXIA2FGVkEh3KaaV1D6/drHmidb9Bwen8vI+6VnuBNupWGlh2Bs6rM+11KJWQa6LphNupNsI/cwDra+EjrBmowbKxMlNi9pw3+ZANRsVBArQapOTkK9iSylSUfLfKK3HqEogxLdNjBLOPCFfYC+7jeImy3jYOz7XjEm+4rbk=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-09-21T19:11:04.145+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1501-1082;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}