authority of a person of full age who is not registered in the BRP
#language: en Feature: authority of a person of full age who is not registered in the BRP Background: Given the person 'Mark' with citizen service number '000000012' * is registered in the BRP * is of full age And the person 'Marlies' with citizen service number '000000024' * is registered in the BRP * is of full age And 'Mark' and 'Marlies' are married to each other Rule: a person registered in the RNI is supplied gezag niet te bepalen where the age is below 18 # where the person is of full age, no 'gezag niet te bepalen' must be supplied # 'gezag niet te bepalen' is supplied only where the person is a minor Scenario: a minor in the RNI Given the person 'Mees' with citizen service number '000000036' * is registered in the RNI * is a minor * was born in the Netherlands * has not emigrated * has 'Marlies' as parent 1 * has 'Mark' as parent 2 When 'gezag' is requested for 'Mees' Then the authority over 'Mees' cannot be determined, with the explanation 'Gezag kan niet worden bepaald omdat minderjarige niet in Nederland woont.' Scenario: a person of full age in the RNI and without children Given the person 'Mees' with citizen service number '000000036' * is registered in the RNI * is of full age * was born in the Netherlands * has not emigrated * has 'Marlies' as parent 1 * has 'Mark' as parent 2 When 'gezag' is requested for 'Mees' Then 'Mees' has the following authority relationships * the person has no authority Scenario: a person of full age in the RNI with authority over a child Given the person 'Michiel' with citizen service number '000000048' * is registered in the BRP * is of full age And the person 'Marielle' with citizen service number '000000061' * is registered in the RNI * is of full age And 'Michiel' and 'Marielle' are married to each other And the person 'Maud' with citizen service number '000000036' * is registered in the BRP * is a minor * was born in the Netherlands * has not emigrated * has 'Marielle' as parent 1 * has 'Michiel' as parent 2 When 'gezag' is requested for 'Marielle' Then 'Marielle' has the following authority relationships * the authority over 'Maud' is joint parental authority with parent 'Michiel' and parent 'Marielle' Rule: a person registered in the RNI with an incomplete date of birth is supplied gezag niet te bepalen where the person is not older than 18 on the first day of the period of uncertainty # the age is calculated on the basis of a fictitious date of birth equal to the first day of the period of uncertainty # where the person is of full age, no 'gezag niet te bepalen' must be supplied # 'gezag niet te bepalen' is supplied only where the person is still a minor Scenario Outline: a person in the RNI <omschrijving> Given the person 'Mees' with citizen service number '000000036' * is registered in the RNI * has the following data | geboortedatum (03.10) | | <geboortedatum> | * was born in the Netherlands * has not emigrated * has 'Marlies' as parent 1 * has 'Mark' as parent 2 When 'gezag' is requested for 'Mees' Then the authority over 'Mees' cannot be determined, with the explanation 'Gezag kan niet worden bepaald omdat minderjarige niet in Nederland woont.' Examples: | geboortedatum | leeftijd | omschrijving | | deze maand - 5 jaar | 4 of 5 jaar | met alleen maand en jaar van geboortedatum bekend en is de hele maand jonger dan 18 jaar | | dit jaar - 5 jaar | 4 of 5 jaar | met alleen jaar van geboortedatum bekend en is het hele jaar jonger dan 18 jaar | | volgende maand - 18 jaar | 17 jaar | met alleen maand en jaar van geboortedatum bekend en wordt volgende maand 18 jaar | | dit jaar - 17 jaar | 16 of 17 jaar | met alleen jaar van geboortedatum bekend en is of wordt dit jaar 17 jaar | Scenario Outline: a person in the RNI <omschrijving> Given the person 'Mees' with citizen service number '000000036' * is registered in the RNI * has the following data | geboortedatum (03.10) | | <geboortedatum> | * was born in the Netherlands * has not emigrated * has 'Marlies' as parent 1 * has 'Mark' as parent 2 When 'gezag' is requested for 'Mees' Then 'Mees' has the following authority relationships * the person has no authority Examples: | geboortedatum | leeftijd | omschrijving | | deze maand - 35 jaar | 34 of 35 jaar | met alleen maand en jaar van geboortedatum bekend en is de hele maand ouder dan 18 jaar | | dit jaar - 35 jaar | 34 of 35 jaar | met alleen jaar van geboortedatum bekend en is het hele jaar ouder dan 18 jaar | | deze maand - 18 jaar | 17 of 18 jaar | met alleen maand en jaar van geboortedatum bekend en is of wordt deze maand 18 jaar | | vorige maand - 18 jaar | 18 jaar | met alleen maand en jaar van geboortedatum bekend en werd vorige maand 18 jaar | | dit jaar - 18 jaar | 17 of 18 jaar | met alleen jaar van geboortedatum bekend en is of wordt dit jaar 18 jaar | | dit jaar - 19 jaar | 18 of 19 jaar | met alleen jaar van geboortedatum bekend en is 18 en is of wordt dit jaar 19 jaar | Rule: a person registered in the RNI with an entirely unknown date of birth is supplied no gezag # where the date of birth equals 00000000, the person is of full age Scenario: a person in the RNI whose date of birth is entirely unknown Given the person 'Mees' with citizen service number '000000036' * is registered in the RNI * has the following data | geboortedatum (03.10) | | 00000000 | * was born in the Netherlands * has not emigrated * has 'Marlies' as parent 1 * has 'Mark' as parent 2 When 'gezag' is requested for 'Mees' Then 'Mees' has the following authority relationships * the person has no authority