RESULT 7
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: city [Will be matched through a SPARQL filter on the class <http://unics.cloud/ontology#EC-Project> property <http://unics.cloud/ontology#acronym>]
Keyword: opel automobile [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:
SELECT DISTINCT ?ecparticipantreified ?ecparticipantreified_extendedname ?ecproject ?ecproject_acronym ?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.
?ecproject <http://unics.cloud/ontology#acronym> ?ecproject_acronym.
FILTER (contains(lcase(str(?ecparticipantreified_extendedname)), "opel automobile"))
FILTER (contains(lcase(str(?ecproject_acronym)), "city"))
}
LIMIT 10