Fact (XML)

A conclusion about a fact applicable to a person or relationship.

Namespace:http://gedcomx.org/v1/
URI:http://gedcomx.org/v1/Fact
Extends:Conclusion

Properties

Name Type Description
type string The type of the fact.
date Date The date of applicability of this fact.
place PlaceReference The place of applicability of this fact.
value string The value as supplied by the user.
qualifier list of Qualifier The qualifiers associated with this fact. FTU
Properties inherited from Conclusion
sortKey string A sort key in relation to other facts for display purposes.
confidence string The level of confidence the contributor has about the data.
lang string The language of the conclusion. See http://www.w3.org/International/articles/language-tags/ FTR
attribution Attribution Attribution metadata for a conclusion.
source list of SourceReference The source references for a conclusion.
analysis ResourceReference A reference to the analysis document explaining the analysis that went into this conclusion. FTU
note list of Note Notes about a person.
Properties inherited from HypermediaEnabledData
link list of Link The list of hypermedia links. Links are not specified by GEDCOM X core, but as extension elements by GEDCOM X RS.
Properties inherited from ExtensibleData
id string A local, context-specific id for the data.

Example

<fact confidence="..." xml:lang="..." sortKey="..." type="..." xmlns="http://gedcomx.org/v1/">
  <date confidence="..." id="...">
    <original>...</original>
    <formal>...</formal>
    <normalized xml:lang="...">...</normalized>
    <extension1 xmlns="">...</extension1>
    <extension2 xmlns="">...</extension2>
  </date>
  <place confidence="..." description="..." id="...">
    <original>...</original>
    <normalized xml:lang="...">...</normalized>
    <extension1 xmlns="">...</extension1>
    <extension2 xmlns="">...</extension2>
  </place>
  <value>...</value>
  <qualifier name="...">...</qualifier>
  <attribution>
    <contributor/>
    <modified>...</modified>
    <changeMessage>...</changeMessage>
    <changeMessageResource>...</changeMessageResource>
    <creator/>
    <created>...</created>
  </attribution>
  <source description="..." descriptionId="...">
    <attribution/>
    <qualifier/>
  </source>
  <analysis resource="..." resourceId="..."/>
  <note xml:lang="...">
    <subject>...</subject>
    <text>...</text>
    <attribution/>
  </note>
  <link/>
</fact>

언어 변경

피드백

보내는 중…

피드백이 발송되었습니다.

피드백을 발송할 수 없습니다. 5초 후에 다시 시도하십시오.