From 7237453e5f13629178eddef85db2843500bf5c5c Mon Sep 17 00:00:00 2001 From: JD Bothma Date: Wed, 19 Jul 2023 11:23:15 +0200 Subject: [PATCH] Inherit from Thing and remove duplicated properties --- followthemoney/schema/Position.yaml | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/followthemoney/schema/Position.yaml b/followthemoney/schema/Position.yaml index ae980565e..ae2154c35 100644 --- a/followthemoney/schema/Position.yaml +++ b/followthemoney/schema/Position.yaml @@ -1,6 +1,7 @@ Position: label: "Position" plural: "Positions" + extends: Thing matchable: false # cf. https://www.popoloproject.com/specs/post.html description: > @@ -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 @@ -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