RESULT 4
Spanning-Tree [weight=8.0, edges=[<http://unics.cloud/ontology#EC-Participant-Reified> --- [ <http://unics.cloud/ontology#ecProject> ] ---> <http://unics.cloud/ontology#EC-Project>, <http://unics.cloud/ontology#Organization> --- [ <http://unics.cloud/ontology#country> ] ---> <http://unics.cloud/ontology#Country>, <http://unics.cloud/ontology#EC-Participant-Reified> --- [ <http://unics.cloud/ontology#ecActivityType> ] ---> <http://unics.cloud/ontology#EC-ActivityType>, <http://unics.cloud/ontology#EC-ActivityType> --- [ <http://unics.cloud/ontology#extendedName> ] ---> <http://www.w3.org/2001/XMLSchema#string>, <http://unics.cloud/ontology#ERC-Project> --- [ <http://unics.cloud/ontology#principalInvestigator> ] ---> <http://unics.cloud/ontology#Person>, <http://unics.cloud/ontology#EC-Participant-Reified> --- [ <http://unics.cloud/ontology#country> ] ---> <http://unics.cloud/ontology#Country>, <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>]]
Keyword: project Match: http://unics.cloud/ontology#EC-Project
Keyword: name Match: http://unics.cloud/ontology#extendedName
Keyword: france [Will be matched through a SPARQL filter on the class <http://unics.cloud/ontology#Country> property <http://unics.cloud/ontology#extendedName>]
Keyword: host [Will be matched through a SPARQL filter on the class <http://unics.cloud/ontology#RoleInProject> property <http://unics.cloud/ontology#shortName>]
Keyword: principal investigator Match: http://unics.cloud/ontology#principalInvestigator
SPARQL query:
SELECT DISTINCT ?country ?country_extendedname ?ecactivitytype ?ecactivitytype_extendedname ?ecparticipantreified ?ecparticipantreified_extendedname ?ercproject_ecproject ?ercproject_ecproject_title ?organization ?organization_extendedname ?person ?person_fullname ?roleinproject ?roleinproject_extendedname ?roleinproject_shortname WHERE {
?organization <http://unics.cloud/ontology#country> ?country.
?ecactivitytype <http://unics.cloud/ontology#extendedName> ?ecactivitytype_extendedname.
?organization <http://unics.cloud/ontology#extendedName> ?organization_extendedname.
?organization a <http://unics.cloud/ontology#Organization>.
?ecparticipantreified a <http://unics.cloud/ontology#EC-Participant-Reified>.
?person <http://unics.cloud/ontology#fullName> ?person_fullname.
?ecactivitytype a <http://unics.cloud/ontology#EC-ActivityType>.
?ecparticipantreified <http://unics.cloud/ontology#country> ?country.
?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.
?ecparticipantreified <http://unics.cloud/ontology#roleInProject> ?roleinproject.
?ercproject_ecproject a <http://unics.cloud/ontology#ERC-Project>.
?ecparticipantreified <http://unics.cloud/ontology#extendedName> ?ecparticipantreified_extendedname.
?ercproject_ecproject <http://unics.cloud/ontology#principalInvestigator> ?person.
?ecparticipantreified <http://unics.cloud/ontology#organization> ?organization.
?ecparticipantreified <http://unics.cloud/ontology#ecActivityType> ?ecactivitytype.
?country <http://unics.cloud/ontology#extendedName> ?country_extendedname.
?roleinproject <http://unics.cloud/ontology#shortName> ?roleinproject_shortname.
FILTER (contains(lcase(str(?country_extendedname)), "france"))
FILTER (contains(lcase(str(?roleinproject_shortname)), "host"))
}
LIMIT 10