I would like to know whether is possible to add normal data to a Sesame Database using SQL queries and retrieve them through SQL queries..??
我想知道是否可以使用SQL查询将正常数据添加到Sesame数据库并通过SQL查询检索它们。
1 个解决方案
#1
Do you mean adding new tables to the Sesame store so that you can store non-RDF data as well? If you use Sesame's RDBMS store, then it could be possible. But it is probably not such a good idea, because it would be very easy to mess up Sesame's internal schema and put the store into an inconsistent state.
您是指将新表添加到Sesame商店,以便您也可以存储非RDF数据吗?如果您使用Sesame的RDBMS存储,那么它是可能的。但它可能不是一个好主意,因为很容易弄乱Sesame的内部架构并使存储处于不一致的状态。
If you use Sesame's native store, then it's not possible.
如果您使用Sesame的本地商店,则无法实现。
#1
Do you mean adding new tables to the Sesame store so that you can store non-RDF data as well? If you use Sesame's RDBMS store, then it could be possible. But it is probably not such a good idea, because it would be very easy to mess up Sesame's internal schema and put the store into an inconsistent state.
您是指将新表添加到Sesame商店,以便您也可以存储非RDF数据吗?如果您使用Sesame的RDBMS存储,那么它是可能的。但它可能不是一个好主意,因为很容易弄乱Sesame的内部架构并使存储处于不一致的状态。
If you use Sesame's native store, then it's not possible.
如果您使用Sesame的本地商店,则无法实现。