@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:14.362812"^^xsd:dateTime . } sub:pubInfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCR9fz0fKCdWOWC+pxhkQhEM/ppbdIYe5TLSdj+lJzSlv9mYBaPgrzVezSwwbmhlHBPDZa4/vHycU315BdmUGq+pXllp9+rWFfrb+kBJwhZjpG6BeyyXBsRFz4jmQVxl/ZYHilQTh/XalYzKkEAyTiEMPee4Kz61PaWOKH24CsnOQIDAQAB"; npx:hasSignature "MpC23nwU3M76ANVTR1FPNr1z759QUZkNi6mAmLn9jBy9ibFPIPrdGZHTep1F5XLJPbNK7UOM7yIOWtLZTGRLx8Oa69qz3ht3XK6cRrwDVhx9N8Mm5xyZfLl+Ew1EVaG6t2JZuqFhm6MDJXInm+252HrXF8C9eo8sbo01bfYeOtE="; npx:hasSignatureTarget this: . this: prov:generatedAtTime "2020-12-08T16:35:14.362812"^^xsd:dateTime; prov:wasAttributedTo . }