-
Notifications
You must be signed in to change notification settings - Fork 28
Draft note about metadata in FILEs #780
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
4096f3e
490a3cb
a055756
fdad3c8
c94135c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -656,6 +656,16 @@ See also `INDIVIDUAL_EVENT_STRUCTURE`. | |
| A reference to an external file. | ||
| See the [File Path datatype](#file-path) for more details. | ||
|
|
||
| External files may contain embedded metadata, | ||
| 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. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we say anything more about what is "appropriate"? E.g., could we have a table of metadata item <-> appropriate GEDCOM structure?
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 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 0 @I1@ INDI
1 SOUR @S1@
0 @S1@ SOUR
1 OBJE @O1@
0 @O1@ OBJE
1 FILE some_image.jpgThat 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.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 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. |
||
|
|
||
| :::note | ||
| Information about embedded metadata of interest to family history can be found at <https://www.familysearch.org/innovate/photo-metadata>. | ||
| ::: | ||
|
|
||
| #### `FORM` (Format) `g7:FORM` | ||
|
|
||
| The [media type](#media-type) of the file referenced by the superstructure. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.