@prefix this: . @prefix sub: . @prefix bl: . @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 bl:Drug; bl:category bl:Drug . a bl:Disease; bl:category bl:Disease . rdf:object ; rdf:predicate bl:treats; rdf:subject ; bl:association_type bl:ChemicalToDiseaseOrPhenotypicFeatureAssociation; bl:provided_by ; bl:relation . } sub:provenance { sub:assertion prov:generatedAtTime "2020-12-08T16:58:36.574473"^^xsd:dateTime . } sub:pubInfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCR9fz0fKCdWOWC+pxhkQhEM/ppbdIYe5TLSdj+lJzSlv9mYBaPgrzVezSwwbmhlHBPDZa4/vHycU315BdmUGq+pXllp9+rWFfrb+kBJwhZjpG6BeyyXBsRFz4jmQVxl/ZYHilQTh/XalYzKkEAyTiEMPee4Kz61PaWOKH24CsnOQIDAQAB"; npx:hasSignature "e5zNaZQP4B7lggduBm5YV0bTKdXfjnBZgI3sFf31LvY/RfLoidgaFAg84RaXKtm/FK+/gITf2w4fWPQauLF/NjrYKQo2zlVWO7+qhw3kEnh19vcnF+3gJgn8oGJ2mfnuH8w08GuiGW61Fp8mZOFWpd/MNyGUC5iIRzbfLdeD3d8="; npx:hasSignatureTarget this: . this: prov:generatedAtTime "2020-12-08T16:58:36.574473"^^xsd:dateTime; prov:wasAttributedTo . }