我有两个名为<http://localhost:5822/fub>
&的图<http://localhost:5822/fub_byrn>
。两个图都包含 MetaphoneCode。我想获得在两个图中都出现了相同 MetaphoneCode 的 Metaphone 结果。执行此查询后,我没有得到结果。需要帮助和建议。
SELECT ?MetaPhone
WHERE
{
GRAPH <http://localhost:5822/fub>
{
GRAPH ?g {}
{ ?s <http://localhost:2020/vocab/dbo_UniData_MetaPhoneCode> ?MetaPhone . }
}
GRAPH <http://localhost:5822/fub_byrn>
{
GRAPH ?g {}
{ ?s <http://localhost:2020/vocab/dbo_FUB_Bayern_MetaPhoneCode> ?MetaPhone . }
}
}
LIMIT 100