@prefix orcid: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix dct: .
@prefix pav: .
@prefix rdf: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix biolink: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
a biolink:ChemicalEntity;
rdfs:label "iloperidone" .
a biolink:DiseaseOrPhenotypicFeature;
rdfs:label "schizophrenia" .
a biolink:OrganismTaxon;
rdfs:label "adults" .
sub:_1 a rdf:Statement;
rdf:object ;
rdf:predicate biolink:treats;
rdf:subject ;
biolink:has_population_context .
}
sub:provenance {
sub:assertion prov:generatedAtTime "2022-06-24T09:36:41+00:00"^^xsd:integer;
prov:hadPrimarySource ;
prov:wasAttributedTo orcid:0000-0002-1501-1082;
prov:wasQuotedFrom "Iloperidone tablets are indicated for the treatment of schizophrenia in adults." .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCR9fz0fKCdWOWC+pxhkQhEM/ppbdIYe5TLSdj+lJzSlv9mYBaPgrzVezSwwbmhlHBPDZa4/vHycU315BdmUGq+pXllp9+rWFfrb+kBJwhZjpG6BeyyXBsRFz4jmQVxl/ZYHilQTh/XalYzKkEAyTiEMPee4Kz61PaWOKH24CsnOQIDAQAB";
npx:hasSignature "SsovLJlojMGuKkoGzlEdwd0SgMY5jkLYwvdYmZfsnLeU+iMu9phDsclx3Vg1quiinXD1vDU68d2kc/BRdy1kxnLQh4hyCkLlLwEgw7m3GmZpcKhHhhUlFsJVH6NPnCTBvsg2D1gfdVBMtMXWy7MEgTh2gyDeur2b8U8KfuM82fE=";
npx:hasSignatureTarget this: .
this: a npx:ExampleNanopub;
dct:created "2022-06-24T09:36:41+00:00"^^xsd:integer;
pav:createdBy orcid:0000-0002-1501-1082 .
}