Skip to content

Commit

Permalink
Update default model
Browse files Browse the repository at this point in the history
  • Loading branch information
tillprochaska committed Jul 12, 2023
1 parent 3879992 commit c26f262
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions js/src/defaultModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -4406,6 +4406,13 @@
"stub": true,
"type": "entity"
},
"birthCountry": {
"label": "Country of birth",
"matchable": true,
"name": "birthCountry",
"qname": "Person:birthCountry",
"type": "country"
},
"birthDate": {
"label": "Birth date",
"matchable": true,
Expand Down Expand Up @@ -4514,6 +4521,12 @@
"qname": "Person:motherName",
"type": "string"
},
"nameSuffix": {
"label": "Name suffix",
"name": "nameSuffix",
"qname": "Person:nameSuffix",
"type": "string"
},
"nationality": {
"label": "Nationality",
"matchable": true,
Expand Down

0 comments on commit c26f262

Please sign in to comment.