RESULT 10
Spanning-Tree [weight=3.0, edges=[<http://unics.cloud/ontology#EC-Participant-Reified> --- [ <http://unics.cloud/ontology#ecProject> ] ---> <http://unics.cloud/ontology#ERC-Project>, <http://unics.cloud/ontology#ERC-Project> --- [ <http://unics.cloud/ontology#coordinator> ] ---> <http://unics.cloud/ontology#Organization>, <http://unics.cloud/ontology#EC-Participant-Reified> --- [ <http://unics.cloud/ontology#ecContribution> ] ---> <http://www.w3.org/2001/XMLSchema#decimal>]]
Keyword: project Match: http://unics.cloud/ontology#ERC-Project
Keyword: grant receive Match: http://unics.cloud/ontology#ecContribution
Keyword: big data [Will be matched through a SPARQL filter on the class <http://unics.cloud/ontology#Organization> property <http://unics.cloud/ontology#extendedName>]
SPARQL query:
SELECT DISTINCT ?ecparticipantreified ?ecparticipantreified_eccontribution ?ecparticipantreified_extendedname ?ercproject ?ercproject_title ?organization ?organization_extendedname WHERE {
?ecparticipantreified <http://unics.cloud/ontology#ecContribution> ?ecparticipantreified_eccontribution.
?ecparticipantreified a <http://unics.cloud/ontology#EC-Participant-Reified>.
?ecparticipantreified <http://unics.cloud/ontology#extendedName> ?ecparticipantreified_extendedname.
?ecparticipantreified <http://unics.cloud/ontology#ecProject> ?ercproject.
?ercproject a <http://unics.cloud/ontology#ERC-Project>.
?ecparticipantreified <http://unics.cloud/ontology#organization> ?organization.
?ercproject <http://unics.cloud/ontology#title> ?ercproject_title.
?ercproject <http://unics.cloud/ontology#coordinator> ?organization.
?organization <http://unics.cloud/ontology#extendedName> ?organization_extendedname.
FILTER (contains(lcase(str(?organization_extendedname)), "big data"))
}
LIMIT 10