@prefix this: . @prefix sub: . @prefix np: . @prefix ns1: . @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-08T15:13:15.662803"^^xsd:dateTime . } sub:pubInfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCR9fz0fKCdWOWC+pxhkQhEM/ppbdIYe5TLSdj+lJzSlv9mYBaPgrzVezSwwbmhlHBPDZa4/vHycU315BdmUGq+pXllp9+rWFfrb+kBJwhZjpG6BeyyXBsRFz4jmQVxl/ZYHilQTh/XalYzKkEAyTiEMPee4Kz61PaWOKH24CsnOQIDAQAB"; npx:hasSignature "IAzsC4yZGejh+LJOkPB5Q71ACwA3tGHwHi/U68M4wJvarxO3ww/433YEk6HWV6vnlM6voOc4ryMxV2lwNUi3Sf7Vz/x31OiLYqKKIF4xdhoohrGKJHL2WFRADi26aLVZ0GLwxGqynu05S3rtFG2HfV1Faq9RynrbrCbSh+onp/g="; npx:hasSignatureTarget this: . this: prov:generatedAtTime "2020-12-08T15:13:15.662803"^^xsd:dateTime; prov:wasAttributedTo . }