Skip to content

Commit

Permalink
Inherit from Thing and remove duplicated properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jbothma committed Jul 19, 2023
1 parent ab84228 commit 7237453
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions followthemoney/schema/Position.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Position:
label: "Position"
plural: "Positions"
extends: Thing
matchable: false
# cf. https://www.popoloproject.com/specs/post.html
description: >
Expand All @@ -12,7 +13,7 @@ Position:
'subnationalArea' should be used to further restrict the scope of the
position. It should not simply represent some regional aspect of the
role - e.g. the constituency of a national member of parliament - when
their their legislative jurisdiction is nationwide.
their legislative jurisdiction is nationwide.
featured:
- name
- organization
Expand All @@ -33,34 +34,15 @@ Position:
name: positions
label: Positions
range: Organization
name:
label: "Name"
type: name
description:
label: "Description"
type: text
inceptionDate:
label: Inception date
type: date
dissolutionDate:
label: Dissolution date
type: date
summary:
label: "Summary"
type: text
sourceUrl:
label: "Source link"
type: url
country:
label: Country
type: country
subnationalArea:
label: Subnational jurisdiction name or code
type: string
numberOfSeats:
label: Total number of seats
type: number
wikidataId:
label: "Wikidata ID"
hidden: true
type: identifier

0 comments on commit 7237453

Please sign in to comment.