有问题的查询是
PREFIX dbo: <http://dbpedia.org/ontology/>
select distinct ?label ?abstract where
{
?concept rdfs:label ?label .
?concept dbo:abstract ?abstract .
?abstract bif:contains '"self driving cars"'
filter(langMatches(lang(?label),"en"))
}
请指出我如何获得与我的终端上的公共端点类似的结果。