@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RA0hXznZq1At_9MlxutOMed0td-DkNFLbH-qNvzWYoHt4> .
@prefix sub: <http://purl.org/np/RA0hXznZq1At_9MlxutOMed0td-DkNFLbH-qNvzWYoHt4#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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 npx: <http://purl.org/nanopub/x/> .
@prefix eco: <http://purl.obolibrary.org/obo/ECO_> .
@prefix schema: <https://schema.org/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  eco:0000006 rdfs:label "experimental evidence" .
  eco:0000180 rdfs:label "clinical study evidence" .
  eco:0000204 rdfs:label "author statement" .
  eco:0000205 rdfs:label "curator inference" .
  eco:0000362 rdfs:label "computational inference" .
  eco:0005548 rdfs:label "biological system reconstruction evidence based on inference from background scientific knowledge" .
  eco:0006152 rdfs:label "medical practitioner statement evidence" .
  eco:0006153 rdfs:label "self-reported individual's statement evidence" .
  eco:0007672 rdfs:label "computational evidence" .
  sub:assertion a nt:AssertionTemplate ;
    rdfs:label "Defining a drug indication with its medical context" ;
    nt:hasStatement sub:st00 , sub:st01 .
  sub:drug a nt:GuidedChoicePlaceholder ;
    rdfs:label "provide the drugs used by this target group from Translator NameResolution API" ;
    nt:possibleValuesFromApi "https://name-resolution-sri.renci.org/lookup?limit=10&string=" .
  sub:medtherapy a nt:UriPlaceholder ;
    rdfs:label "add the therapy id (eg. therapy01) here" ;
    nt:hasPrefix "https://w3id.org/neurodkg/instance/" ;
    nt:hasPrefixLabel "https://w3id.org/neurodkg/instance/" .
  sub:st00 rdf:object sub:drug , schema:MedicalTherapy ;
    rdf:predicate rdf:type , schema:drug ;
    rdf:subject sub:medtherapy ;
    a rdf:Statement ;
    nt:statementOrder 1 .
}
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 "PXTnlUNc4AZ2SBgoc0r7hJ4f4zMY65HZoLdij0jDFjREttrlARl/Jh0R0ymRbNI7nYJMIewYQWTUxBG+fFdIZRBhprs1pGjYKs5Nj4k43kZKVdKAaz7zWQd+GthZc75v6eY+6Hdc86hFMvQzF8ncyAgHi4Qg1phjl/vm0/PrTAE=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2020-12-07T18:00:00.000+01:00"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0001-7769-4272 ;
    npx:supercedes <http://purl.org/np/RAQvds4egZwUiawns6JHGA_jE8Fh0D7M8zXqToNWXXyIs> .
}