@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:35:01.548244"^^xsd:dateTime . } sub:pubInfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCR9fz0fKCdWOWC+pxhkQhEM/ppbdIYe5TLSdj+lJzSlv9mYBaPgrzVezSwwbmhlHBPDZa4/vHycU315BdmUGq+pXllp9+rWFfrb+kBJwhZjpG6BeyyXBsRFz4jmQVxl/ZYHilQTh/XalYzKkEAyTiEMPee4Kz61PaWOKH24CsnOQIDAQAB"; npx:hasSignature "DDveyuXI+Ebag7OAr8OBJs5pm4rKIyRl6Pa8Z9qUjdW70MdRd1xfr5Gvvb7xWD6N/VJIgFu0Znwb1irugsS4NKPEx+8npWFghs3/i/0enDwVQCb9DHpHbYheC+H4ATOnR4o3eTsR+sikSlbjNrV2XQkzYwxxHcAlYq0KWAkVVOk="; npx:hasSignatureTarget this: . this: prov:generatedAtTime "2020-12-08T16:35:01.548244"^^xsd:dateTime; prov:wasAttributedTo . }