Skip to content

Commit

Permalink
extracting out the known event types from the fact types
Browse files Browse the repository at this point in the history
  • Loading branch information
stoicflame committed Jun 19, 2012
1 parent 7fdada3 commit 6df4f98
Showing 1 changed file with 45 additions and 1 deletion.
46 changes: 45 additions & 1 deletion specifications/conceptual-model-specification.md
Expand Up @@ -1042,12 +1042,56 @@ This data type extends the following data type:

name | description | data type
-----|-------------|----------
type | URI identifying the type of the event. | [`http://www.w3.org/1999/02/22-rdf-syntax-ns#ResourceReference`](#resource-reference) - MUST resolve to an event type. Refer to the list of [known fact types](#known-fact-types)
type | URI identifying the type of the event. | [`http://www.w3.org/1999/02/22-rdf-syntax-ns#ResourceReference`](#resource-reference) - MUST resolve to an event type. Refer to the list of [known event types](#known-event-types)
date | The date of the event. | [`http://gedcomx.org/conclusion/v1/Date`](#conclusion-date)
place | The place of the event. | [`http://gedcomx.org/conclusion/v1/Place`](#conclusion-place)
roles | The roles of the persons in the event. | [`http://gedcomx.org/conclusion/v1/EventRole`](#conclusion-event-role)
sources | The list of references to the evidence of the event. | Ordered list of [`http://gedcomx.org/conclusion/v1/SourceReference`](#source-reference)

<a id="known-event-types"/>

### known roles

The following event types are defined by GEDCOM X:

URI | description
----|------------
`http://gedcomx.org/Adoption`|
`http://gedcomx.org/AdultChristening`|
`http://gedcomx.org/Annulment`|
`http://gedcomx.org/Arrival`|
`http://gedcomx.org/Baptism`|
`http://gedcomx.org/BarMitzvah`|
`http://gedcomx.org/BatMitzvah`|
`http://gedcomx.org/Birth`|
`http://gedcomx.org/Blessing`|
`http://gedcomx.org/Burial`|
`http://gedcomx.org/Census`|
`http://gedcomx.org/Christening`|
`http://gedcomx.org/Circumcision`|
`http://gedcomx.org/Confirmation`|
`http://gedcomx.org/Cremation`|
`http://gedcomx.org/Death`|
`http://gedcomx.org/Departure`|
`http://gedcomx.org/Divorce`|
`http://gedcomx.org/DivorceFiling`|
`http://gedcomx.org/Engagement`|
`http://gedcomx.org/Emigration`|
`http://gedcomx.org/Excommunication`|
`http://gedcomx.org/FirstCommunion`|
`http://gedcomx.org/Funeral`|
`http://gedcomx.org/Graduation`|
`http://gedcomx.org/Immigration`|
`http://gedcomx.org/Interment`|
`http://gedcomx.org/Marriage`|
`http://gedcomx.org/MilitaryAward`|
`http://gedcomx.org/MilitaryDischarge`|
`http://gedcomx.org/Mission`|
`http://gedcomx.org/Move`|
`http://gedcomx.org/Ordinance`|
`http://gedcomx.org/Ordination`|
`http://gedcomx.org/Retirement`|
`http://gedcomx.org/ScholasticAchievement`|

# 9. Extensibility

Expand Down

1 comment on commit 6df4f98

@EssyGreen
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe Arrival and Departure are ambiguous and mean different things to different people - see discussion in #161

What on earth is "Move"?

"Education" seems to have been replaced with "Scholastic Achievement". I believe the former is a better term for an Event since there may not have been any "achievement" to record; whereas "Scholastic Achievement" is more like a characteristic of the Person (ie a Fact). For example: Education:"She went to XYZ university between 1931 and 1934" vs Scholastic Achievement:"She attained a PhD in theoretical physics". In genealogy I believe we tend to find more info on education than achievements (e.g. many Censuses specify "scholar" for children)

Please sign in to comment.