@prefix dct: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix pav: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix rdfs: .
@prefix prov: .
@prefix dc: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubInfo .
}
sub:assertion {
this: npx:appendsIndex ,
.
}
sub:provenance {
sub:assertion a npx:IndexAssertion .
}
sub:pubInfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCR9fz0fKCdWOWC+pxhkQhEM/ppbdIYe5TLSdj+lJzSlv9mYBaPgrzVezSwwbmhlHBPDZa4/vHycU315BdmUGq+pXllp9+rWFfrb+kBJwhZjpG6BeyyXBsRFz4jmQVxl/ZYHilQTh/XalYzKkEAyTiEMPee4Kz61PaWOKH24CsnOQIDAQAB";
npx:hasSignature "BhCRPFVCM2XKTmfd3O+h0WKYVfzDfEAwXa51JwueV4QrGS8jjXM+SHTrC+o5oPFq0KevcUPA/kQdG5nSdJXELrpcWL8YM4UWQgrES8EZuaqSTzqnDPqS+GeRbrFgd/Y8ZTDXRIvQrlFD6vt7jyjfgwIV9A5U4rdVAEcC49lGic8=";
npx:hasSignatureTarget this: .
this: a npx:NanopubIndex;
dc:description """A dataset of 1971 drug indications retrieved from the PREDICT publication and used as reference dataset for the OpenPredict model.
See https://github.com/MaastrichtU-IDS/translator-openpredict for more details.""";
dc:title "OpenPredict reference dataset";
dct:created "2020-09-21T00:00:00"^^xsd:dateTime;
pav:createdBy orcid:0000-0001-7769-4272;
rdfs:seeAlso ;
prov:generatedAtTime "2022-09-23T16:17:01.086714"^^xsd:dateTime;
prov:wasAttributedTo orcid:0000-0002-1501-1082 .
}