RESULT 2
Spanning-Tree [weight=3.0, edges=[<http://unics.cloud/ontology#Person-1211644> --- [ a ] ---> <http://unics.cloud/ontology#Person>, <http://unics.cloud/ontology#ERC-Project> --- [ <http://unics.cloud/ontology#principalInvestigator> ] ---> <http://unics.cloud/ontology#Person>, <http://unics.cloud/ontology#EC-Project> --- [ <http://unics.cloud/ontology#principalInvestigator> ] ---> <http://unics.cloud/ontology#Person>]]
Keyword: principal investigator Match: http://unics.cloud/ontology#principalInvestigator
Keyword: ERC project Match: http://unics.cloud/ontology#ERC-Project
Keyword: Michael Smith [Will be matched through a SPARQL filter on the class <http://unics.cloud/ontology#Person> property <http://unics.cloud/ontology#fullName>]
SPARQL query:
SELECT DISTINCT ?ercproject_ecproject ?ercproject_ecproject_title ?person ?person_fullname WHERE {
?ercproject_ecproject a <http://unics.cloud/ontology#ERC-Project>.
?ercproject_ecproject <http://unics.cloud/ontology#principalInvestigator> ?person.
?ercproject_ecproject <http://unics.cloud/ontology#title> ?ercproject_ecproject_title.
?person <http://unics.cloud/ontology#fullName> ?person_fullname.
FILTER (contains(lcase(str(?person_fullname)), "michael smith"))
}
LIMIT 10