G-Node / G-Node/python-odml

Transfer of repository information

未关闭
#132 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
terminology
主要语言
Python
星标
25
派生
30
PR 合并指标
30 天内没有已合并 PR

描述

As far as I understood, `repository` should return the actual used terminology-location (uri/url) of the odML object. Currently these attributes/functions behave in the following way (note: the code example is based on the example in #74):

```python
# for Documents
doc1.repository
# output: 'http://portal.g-node.org/odml/terminologies/v1.0/terminologies.xml'
# BUT doc2 which is the fetched terminology using the repo stated in doc1 does not include the repository attribute (the same holds for sections retrieved from a terminology)
doc2.repository
# output: nothing
```

The used repository information should be automatically transferred retrieved objects.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。