RESULT 6
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#NUTS2-ITC1> --- [ a ] ---> <http://unics.cloud/ontology#NUTS2>, <http://unics.cloud/ontology#EC-Participant-Reified> --- [ <http://unics.cloud/ontology#ecProject> ] ---> <http://unics.cloud/ontology#ERC-Project>, <http://unics.cloud/ontology#EC-Project> --- [ <http://unics.cloud/ontology#title> ] ---> <http://www.w3.org/2001/XMLSchema#string>, <http://unics.cloud/ontology#RoleInProject-coordinator> --- [ a ] ---> <http://unics.cloud/ontology#RoleInProject>, <http://unics.cloud/ontology#Organization> --- [ <http://unics.cloud/ontology#ecProject> ] ---> <http://unics.cloud/ontology#ERC-Project>, <http://unics.cloud/ontology#EC-Participant-Reified> --- [ <http://unics.cloud/ontology#roleInProject> ] ---> <http://unics.cloud/ontology#RoleInProject>, <http://unics.cloud/ontology#EC-Participant-Reified> --- [ <http://unics.cloud/ontology#nuts2> ] ---> <http://unics.cloud/ontology#NUTS2>]]
Keyword: coordinator [Will be matched through a SPARQL filter on the class <http://unics.cloud/ontology#RoleInProject> property <http://unics.cloud/ontology#shortName>]
Keyword: piemonte [Will be matched through a SPARQL filter on the class <http://unics.cloud/ontology#NUTS2> property <http://unics.cloud/ontology#extendedName>]
Keyword: titles Match: http://unics.cloud/ontology#title
Keyword: erc project Match: http://unics.cloud/ontology#ERC-Project
SPARQL query:
SELECT DISTINCT ?ecparticipantreified ?ecparticipantreified_extendedname ?ecproject_title ?ercproject_ecproject ?ercproject_ecproject_title ?nuts2 ?nuts2_extendedname ?organization ?organization_extendedname ?roleinproject ?roleinproject_extendedname ?roleinproject_shortname 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>.
?ercproject_ecproject <http://unics.cloud/ontology#title> ?ercproject_ecproject_title.
?ecparticipantreified <http://unics.cloud/ontology#ecProject> ?ercproject_ecproject.
?ercproject_ecproject <http://unics.cloud/ontology#title> ?ecproject_title.
?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.
?ecparticipantreified <http://unics.cloud/ontology#organization> ?organization.
?ecparticipantreified <http://unics.cloud/ontology#nuts2> ?nuts2.
?roleinproject <http://unics.cloud/ontology#shortName> ?roleinproject_shortname.
?nuts2 <http://unics.cloud/ontology#extendedName> ?nuts2_extendedname.
FILTER (contains(lcase(str(?roleinproject_shortname)), "coordinator"))
FILTER (contains(lcase(str(?nuts2_extendedname)), "piemonte"))
}
LIMIT 10