RESULT 10
Spanning-Tree [weight=3.0, edges=[<http://unics.cloud/ontology#EC-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#ERC-Project> --- [ subClassOf ] ---> <http://unics.cloud/ontology#EC-Project>]]
Keyword: Starting year Match: http://unics.cloud/ontology#startingYear
Keyword: project Match: http://unics.cloud/ontology#ecProject
Keyword: theseus [Will be matched through a SPARQL filter on the class <http://unics.cloud/ontology#EC-Project> property <http://unics.cloud/ontology#acronym>]
SPARQL query:
SELECT DISTINCT ?ecparticipantreified ?ecparticipantreified_extendedname ?ecproject_acronym ?ecproject_startingyear ?ercproject_ecproject ?ercproject_ecproject_title WHERE {
?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.
?ercproject_ecproject <http://unics.cloud/ontology#startingYear> ?ecproject_startingyear.
?ercproject_ecproject <http://unics.cloud/ontology#title> ?ercproject_ecproject_title.
?ecparticipantreified <http://unics.cloud/ontology#ecProject> ?ercproject_ecproject.
?ercproject_ecproject <http://unics.cloud/ontology#acronym> ?ecproject_acronym.
FILTER (contains(lcase(str(?ecproject_acronym)), "theseus"))
}
LIMIT 10