@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAPcyrt9RBjKwZKAODFuVl9nVZnvIsguVh3r5nnU_B6Js> .
@prefix sub: <http://purl.org/np/RAPcyrt9RBjKwZKAODFuVl9nVZnvIsguVh3r5nnU_B6Js#> .
@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/> .

<http://purl.org/np/RAPcyrt9RBjKwZKAODFuVl9nVZnvIsguVh3r5nnU_B6Js> a np:Nanopublication;
  np:hasAssertion sub:assertion;
  np:hasProvenance sub:provenance;
  np:hasPublicationInfo sub:pubinfo;
  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> .

<http://purl.obolibrary.org/obo/ECO_0000006> rdfs:label "experimental evidence" .

<http://purl.obolibrary.org/obo/ECO_0000180> rdfs:label "clinical study evidence" .

<http://purl.obolibrary.org/obo/ECO_0000204> rdfs:label "author statement" .

<http://purl.obolibrary.org/obo/ECO_0000205> rdfs:label "curator inference" .

<http://purl.obolibrary.org/obo/ECO_0000362> rdfs:label "computational inference" .

<http://purl.obolibrary.org/obo/ECO_0005548> rdfs:label "biological system reconstruction evidence based on inference from background scientific knowledge" .

<http://purl.obolibrary.org/obo/ECO_0006152> rdfs:label "medical practitioner statement evidence" .

<http://purl.obolibrary.org/obo/ECO_0006153> rdfs:label "self-reported individual's statement evidence" .

<http://purl.obolibrary.org/obo/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;
  prov:wasAttributedTo orcid:0000-0001-7769-4272 .

sub:drug a nt:UriPlaceholder;
  rdfs:label "add a Drugbankidentifier here (e.g. DB00295)";
  nt:hasPrefix "http://identifiers.org/drugbank/";
  nt:hasPrefixLabel "the drug";
  nt:hasRegex "[DB][0-9]{5}" .

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 a rdf:Statement;
  rdf:object schema:MedicalTherapy;
  rdf:predicate rdf:type;
  rdf:subject sub:medtherapy;
  nt:statementOrder 1 .

sub:st01 a rdf:Statement;
  rdf:object sub:drug;
  rdf:predicate schema:drug;
  rdf:subject sub:medtherapy;
  nt:statementOrder 2 .

sub:sig npx:hasAlgorithm "RSA";
  npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCOqbrPT5RmzxsvRXGHZSAXPzeRLt9ogiosL3tcPKC0g5J8B1577lnJ3oVKSfD80lgPJdr9K671RazGL/mkZ/yu/uCNqne07Q9jd6OIAEi3fldiVfGK8ZDh43rGWRuG+BlvbZ1lZRFrWsURTKTpMgh0C6vJFRIMkWH6ImbZC5JbbQIDAQAB";
  npx:hasSignature "EJSNpGvqPhNCXbCkXmDC5I6zBg92wzJiv5B1Lf94LKsihGZDEVdhUR1OLFx172dC9mfEIGJqtoASyQlHGv6LibTG9OEPAOGlrafkjOHRCd5r0ZQKQl5L7kKMUm8DtBgByd2wg3E6kDAWZD4TQ8dgp530d962cd4xVU24q3PEn7Y=";
  npx:hasSignatureTarget <http://purl.org/np/RAPcyrt9RBjKwZKAODFuVl9nVZnvIsguVh3r5nnU_B6Js> .

