rdmorganiser / rdmorganiser/rdmo
Attribute detail export omits parent uri of root attribute
Open
- Dominant language
- Python
- Stars
- 133
- Forks
- 60
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 21
Description
Description / Beschreibung
<rdmo>
<attribute dc:uri="http://example.com/terms/domain/conditions/set/set">
<uri_prefix>http://example.com/terms</uri_prefix>
<key>set</key>
<path>conditions/set/set</path>
<dc:comment/>
<parent/> <-- missing
</attribute>
<attribute dc:uri="http://example.com/terms/domain/conditions/set/set/text">
<uri_prefix>http://example.com/terms</uri_prefix>
<key>text</key>
<path>conditions/set/set/text</path>
<dc:comment/>
<parent dc:uri="http://example.com/terms/domain/conditions/set/set"/>
</attribute>
</rdmo>
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.