diff options
author | PanderMusubi <pander@users.sourceforge.net> | 2018-06-18 15:52:25 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2018-07-22 16:19:50 +0200 |
commit | 65b5bfe6ff5be7735c351e4f501a45facafd110e (patch) | |
tree | b85325ef12a421106b34b6905d726dd89608a697 /stdnum/nl/brin.py | |
parent | 6e776aef6bea971c674920e1940aac8a560206c8 (diff) |
Improved texts and added links
Closes https://github.com/arthurdejong/python-stdnum/pull/75
Diffstat (limited to 'stdnum/nl/brin.py')
-rw-r--r-- | stdnum/nl/brin.py | 14 |
1 files changed, 9 insertions, 5 deletions
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') |