Skip to content

Commit

Permalink
Two additional props for Person (#1164)
Browse files Browse the repository at this point in the history
* two pretty innocent person props

* rename suffix

* pin click to avoid type check errors

* set prop type
  • Loading branch information
pudo authored Jul 12, 2023
1 parent 2691c63 commit b88ab98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions followthemoney/schema/Person.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,17 @@ Person:
lastName:
label: Last name
rdf: http://xmlns.com/foaf/0.1/lastName
nameSuffix:
label: Name suffix
birthDate:
label: Birth date
type: date
rdf: http://xmlns.com/foaf/0.1/birthday
birthPlace:
label: Place of birth
birthCountry:
label: Country of birth
type: country
deathDate:
label: Death date
type: date
Expand Down

0 comments on commit b88ab98

Please sign in to comment.