RESULT 10
Spanning-Tree [weight=5.0, edges=[<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#EC-Project> --- [ <http://unics.cloud/ontology#coordinator> ] ---> <http://unics.cloud/ontology#Organization>, <http://unics.cloud/ontology#Organization> --- [ <http://unics.cloud/ontology#ecProject> ] ---> <http://unics.cloud/ontology#ERC-Project>, <http://unics.cloud/ontology#EC-Project> --- [ <http://unics.cloud/ontology#ecParticipant> ] ---> <http://unics.cloud/ontology#EC-Participant-Reified>]]
Keyword: country Match: http://unics.cloud/ontology#Country
Keyword: code [Will be matched through a SPARQL filter on the class <http://unics.cloud/ontology#EC-Topic> property <http://unics.cloud/ontology#extendedName>]
Keyword: latvia [Will be matched through a SPARQL filter on the class <http://unics.cloud/ontology#Country> property <http://unics.cloud/ontology#extendedName>]
SPARQL query:
SELECT DISTINCT ?country ?country_extendedname ?ecparticipantreified ?ecparticipantreified_extendedname ?ectopic ?ectopic_extendedname ?ercproject_ecproject ?ercproject_ecproject_title ?organization ?organization_extendedname WHERE {
?ercproject_ecproject <http://unics.cloud/ontology#ecTopic> ?ectopic.
?organization <http://unics.cloud/ontology#extendedName> ?organization_extendedname.
?ercproject_ecproject a <http://unics.cloud/ontology#ERC-Project>.
?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#extendedName> ?ecparticipantreified_extendedname.
?ercproject_ecproject <http://unics.cloud/ontology#ecParticipant> ?ecparticipantreified.
?ecparticipantreified <http://unics.cloud/ontology#organization> ?organization.
?ecparticipantreified <http://unics.cloud/ontology#country> ?country.
?ercproject_ecproject <http://unics.cloud/ontology#title> ?ercproject_ecproject_title.
?ercproject_ecproject <http://unics.cloud/ontology#coordinator> ?organization.
?ectopic <http://unics.cloud/ontology#extendedName> ?ectopic_extendedname.
?country <http://unics.cloud/ontology#extendedName> ?country_extendedname.
FILTER (contains(lcase(str(?ectopic_extendedname)), "code"))
FILTER (contains(lcase(str(?country_extendedname)), "latvia"))
}
LIMIT 10