sub:assertion {
sub:assertion a nt:AssertionTemplate ;
rdfs:label "Defining a drug indication with its medical context" ;
nt:hasStatement sub:st00 ,
sub:st01 ,
sub:st02 ,
sub:st03 ,
sub:st04 ,
sub:st05 .
sub:audienceType a nt:LiteralPlaceholder ;
rdfs:label "has the target group (eg. adult, pregnant)" .
sub:condition a nt:GuidedChoicePlaceholder ;
rdfs:label "define the condition for target population using DOID" ;
nt:possibleValuesFromApi "http://data.bioontology.org/search?pagesize=20&apikey=fd451bec-eacd-4519-b972-90fb6c7007cb&include_properties=false&ontologies=DOID&q=" .
sub:disease a nt:GuidedChoicePlaceholder ;
rdfs:label "has disease using DOID" ;
nt:possibleValuesFromApi "http://data.bioontology.org/search?pagesize=20&apikey=fd451bec-eacd-4519-b972-90fb6c7007cb&include_properties=false&ontologies=DOID&q=" .
sub:drug a nt:UriPlaceholder ;
rdfs:label "add a Drugbank identifier here (e.g. DB00295)" ;
nt:hasPrefix "http://identifiers.org/drugbank/" ;
nt:hasPrefixLabel " has the drug" ;
nt:hasRegex "[A-Z]{2}\\d{5}" .
sub:indi_type a nt:GuidedChoicePlaceholder ;
rdfs:label "add the indication type for medical therapy" ;
nt:possibleValue schema:ApprovedIndication ,
schema:PreventionIndication ,
schema:TreatmentIndication ,
nkg:AdjunctiveTherapy ,
nkg:SymptomaticReliefIndication .
sub:maxAge a nt:LiteralPlaceholder ;
rdfs:label "Audiences defined by a person's maximum age." ;
nt:hasRegex "[0-9]*" .
sub:medtherapy a nt:LocalResource ;
rdfs:label "This medical therapy " .
sub:minAge a nt:LiteralPlaceholder ;
rdfs:label "Audiences defined by a person's minimum age." ;
nt:hasRegex "[0-9]*" .
sub:quotedtext a nt:LiteralPlaceholder ;
rdfs:label "add a quote here" .
sub:st00 rdf:object sub:quotedtext ;
rdf:predicate prov:quotedText ;
rdf:subject sub:medtherapy ;
a rdf:Statement ;
nt:statementOrder 1 .
sub:st01 rdf:object sub:drug ;
rdf:predicate schema:drug ;
rdf:subject sub:medtherapy ;
a rdf:Statement ;
nt:statementOrder 2 .
sub:st02 rdf:object sub:medtherapy ;
rdf:predicate schema:possibleTreatment ;
rdf:subject sub:disease ;
a rdf:Statement ;
nt:statementOrder 3 .
sub:st03 rdf:object sub:indi_type ;
rdf:predicate nkg:indicationType ;
rdf:subject sub:medtherapy ;
a rdf:Statement ;
nt:statementOrder 4 .
sub:st04 rdf:object sub:targetpop ;
rdf:predicate schema:targetPopulation ;
rdf:subject sub:medtherapy ;
a rdf:Statement ;
nt:statementOrder 5 .
sub:st05 a nt:GroupedStatement ,
nt:OptionalStatement ;
nt:hasStatement sub:st05a ,
sub:st05b ,
sub:st05c ,
sub:st05d ,
sub:st05e ;
nt:statementOrder 6 .
sub:st05a rdf:object sub:audienceType ;
rdf:predicate schema:audienceType ;
rdf:subject sub:targetpop ;
a rdf:Statement ,
nt:OptionalStatement ,
nt:RepeatableStatement ;
nt:statementOrder 1 .
sub:st05b rdf:object sub:minAge ;
rdf:predicate schema:requiredMinAge ;
rdf:subject sub:targetpop ;
a rdf:Statement ,
nt:OptionalStatement ;
nt:statementOrder 2 .
sub:st05c rdf:object sub:maxAge ;
rdf:predicate schema:requiredMaxAge ;
rdf:subject sub:targetpop ;
a rdf:Statement ,
nt:OptionalStatement ;
nt:statementOrder 3 .
sub:st05d rdf:object sub:condition ;
rdf:predicate schema:healthCondition ;
rdf:subject sub:targetpop ;
a rdf:Statement ,
nt:OptionalStatement ,
nt:RepeatableStatement ;
nt:statementOrder 4 .
sub:st05e rdf:object sub:symptom ;
rdf:predicate schema:signOrSymptom ;
rdf:subject sub:targetpop ;
a rdf:Statement ,
nt:OptionalStatement ,
nt:RepeatableStatement ;
nt:statementOrder 5 .
sub:symptom a nt:GuidedChoicePlaceholder ;
rdfs:label "target biomedical entity from Translator NameResolution API" ;
nt:possibleValuesFromApi "https://name-resolution-sri.renci.org/lookup?limit=10&string=" .
sub:targetpop a nt:LocalResource ;
rdfs:label "has the target population" .
prov:quotedText rdfs:label "claims" .
schema:ApprovedIndication rdfs:label "An indication for a medical therapy that has been formally specified or approved by a regulatory body." .
schema:PreventionIndication rdfs:label "An indication for preventing an underlying condition, symptom, etc." .
schema:TreatmentIndication rdfs:label "An indication for treating an underlying condition." .
schema:audienceType rdfs:label "has type" .
schema:healthCondition rdfs:label "has health condition" .
schema:requiredMaxAge rdfs:label "has max age" .
schema:requiredMinAge rdfs:label "has min age" .
schema:signOrSymptom rdfs:label "has symptom" .
nkg:SymptomaticReliefIndication rdfs:label "An indication for only managing the symptoms of the condition" .
}