@prefix ns1: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix prov: .
@prefix rdf: .
@prefix xsd: .
@prefix npx: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubInfo;
a np:Nanopublication .
}
sub:assertion {
a ns1:Drug;
ns1:category ns1:Drug .
a ns1:Disease;
ns1:category ns1:Disease .
rdf:object ;
rdf:predicate ns1:treats;
rdf:subject ;
ns1:association_type ns1:ChemicalToDiseaseOrPhenotypicFeatureAssociation;
ns1:provided_by ;
ns1:relation .
}
sub:provenance {
sub:assertion prov:generatedAtTime "2020-12-08T16:39:55.826107"^^xsd:dateTime .
}
sub:pubInfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCR9fz0fKCdWOWC+pxhkQhEM/ppbdIYe5TLSdj+lJzSlv9mYBaPgrzVezSwwbmhlHBPDZa4/vHycU315BdmUGq+pXllp9+rWFfrb+kBJwhZjpG6BeyyXBsRFz4jmQVxl/ZYHilQTh/XalYzKkEAyTiEMPee4Kz61PaWOKH24CsnOQIDAQAB";
npx:hasSignature "aYkNqij9Fph5SGziWtqWFlwwQCVjT3fmSE8sl2SUhea2rNMB0FwH3242kordMvjUlBNrWZNmptwtYLmLIKNYiGfMn/pltB9SKet7Ay91uDORvMbaCpjddL3Hjg0wg5/GzugPKoZy/z1zMBWEN5S5DgjjgEtbLgEZofoDEsC3qL0=";
npx:hasSignatureTarget this: .
this: prov:generatedAtTime "2020-12-08T16:39:55.826107"^^xsd:dateTime;
prov:wasAttributedTo .
}