2026-03-22 05:25 浏览次数 22
rdf图
defined as 「a repository of rdf graphs managed by a single service」 it serves as the endpoint to which any sparql statement will be posted.
图库就是「在单个服务管理下的一个rdf图仓库(repository )」,其作用是作为发布sparql表达式的端点(endpoint)。
construct is quite important because it allows you to construct rdf graphs from the results of the sparql query.
construct非常重要,可以根据 sparql查询结果构造rdf图。