RESULT 7
Spanning-Tree [weight=3.0, edges=[<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#EC-Project> --- [ <http://unics.cloud/ontology#ecParticipant> ] ---> <http://unics.cloud/ontology#EC-Participant-Reified>]]
Keyword: starting Match: http://unics.cloud/ontology#startingYear
Keyword: project Match: http://unics.cloud/ontology#EC-Project
Keyword: university of zurich [Will be matched through a SPARQL filter on the class <http://unics.cloud/ontology#EC-Participant-Reified> 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 WHERE {
?ercproject_ecproject <http://unics.cloud/ontology#startingYear> ?ercproject_startingyear.
?ercproject_ecproject a <http://unics.cloud/ontology#ERC-Project>.
?ecparticipantreified a <http://unics.cloud/ontology#EC-Participant-Reified>.
?ercproject_ecproject <http://unics.cloud/ontology#ecParticipant> ?ecparticipantreified.
?ercproject_ecproject <http://unics.cloud/ontology#title> ?ercproject_ecproject_title.
?ecparticipantreified <http://unics.cloud/ontology#ecProject> ?ercproject_ecproject.
?ecparticipantreified <http://unics.cloud/ontology#extendedName> ?ecparticipantreified_extendedname.
FILTER (xsd:integer(?ercproject_startingyear) = 2019)
FILTER (contains(lcase(str(?ecparticipantreified_extendedname)), "university of zurich"))
}
LIMIT 10