RESULT 2
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#EC-Participant-Reified> --- [ <http://unics.cloud/ontology#organization> ] ---> <http://unics.cloud/ontology#Organization>, <http://unics.cloud/ontology#ERC-Project> --- [ <http://unics.cloud/ontology#startingYear> ] ---> <http://www.w3.org/2001/XMLSchema#integer>, <http://unics.cloud/ontology#EC-Participant-Reified> --- [ <http://unics.cloud/ontology#ecProject> ] ---> <http://unics.cloud/ontology#ERC-Project>, <http://unics.cloud/ontology#RoleInProject-hostInstitution> --- [ a ] ---> <http://unics.cloud/ontology#RoleInProject>, <http://unics.cloud/ontology#EC-Participant-Reified> --- [ <http://unics.cloud/ontology#roleInProject> ] ---> <http://unics.cloud/ontology#RoleInProject>, <http://unics.cloud/ontology#Organization-3089> --- [ a ] ---> <http://unics.cloud/ontology#Organization>]]
Keyword: project Match: http://unics.cloud/ontology#EC-Project
Keyword: starting Match: http://unics.cloud/ontology#startingYear
Keyword: host [Will be matched through a SPARQL filter on the class <http://unics.cloud/ontology#RoleInProject> property <http://unics.cloud/ontology#shortName>]
Keyword: university of zurich [Will be matched through a SPARQL filter on the class <http://unics.cloud/ontology#Organization> property <http://unics.cloud/ontology#extendedName>]
SPARQL query:
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
SELECT DISTINCT ?ecparticipantreified ?ecparticipantreified_extendedname ?ercproject_ecproject ?ercproject_ecproject_title ?ercproject_startingyear ?organization ?organization_extendedname ?roleinproject ?roleinproject_extendedname ?roleinproject_shortname WHERE {
?ercproject_ecproject <http://unics.cloud/ontology#startingYear> ?ercproject_startingyear.
?ecparticipantreified <http://unics.cloud/ontology#roleInProject> ?roleinproject.
?ercproject_ecproject a <http://unics.cloud/ontology#ERC-Project>.
?ecparticipantreified a <http://unics.cloud/ontology#EC-Participant-Reified>.
?ecparticipantreified <http://unics.cloud/ontology#extendedName> ?ecparticipantreified_extendedname.
?ecparticipantreified <http://unics.cloud/ontology#organization> ?organization.
?ercproject_ecproject <http://unics.cloud/ontology#title> ?ercproject_ecproject_title.
?ecparticipantreified <http://unics.cloud/ontology#ecProject> ?ercproject_ecproject.
?roleinproject <http://unics.cloud/ontology#extendedName> ?roleinproject_extendedname.
?roleinproject <http://unics.cloud/ontology#shortName> ?roleinproject_shortname.
?organization <http://unics.cloud/ontology#extendedName> ?organization_extendedname.
FILTER (contains(lcase(str(?roleinproject_shortname)), "host"))
FILTER (xsd:integer(?ercproject_startingyear) = 2016)
FILTER (contains(lcase(str(?organization_extendedname)), "university of zurich"))
}
LIMIT 10