以下SPARQL是从SQID python脚本生成的properties.json。以下SPARQL将在query.wikidata.org
中工作PREFIX wikibase: <http://wikiba.se/ontology#>
SELECT ?id ?idLabel
WHERE {
?id ?b wikibase:Property .
SERVICE wikibase:label {
bd:serviceParam wikibase:language "en" .
}
}
这导致?id
是属性列表(例如wd:P6)
但是在我的火焰中,它只会返回
<https://hostname/entity/statement/Q2344-EF3616F6-48B5-47A6-AA6B-372703F251C5>
这可能是什么原因?