RESULT 10
Spanning-Tree [weight=6.0, edges=[<http://unics.cloud/ontology#EC-Participant-Reified> --- [ <http://unics.cloud/ontology#ecProject> ] ---> <http://unics.cloud/ontology#EC-Project>, <http://unics.cloud/ontology#EC-Participant-Reified> --- [ <http://unics.cloud/ontology#ecProject> ] ---> <http://unics.cloud/ontology#ERC-Project>, <http://unics.cloud/ontology#EC-Participant-Reified> --- [ <http://unics.cloud/ontology#roleInProject> ] ---> <http://unics.cloud/ontology#RoleInProject>, <http://unics.cloud/ontology#EC-Project> --- [ <http://unics.cloud/ontology#principalInvestigator> ] ---> <http://unics.cloud/ontology#Person>, <http://unics.cloud/ontology#RoleInProject-participant> --- [ a ] ---> <http://unics.cloud/ontology#RoleInProject>, <http://unics.cloud/ontology#Person-1211374> --- [ a ] ---> <http://unics.cloud/ontology#Person>]]
Keyword: project Match: http://unics.cloud/ontology#EC-Project
Keyword: alfred [Will be matched through a SPARQL filter on the class <http://unics.cloud/ontology#Person> property <http://unics.cloud/ontology#fullName>]
Keyword: participant [Will be matched through a SPARQL filter on the class <http://unics.cloud/ontology#RoleInProject> property <http://unics.cloud/ontology#shortName>]
SPARQL query:
SELECT DISTINCT ?ecparticipantreified ?ecparticipantreified_extendedname ?ercproject_ecproject ?ercproject_ecproject_title ?person ?person_fullname ?roleinproject ?roleinproject_extendedname ?roleinproject_shortname WHERE {
?ecparticipantreified <http://unics.cloud/ontology#roleInProject> ?roleinproject.
?ercproject_ecproject a <http://unics.cloud/ontology#ERC-Project>.
?ecparticipantreified a <http://unics.cloud/ontology#EC-Participant-Reified>.
?ecparticipantreified <http://unics.cloud/ontology#extendedName> ?ecparticipantreified_extendedname.
?ercproject_ecproject <http://unics.cloud/ontology#principalInvestigator> ?person.
?ercproject_ecproject <http://unics.cloud/ontology#title> ?ercproject_ecproject_title.
?ecparticipantreified <http://unics.cloud/ontology#ecProject> ?ercproject_ecproject.
?roleinproject <http://unics.cloud/ontology#extendedName> ?roleinproject_extendedname.
?roleinproject <http://unics.cloud/ontology#shortName> ?roleinproject_shortname.
?person <http://unics.cloud/ontology#fullName> ?person_fullname.
FILTER (contains(lcase(str(?roleinproject_shortname)), "participant"))
FILTER (contains(lcase(str(?person_fullname)), "alfred"))
}
LIMIT 10