edit uri of existing resource using jena

后端 未结 3 1379
[愿得一人]
[愿得一人] 2020-12-04 02:14

I try to modify the uri of an existing resource of a ontology model. I thought of creating a new model, new resource (including the new desired uri) and duplicating the cont

3条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-04 03:08

    If you are doing this on a large database, it may be better to dump the database to Turtle or N-Triples, run a text changing script, and reload the database.

提交回复
热议问题