authority of a person of full age over a child
# language: en Feature: authority of a person of full age over a child Rule: a person of full age who holds authority over a minor child is supplied the authority relationship Scenario Outline: the person holds joint parental authority over the minor child Given the person 'Aart' with citizen service number '000000012' * is registered in the BRP * is of full age And the person 'Gerda' with citizen service number '000000024' * is registered in the BRP * is of full age And 'Aart' and 'Gerda' are married to each other And the person 'Bert' with citizen service number '000000036' * is registered in the BRP * is a minor * was born in the Netherlands * has not emigrated * has 'Gerda' as parent 1 * has 'Aart' as parent 2 When 'gezag' is requested for '<naam>' Then '<naam>' has the following authority relationships * the authority over 'Bert' is joint parental authority with parent 'Aart' and parent 'Gerda' Examples: | omschrijving | naam | | vraag gezag van ouder 1 | Gerda | | vraag gezag van ouder 2 | Aart | Scenario: the person holds sole parental authority over the minor child Given the person 'Gerda' with citizen service number '000000012' * is registered in the BRP * is of full age And the person 'Bert' with citizen service number '000000036' * is registered in the BRP * is a minor * was born in the Netherlands * has not emigrated * has 'Gerda' as parent 1 When 'gezag' is requested for 'Gerda' Then 'Gerda' has the following authority relationships * the authority over 'Bert' is sole parental authority with parent 'Gerda' Rule: a person of full age who does not hold authority over a minor child is not supplied the authority relationship Scenario: the father holds no authority over the minor child because he is neither married to nor in a partnership with the mother Given the person 'Aart' with citizen service number '000000012' * is registered in the BRP * is of full age And the person 'Gerda' with citizen service number '000000024' * is registered in the BRP * is of full age And the person 'Bert' with citizen service number '000000036' * is registered in the BRP * is a minor * was born in the Netherlands * has not emigrated * has 'Gerda' as parent 1 * has 'Aart' as parent 2 When 'gezag' is requested for 'Aart' Then 'Aart' has the following authority relationships * the person has no authority Scenario Outline: the father holds no authority over the minor child because a judicial ruling on authority awarded the authority to <omschrijving gezag> Given the person 'Aart' with citizen service number '000000012' * is registered in the BRP * is of full age And the person 'Gerda' with citizen service number '000000024' * is registered in the BRP * is of full age And 'Aart' and 'Gerda' are married to each other And the person 'Bert' with citizen service number '000000036' * is registered in the BRP * is a minor * was born in the Netherlands * has not emigrated * has 'Gerda' as parent 1 * has 'Aart' as parent 2 And a judicial ruling on authority has been made for 'Bert' with the following data | indicatie gezag minderjarige (32.10) | ingangsdatum geldigheid (85.10) | | <indicatie gezag> | gisteren - 1 jaar | When 'gezag' is requested for 'Aart' Then 'Aart' has the following authority relationships * the person has no authority Examples: | indicatie gezag | omschrijving gezag | | D | een derde | | 1 | de andere ouder | | 1D | de andere ouder en een derde | Scenario Outline: the father holds no authority over the minor child because the authority cannot be determined Given the person 'Aart' with citizen service number '000000012' * is registered in the BRP * is of full age And the person 'Gerda' with citizen service number '000000024' * is registered in the BRP * is of full age And 'Aart' and 'Gerda' are married to each other And the person 'Bert' with citizen service number '000000036' * is registered in the BRP * is a minor * was born in the Netherlands * has emigrated * has 'Gerda' as parent 1 * has 'Aart' as parent 2 When 'gezag' is requested for 'Aart' Then 'Aart' has the following authority relationships * the person has no authority