- Posts: 321
Question FACT (maximum length)
- mac.alter
- Topic Author
- Offline
- Senior Member
Mac.alter [update: 30 Sep 2024]
webtrees 2.1.20 | PHP Version 8.2 | mySQL mysqlnd 8.1.28 | MacOS 14.6 .1 (Sonoma)
Please Log in or Create an account to join the conversation.
- norwegian_sardines
- Offline
- Platinum Member
- Posts: 3096
Ken
Please Log in or Create an account to join the conversation.
- Marky
- Offline
- New Member
- Posts: 93
90 characters seems more than sufficient to me. Any additional detail I would add as a NOTE if it really is needed.
webtrees v2.1.20
PHP v8.1.27
Please Log in or Create an account to join the conversation.
- mac.alter
- Topic Author
- Offline
- Senior Member
- Posts: 321
Thanks for length value.
I realized I've been putting the overflow in the wrong place so, adjusting that, will suffice with the 90 characters. Moved from Note on source citation to Note.) Issue resolved.
(My example was the relationship I see in Geni that sometimes is long. I note this for my informational purpose.)
Mac.alter [update: 30 Sep 2024]
webtrees 2.1.20 | PHP Version 8.2 | mySQL mysqlnd 8.1.28 | MacOS 14.6 .1 (Sonoma)
Please Log in or Create an account to join the conversation.
- norwegian_sardines
- Offline
- Platinum Member
- Posts: 3096
For a FACT we are given the following NOTE:
To implement a generic fact that is not in the standard set of facts in v5.5.1 GEDCOM we have two basic elements.The usage of IDNO or the FACT tag require that a subordinate TYPE tag be used to define what kind of identification number or fact classification is being defined. The TYPE tag can be used with each of the above tags used in this structure.
1) The FACT tag
2) The FACT.TYPE tag
The FACT value is defined as:
Text describing a particular characteristic or attribute assigned to an individual. This attribute value is assigned to the FACT tag. The classification of this specific attribute or fact is specified by the value of the subordinate TYPE tag selected from the EVENT_DETAIL structure.
The FACT.TYPE tag is defined as:
EVENT_OR_FACT_CLASSIFICATION:= {Size=1:90}
A descriptive word or phrase used to further classify the parent event or attribute tag. This should be used whenever either of the generic EVEN or FACT tags are used. The value of this primative is responsible for classifying the generic event or fact being cited. For example, if the attribute being defined was one of the persons skills, such as woodworking, the FACT tag would have the value of `Woodworking', followed by a subordinate TYPE tag with the value `Skills.'
1 FACT Woodworking
2 TYPE Skills
This groups the fact into a generic skills attribute, and in particular this entry records the fact that this individual possessed the skill of woodworking.
It is important to understand the example given, normally the values provided are very short one or two words, as Marky indicated 90 characters is more than enough for these items. In webtrees and future releases of GEDCOM the EVEN tag can be used in the same way.
1 EVEN Battle of the Bulge
2 TYPE Military Campaigns
Ken
Please Log in or Create an account to join the conversation.