Draft note about metadata in FILEs - #780
Conversation
Resolve #779 I'm not sure that this is the right text; edits welcome. I chose to make most of this addition normative because I think we want to make recommendations, not just alert readers to a topic of possible interest.
| which may be of value to family history work. | ||
| Applications should not to remove or edit metadata except as requested by the user. | ||
| Applications are encouraged to show the metadata in referenced external files to the user | ||
| and provide ways of integrating that metadata into appropriate structures with user guidance. |
There was a problem hiding this comment.
Can we say anything more about what is "appropriate"? E.g., could we have a table of metadata item <-> appropriate GEDCOM structure?
There was a problem hiding this comment.
I don't think we realistically can. There are hundreds of metadata tags defined in multiple standards and some evidence that common applications have their own de facto standard way of using tags that differs from those standards.
Even were that not the case, it's still not clear where data goes. Consider the dc:title metadata field of some_image.jpg used in the following way:
0 @I1@ INDI
1 SOUR @S1@
0 @S1@ SOUR
1 OBJE @O1@
0 @O1@ OBJE
1 FILE some_image.jpgThat dc:title might belong in any of the following places:
0 @I1@ INDI
1 SOUR @S1@
1 NAME maybe goes here (1)
1 NOTE maybe goes here (2)
0 @S1@ SOUR
1 OBJE @O1@
2 TITL maybe goes here (3)
1 TITL maybe goes here (4)
1 NOTE maybe goes here (5)
0 @O1@ OBJE
1 FILE some_image.jpg
2 TITL maybe goes here (6)
1 NOTE maybe goes here (7)I don't think an application can pick a correct location without human help, hence the "with user guidance" part of the proposed text.
There was a problem hiding this comment.
Thanks. I think explaining that in a note (maybe using a subset of the example that shows 2 or 3 places something could go) would help the reader understand what "with user guidance" means.
Co-authored-by: Dave Thaler <dthaler1968@gmail.com>
Resolve #779
I'm not sure that this is the right text; edits welcome.
I chose to make most of this addition normative because I think we want to make recommendations, not just alert readers to a topic of possible interest.