Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 DISTINCT 和 SAMPLE 查询时,我无法让标签通过。
我的查询提取了公司和一些基本属性/属性的示例。我想获得 ?state 的原始文本标签,但无论我尝试哪种方式,它似乎都不起作用。
我试过添加“
?state rdfs:label ?stateLabel"
在此处概述的 SERVICE 中,但这似乎弄乱了 wikibase:label behavior 。
感谢您的任何建议,