RESULT 7
Spanning-Tree [weight=5.0, edges=[<http://unics.cloud/ontology#EC-Project> --- [ <http://unics.cloud/ontology#ecFrameworkProgram> ] ---> <http://unics.cloud/ontology#EC-FrameworkProgram>, <http://unics.cloud/ontology#ERC-Project> --- [ <http://unics.cloud/ontology#ecFrameworkProgram> ] ---> <http://unics.cloud/ontology#EC-FrameworkProgram>, <http://unics.cloud/ontology#ECFrameworkProgram-FP7> --- [ a ] ---> <http://unics.cloud/ontology#EC-FrameworkProgram>, <http://unics.cloud/ontology#EC-Project> --- [ <http://unics.cloud/ontology#ecProgramme> ] ---> <http://unics.cloud/ontology#EC-Programme>, <http://unics.cloud/ontology#EcProgramme-H2020-EU.1.3.4.> --- [ a ] ---> <http://unics.cloud/ontology#EC-Programme>]]
Keyword: project Match: http://unics.cloud/ontology#EC-Project
Keyword: fund [Will be matched through a SPARQL filter on the class <http://unics.cloud/ontology#EC-Programme> property <http://unics.cloud/ontology#shortName>]
Keyword: program Match: http://unics.cloud/ontology#EC-Programme
Keyword: fp7 [Will be matched through a SPARQL filter on the class <http://unics.cloud/ontology#EC-FrameworkProgram> property <http://unics.cloud/ontology#shortName>]
SPARQL query:
SELECT DISTINCT ?ecframeworkprogram ?ecframeworkprogram_extendedname ?ecframeworkprogram_shortname ?ecprogramme ?ecprogramme_extendedname ?ecprogramme_shortname ?ercproject_ecproject ?ercproject_ecproject_title WHERE {
?ecprogramme <http://unics.cloud/ontology#extendedName> ?ecprogramme_extendedname.
?ercproject_ecproject <http://unics.cloud/ontology#ecFrameworkProgram> ?ecframeworkprogram.
?ercproject_ecproject a <http://unics.cloud/ontology#ERC-Project>.
?ercproject_ecproject <http://unics.cloud/ontology#title> ?ercproject_ecproject_title.
?ercproject_ecproject <http://unics.cloud/ontology#ecProgramme> ?ecprogramme.
?ecframeworkprogram <http://unics.cloud/ontology#extendedName> ?ecframeworkprogram_extendedname.
?ecframeworkprogram <http://unics.cloud/ontology#shortName> ?ecframeworkprogram_shortname.
?ecprogramme <http://unics.cloud/ontology#shortName> ?ecprogramme_shortname.
FILTER (contains(lcase(str(?ecframeworkprogram_shortname)), "fp7"))
FILTER (contains(lcase(str(?ecprogramme_shortname)), "fund"))
}
LIMIT 10