英文: Display a level three groupby/sum from a SPARQL query as rows and columns and filter on years 问题...
Virtuoso批量插入失败
英文: Virtuoso bulk insert failed 问题 我正在使用Windows 11,尝试使用OpenLink Virtuoso Open Source版进行批量插入操作。我遵循了这个...
如何在SPARQL中的单个CONSTRUCT查询中使用条件。
英文: How to use conditions within a single CONSTRUCT query in SPARQL 问题 我想以编程方式构建一个rdf(实际上是owl)图,根据一些...
如何在rdflib中设置JSON元素的ID
英文: How to set up the ID of a json element in rdflib 问题 { "@id": "_1234", "@type...
这两个 RDF/XML 片段在语义上等价吗?
英文: Are those 2 RDF/XML snippets semantically equivalent? 问题 Original: <cim:Substation rdf:ID...
SPARQL查询以获取由两个主语共享(连接到)的对象:
英文: SPARQL query to get an object that is shared (connected to) by two subjects 问题 以下是翻译好的内容: 我有以下图表...
How to update RDF graph by instantiating the variables existing in triples with values?
英文: How to update RDF graph by instantiating the variables existing in triples with values? 问题 Here ...
使用YARRRML映射生成基于条件的rdf:type三元组。
英文: Generating condition-based rdf:type triples using YARRRML mapping 问题 我正在进行一个需要根据数据中的值分配rdf:type的...
"myURI.com"^^xsd:anyURI 和 <myURI.com> 之间的区别是什么?
英文: What is the difference between "myURI.com"^^xsd:anyURI and <myURI.com>? 问题 标题已经很...
SPARQL:如何将多个字段分组?
英文: SPARQL: How can I group multiple fields? 问题 我试图使用GROUP BY和GROUP_CONCAT函数将我的结果分组为每个实体的单行,但我无法使其工作...