RESULT 2
Spanning-Tree [weight=8.0, edges=[<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#ecProject> ] ---> <http://unics.cloud/ontology#EC-Project>, <http://unics.cloud/ontology#EcProgramme-FP7-TRANSPORT> --- [ a ] ---> <http://unics.cloud/ontology#EC-Programme>, <http://unics.cloud/ontology#EC-Participant-Reified> --- [ <http://unics.cloud/ontology#country> ] ---> <http://unics.cloud/ontology#Country>, <http://unics.cloud/ontology#Country-189> --- [ a ] ---> <http://unics.cloud/ontology#Country>, <http://unics.cloud/ontology#EC-Project> --- [ <http://unics.cloud/ontology#ecProgramme> ] ---> <http://unics.cloud/ontology#EC-Programme>, <http://unics.cloud/ontology#Organization> --- [ <http://unics.cloud/ontology#ecProject> ] ---> <http://unics.cloud/ontology#ERC-Project>, <http://unics.cloud/ontology#Country-89> --- [ a ] ---> <http://unics.cloud/ontology#Country>]]
Keyword: project Match: http://unics.cloud/ontology#EC-Project
Keyword: romania [Will be matched through a SPARQL filter on the class <http://unics.cloud/ontology#Country> property <http://unics.cloud/ontology#extendedName>]
Keyword: including [Will be matched through a SPARQL filter on the class <http://unics.cloud/ontology#EC-Programme> property <http://unics.cloud/ontology#shortName>]
Keyword: greece [Will be matched through a SPARQL filter on the class <http://unics.cloud/ontology#Country> property <http://unics.cloud/ontology#extendedName>]
Keyword: organization Match: http://unics.cloud/ontology#Organization
SPARQL query:
SELECT DISTINCT ?country ?country_extendedname ?country_extendedname0 ?ecparticipantreified ?ecparticipantreified_extendedname ?ecprogramme ?ecprogramme_extendedname ?ecprogramme_shortname ?ercproject_ecproject ?ercproject_ecproject_title ?organization ?organization_extendedname WHERE {
?organization <http://unics.cloud/ontology#country> ?country.
?organization <http://unics.cloud/ontology#extendedName> ?organization_extendedname.
?organization <http://unics.cloud/ontology#ecProject> ?ercproject_ecproject.
?organization a <http://unics.cloud/ontology#Organization>.
?ecparticipantreified a <http://unics.cloud/ontology#EC-Participant-Reified>.
?ecparticipantreified <http://unics.cloud/ontology#country> ?country.
?ercproject_ecproject <http://unics.cloud/ontology#title> ?ercproject_ecproject_title.
?ercproject_ecproject <http://unics.cloud/ontology#ecProgramme> ?ecprogramme.
?ecparticipantreified <http://unics.cloud/ontology#ecProject> ?ercproject_ecproject.
?ecprogramme <http://unics.cloud/ontology#extendedName> ?ecprogramme_extendedname.
?ercproject_ecproject a <http://unics.cloud/ontology#ERC-Project>.
?ecparticipantreified <http://unics.cloud/ontology#extendedName> ?ecparticipantreified_extendedname.
?ecparticipantreified <http://unics.cloud/ontology#organization> ?organization.
?country <http://unics.cloud/ontology#extendedName> ?country_extendedname0.
?country <http://unics.cloud/ontology#extendedName> ?country_extendedname.
?ecprogramme <http://unics.cloud/ontology#shortName> ?ecprogramme_shortname.
FILTER (contains(lcase(str(?country_extendedname0)), "romania"))
FILTER (contains(lcase(str(?country_extendedname)), "greece"))
FILTER (contains(lcase(str(?ecprogramme_shortname)), "including"))
}
LIMIT 10