Nanopublication

< Home

ID

http://purl.org/np/RAEbwA6dNfbX9AXwI7LvvxpHjtKDw0H4vDEopRaBOkGrU

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix ns2: <http://purl.org/dc/terms/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix this: <http://purl.org/np/RAEbwA6dNfbX9AXwI7LvvxpHjtKDw0H4vDEopRaBOkGrU> .
@prefix sub: <http://purl.org/np/RAEbwA6dNfbX9AXwI7LvvxpHjtKDw0H4vDEopRaBOkGrU#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix schema: <https://schema.org/> .
@prefix nkg: <https://w3id.org/neurodkg/> .
@prefix npx: <http://purl.org/nanopub/x/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  obo:DOID_5419 schema:possibleTreatment sub:medtherapy .
  
  sub:medtherapy prov:quotedText "Clozapine is indicated for the treatment of severely ill patients with schizophrenia who fail to respond adequately to standard antipsychotic treatment";
    schema:drug <http://identifiers.org/drugbank/DB00363>;
    schema:targetPopulation sub:targetpop;
    nkg:indicationType schema:TreatmentIndication .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-7769-4272 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCOqbrPT5RmzxsvRXGHZSAXPzeRLt9ogiosL3tcPKC0g5J8B1577lnJ3oVKSfD80lgPJdr9K671RazGL/mkZ/yu/uCNqne07Q9jd6OIAEi3fldiVfGK8ZDh43rGWRuG+BlvbZ1lZRFrWsURTKTpMgh0C6vJFRIMkWH6ImbZC5JbbQIDAQAB";
    npx:hasSignature "VpmrRuifUQnBQTkb90CAvF2uuz6ygn045Ig26ZGDsgRqSHGlyPaz2DDK4gS+fQ++FEmualDfzFuVqbuiZhnJB1u5Bz7Gja2k8KMa6ytYyHj9IV2T1pGKjcs/qX9Rye0u2zOXnKb2xE841Do3OMEC6a7oC1Jis59OTHKXo+kuJj8=";
    npx:hasSignatureTarget this: .
  
  this: ns2:created "2021-01-18T18:01:27.679+01:00"^^xsd:dateTime;
    ns2:creator orcid:0000-0001-7769-4272;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RA1qFYcifL-R-TLdaNFuglOprNuiUZDy2S0bifJPi3aPk> .
}