From 65b5bfe6ff5be7735c351e4f501a45facafd110e Mon Sep 17 00:00:00 2001 From: PanderMusubi Date: Mon, 18 Jun 2018 15:52:25 +0200 Subject: Improved texts and added links Closes https://github.com/arthurdejong/python-stdnum/pull/75 --- stdnum/nl/brin.py | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'stdnum/nl/brin.py') diff --git a/stdnum/nl/brin.py b/stdnum/nl/brin.py index af17ed8..656873a 100644 --- a/stdnum/nl/brin.py +++ b/stdnum/nl/brin.py @@ -17,16 +17,20 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA -"""Brin number (Dutch number for schools). +"""BRIN number (the Dutch school identification number). -The Brin (Basis Registratie Instellingen) is a number to identify schools -and related institutions. The number consists of four alphanumeric -characters, sometimes extended with two digits to indicate the site (this -complete code is called the vestigingsnummer). +The BRIN (Basisregistratie Instellingen) is a number to identify schools and +related institutions. The number consists of four alphanumeric characters, +sometimes extended with two digits to indicate the site (this complete code +is called the vestigingsnummer). The register of these numbers can be downloaded from: https://www.duo.nl/open_onderwijsdata/databestanden/ +More information: + +* https://nl.wikipedia.org/wiki/Basisregistratie_Instellingen + >>> validate('05 KO') '05KO' >>> validate('07NU 00') -- cgit v1.2.3