From b88ab984e1ec72d19fbba85a7185fa8ee5d706f3 Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Wed, 12 Jul 2023 18:27:42 +0200 Subject: [PATCH] Two additional props for Person (#1164) * two pretty innocent person props * rename suffix * pin click to avoid type check errors * set prop type --- followthemoney/schema/Person.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/followthemoney/schema/Person.yaml b/followthemoney/schema/Person.yaml index dfc17f4ab..af3882422 100644 --- a/followthemoney/schema/Person.yaml +++ b/followthemoney/schema/Person.yaml @@ -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