From 4e05620af5e132aab98d1d39a4b2196cb0c86f25 Mon Sep 17 00:00:00 2001 From: Gerhard Gonter <ggonter@gmail.com> Date: Tue, 8 May 2018 15:50:41 +0200 Subject: [PATCH] added attributre P2249 (expected completeness) to filter list --- wdq1.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/wdq1.pl b/wdq1.pl index 7a43fe8..af35ff2 100755 --- a/wdq1.pl +++ b/wdq1.pl @@ -179,6 +179,7 @@ my %filters= 'P360' => wdpf ('P360', 'is a list of', 1), 'P361' => wdpf ('P361', 'part of', 1), 'P1269' => wdpf ('P1269', 'facet of', 1), + 'P2429' => wdpf ('P2429', 'expected completeness', 1), # wikibase-item describes whether a property is intended to represent a complete set of real-world items having that property # item identifer (persons, places, etc.) 'P213' => wdpf ('P213', 'ISNI'), # International Standard Name Identifier for an identity -- GitLab