我希望 Fuseki sparql 端点使用文件“rules.ttl”中的 SHACL 规则来推断新的三元组。
来自https://jena.apache.org/documentation/shacl/index.html中的文档
<#serviceInMemoryShacl> rdf:type fuseki:Service ;
rdfs:label "Dataset with SHACL validation" ;
fuseki:name "ds" ;
fuseki:serviceReadWriteGraphStore "" ;
fuseki:endpoint [ fuseki:operation fuseki:shacl ; fuseki:name "shacl" ] ;
fuseki:dataset <#dataset> ;
上面的语法中是否有一些地方可以引用 rules.ttl 文件?