-
Notifications
You must be signed in to change notification settings - Fork 34
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
new RelationshipType's and FactType's for Associations #76
base: master
Are you sure you want to change the base?
Conversation
#76 I’m sure there will need to be some updates. I added the 2 new ones Todd P had talked about Friend and Relative, but not sure about the actual TF naming. |
@@ -31,6 +31,19 @@ public void testIt() { | |||
testType("http://familysearch.org/v1/TitleOfNobility", FamilySearchFactType.TitleOfNobility); | |||
testType("http://familysearch.org/v1/TribeName", FamilySearchFactType.TribeName); | |||
|
|||
// association fact types | |||
//testType("http://familysearch.org/v1/Apprenticeship", FamilySearchFactType.Apprenticeship); // exists as a core Gedcomx FactType |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One issue here is for TF the Apprenticeship fact type is in the familysearch namespace
But it is in core Gedcomx and I believe that will use http://gedcomx.org/Apprenticeship
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I'm good with the changes as proposed here.
When this gets merged, I'd like to update the spec for at least the new relationship types.
7ee7b0d
to
a59705c
Compare
a59705c
to
d34d86c
Compare
d34d86c
to
4504611
Compare
4504611
to
cbaf459
Compare
cbaf459
to
1c1acf8
Compare
No description provided.