RESULT 2
Spanning-Tree [weight=1.0, edges=[<http://www4.wiwiss.fu-berlin.de/drugbank/resource/drugbank/drug_interactions> --- [ <http://www4.wiwiss.fu-berlin.de/drugbank/resource/drugbank/interactionDrug1> ] ---> <http://www4.wiwiss.fu-berlin.de/drugbank/resource/drugbank/drugs>]]
Keyword: drugs interact Match: http://www4.wiwiss.fu-berlin.de/drugbank/resource/drugbank/drug_interactions
Keyword: allopurinol [Will be matched through a SPARQL filter on the class <http://www4.wiwiss.fu-berlin.de/drugbank/resource/drugbank/drugs> property <http://www4.wiwiss.fu-berlin.de/drugbank/resource/drugbank/genericName>]
SPARQL query:
SELECT DISTINCT ?drug_interactions ?drug_interactions_label ?drugs ?drugs_genericname ?drugs_label WHERE {
?drugs <http://www.w3.org/2000/01/rdf-schema#label> ?drugs_label.
?drug_interactions <http://www.w3.org/2000/01/rdf-schema#label> ?drug_interactions_label.
?drug_interactions <http://www4.wiwiss.fu-berlin.de/drugbank/resource/drugbank/interactionDrug1> ?drugs.
?drug_interactions a <http://www4.wiwiss.fu-berlin.de/drugbank/resource/drugbank/drug_interactions>.
?drugs <http://www4.wiwiss.fu-berlin.de/drugbank/resource/drugbank/genericName> ?drugs_genericname.
FILTER (contains(lcase(str(?drugs_genericname)), "allopurinol"))
}
LIMIT 100