RESULT 5
Spanning-Tree [weight=1.0, edges=[<http://unics.cloud/ontology#EC-Participant-Reified> --- [ <http://unics.cloud/ontology#ecProject> ] ---> <http://unics.cloud/ontology#EC-Project>]]
Keyword: start [Will be matched through a SPARQL filter on the class <http://unics.cloud/ontology#EC-Participant-Reified> property <http://unics.cloud/ontology#extendedName>]
Keyword: project Match: http://unics.cloud/ontology#EC-Project
SPARQL query:
SELECT DISTINCT ?ecparticipantreified ?ecparticipantreified_extendedname ?ecproject ?ecproject_title WHERE {
?ecproject <http://unics.cloud/ontology#title> ?ecproject_title.
?ecparticipantreified <http://unics.cloud/ontology#ecProject> ?ecproject.
?ecparticipantreified a <http://unics.cloud/ontology#EC-Participant-Reified>.
?ecparticipantreified <http://unics.cloud/ontology#extendedName> ?ecparticipantreified_extendedname.
FILTER (contains(lcase(str(?ecparticipantreified_extendedname)), "start"))
}
LIMIT 10