@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix rdf: .
@prefix rdfs: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix npx: .
@prefix eco: .
@prefix schema: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
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: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 sub:drug, schema:MedicalTherapy;
rdf:predicate rdf:type, schema:drug;
rdf:subject sub:medtherapy;
nt:statementOrder "1"^^xsd:integer .
}
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 "ZxgdRNWx52IuiJ0Q73+6Ib5i8Fo980CpB3B3GCRwaJBUoPrYuxxCY6lgE/bwybZrOFLJomIzZErCqOjsD89K19S80y12GtcgcqQ9+aW5dRfELWY5ARqrCxmEMGjOcrxi5en7kjAQXTPsYKzYP8d52ByuYvxMNpbtwBSajbb3S10=";
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 .
}