RESULT 8
Spanning-Tree [weight=7.0, edges=[<http://unics.cloud/ontology#EC-Participant-Reified> --- [ <http://unics.cloud/ontology#ecProject> ] ---> <http://unics.cloud/ontology#EC-Project>, <http://unics.cloud/ontology#EcTopic-MG-1.4-2014> --- [ a ] ---> <http://unics.cloud/ontology#EC-Topic>, <http://unics.cloud/ontology#Country> --- [ <http://unics.cloud/ontology#alpha3> ] ---> <http://www.w3.org/2001/XMLSchema#string>, <http://unics.cloud/ontology#EC-Project> --- [ <http://unics.cloud/ontology#ecTopic> ] ---> <http://unics.cloud/ontology#EC-Topic>, <http://unics.cloud/ontology#EC-Participant-Reified> --- [ <http://unics.cloud/ontology#country> ] ---> <http://unics.cloud/ontology#Country>, <http://unics.cloud/ontology#Organization> --- [ <http://unics.cloud/ontology#ecProject> ] ---> <http://unics.cloud/ontology#ERC-Project>, <http://unics.cloud/ontology#ERC-Project> --- [ <http://unics.cloud/ontology#ecTopic> ] ---> <http://unics.cloud/ontology#EC-Topic>]]
Keyword: country Match: http://unics.cloud/ontology#Country
Keyword: project Match: http://unics.cloud/ontology#EC-Project
Keyword: highest [Will be matched through a SPARQL filter on the class <http://unics.cloud/ontology#EC-Topic> property <http://unics.cloud/ontology#extendedName>]
SPARQL query:
SELECT DISTINCT ?country ?country_alpha3 ?country_extendedname ?ecparticipantreified ?ecparticipantreified_extendedname ?ectopic ?ectopic_extendedname ?ercproject_ecproject ?ercproject_ecproject_title ?organization ?organization_extendedname WHERE {
?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.
?country <http://unics.cloud/ontology#alpha3> ?country_alpha3.
?ercproject_ecproject <http://unics.cloud/ontology#title> ?ercproject_ecproject_title.
?ecparticipantreified <http://unics.cloud/ontology#ecProject> ?ercproject_ecproject.
?country <http://unics.cloud/ontology#extendedName> ?country_extendedname.
?ercproject_ecproject <http://unics.cloud/ontology#ecTopic> ?ectopic.
?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 a <http://unics.cloud/ontology#Country>.
?ectopic <http://unics.cloud/ontology#extendedName> ?ectopic_extendedname.
FILTER (contains(lcase(str(?ectopic_extendedname)), "highest"))
}
LIMIT 10