ja

Can I configure Jena Fuseki with inference and TDB?

匿名 (未验证) 提交于 2019-12-03 09:05:37
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I want to configure Fuseki with an inference model supported by TDB. I have been able to configure it with a Memory Model, but not with a TDB Model where I could update triples. I am using the following assembler description: @prefix tdb : < http : //jena.hpl.hp.com/2008/tdb#> . @prefix rdf : < http : //www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs : < http : //www.w3.org/2000/01/rdf-schema#> . @prefix ja : < http : //jena.hpl.hp.com/2005/11/Assembler#> . @prefix tdb : < http : //jena.hpl.hp.com/2008/tdb#> . [] ja :

405 HTTP method PUT is not supported by this URL

匿名 (未验证) 提交于 2019-12-03 01:45:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I started Fuseki server using this configuration: @prefix : <#> . @prefix fuseki : < http : //jena.apache.org/fuseki#> . @prefix rdf : < http : //www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs : < http : //www.w3.org/2000/01/rdf-schema#> . @prefix tdb : < http : //jena.hpl.hp.com/2008/tdb#> . @prefix ja : < http : //jena.hpl.hp.com/2005/11/Assembler#> . @prefix sdb : < http : //jena.hpl.hp.com/2007/sdb#> . [] rdf : type fuseki : Server ; fuseki : services ( <# memory > <# tdb > #<#mysql> ) . # Custom code. [] ja : loadClass