rdmorganiser / rdmorganiser/rdmo

Attribute detail export omits parent uri of root attribute

Open
#1,724 0 comments 0 reactions 1 assignee View on GitHub

@jochenklar is already working on this.

Since Aug 25, 2026.

  • #1725 by @jochenklar — merged
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.