RESULT 3
Spanning-Tree [weight=1.0, edges=[<http://www4.wiwiss.fu-berlin.de/diseasome/resource/diseasome/diseases> --- [ <http://www4.wiwiss.fu-berlin.de/diseasome/resource/diseasome/classDegree> ] ---> <http://www.w3.org/2001/XMLSchema#string>]]
Keyword: class degree Match: http://www4.wiwiss.fu-berlin.de/diseasome/resource/diseasome/classDegree
Keyword: disease [Will be matched through a SPARQL filter on the class <http://www4.wiwiss.fu-berlin.de/diseasome/resource/diseasome/diseases> property <http://www4.wiwiss.fu-berlin.de/diseasome/resource/diseasome/name>]
SPARQL query:
SELECT DISTINCT ?diseases ?diseases_classdegree ?diseases_label ?diseases_name WHERE {
?diseases <http://www4.wiwiss.fu-berlin.de/diseasome/resource/diseasome/classDegree> ?diseases_classdegree.
?diseases <http://www.w3.org/2000/01/rdf-schema#label> ?diseases_label.
?diseases a <http://www4.wiwiss.fu-berlin.de/diseasome/resource/diseasome/diseases>.
?diseases <http://www4.wiwiss.fu-berlin.de/diseasome/resource/diseasome/name> ?diseases_name.
FILTER (contains(lcase(str(?diseases_name)), "disease"))
FILTER (str(?diseases_classdegree) = "11")
}
LIMIT 100