@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-08T16:25:55.704519"^^xsd:dateTime . } sub:pubInfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCR9fz0fKCdWOWC+pxhkQhEM/ppbdIYe5TLSdj+lJzSlv9mYBaPgrzVezSwwbmhlHBPDZa4/vHycU315BdmUGq+pXllp9+rWFfrb+kBJwhZjpG6BeyyXBsRFz4jmQVxl/ZYHilQTh/XalYzKkEAyTiEMPee4Kz61PaWOKH24CsnOQIDAQAB"; npx:hasSignature "Rf4UQ2Poke/sY1c4aCpoLiB8rTuU0jL/kcG9JCGaYUHg50RxsfgOHie4xdlOiqo7BL9zIXJ7FS53cR8/lbEb/qi4vxndv2cQFpmqflidgd3BLXcInyZsEE2i4lqbFJ8kWv5OSHDps+/NZkPe/lig+SfExbuvd4fbo28mJdVcZhQ="; npx:hasSignatureTarget this: . this: prov:generatedAtTime "2020-12-08T16:25:55.704519"^^xsd:dateTime; prov:wasAttributedTo . }