RESULT 7
Spanning-Tree [weight=3.0, edges=[<http://unics.cloud/ontology#ERC-Project> --- [ <http://unics.cloud/ontology#ercPanel> ] ---> <http://unics.cloud/ontology#ERC-Panel>, <http://unics.cloud/ontology#EC-Project> --- [ <http://unics.cloud/ontology#ercPanel> ] ---> <http://unics.cloud/ontology#ERC-Panel>, <http://unics.cloud/ontology#ERC-Panel> --- [ <http://unics.cloud/ontology#ercResearchDomain> ] ---> <http://unics.cloud/ontology#ERC-ResearchDomain>]]
Keyword: ERC research domain Match: http://unics.cloud/ontology#ERC-ResearchDomain
Keyword: panel Match: http://unics.cloud/ontology#ercPanel
Keyword: diagnostic tool [Will be matched through a SPARQL filter on the class <http://unics.cloud/ontology#EC-Project> property <http://unics.cloud/ontology#title>]
SPARQL query:
SELECT DISTINCT ?ecproject_title ?ercpanel ?ercpanel_extendedname ?ercproject_ecproject ?ercproject_ecproject_title ?ercresearchdomain ?ercresearchdomain_extendedname WHERE {
?ercpanel <http://unics.cloud/ontology#extendedName> ?ercpanel_extendedname.
?ercproject_ecproject a <http://unics.cloud/ontology#ERC-Project>.
?ercresearchdomain <http://unics.cloud/ontology#extendedName> ?ercresearchdomain_extendedname.
?ercpanel a <http://unics.cloud/ontology#ERC-Panel>.
?ercproject_ecproject <http://unics.cloud/ontology#title> ?ercproject_ecproject_title.
?ercproject_ecproject <http://unics.cloud/ontology#ercPanel> ?ercpanel.
?ercpanel <http://unics.cloud/ontology#ercResearchDomain> ?ercresearchdomain.
?ercproject_ecproject <http://unics.cloud/ontology#title> ?ecproject_title.
FILTER (contains(lcase(str(?ecproject_title)), "diagnostic tool"))
}
LIMIT 10