Open OpenFirstNL opened 2 years ago
I did some extra digging by checking the output the API currently gives with what I scraped in 2021. The two types of data @siccovansas mentions were added somewhere last year, hence they weren't added in version 1 of openrechtspraak.nl. We can still add these, of course.
Some information for when we're going to work in the feature: namenlijst.rechtspraak.nl contains three types of data (each also containing a 'historical' version):
beroepsgegevens
, meaning steps in their career as a judge. This corresponds to the ProfessionalDetail
table in openrechtspraak.nl. The keys in the namenlijst.rechtspraak.nl API are: beroepsgegevens
and historieBeroepsgegevens
(historical).nevenbetrekkingen
, meaning side jobs they have or had while they were a judge. This corresponds with the SideJob
table in openrechtspraak.nl. The keys in the namenlijst.rechtspraak.nl API are: huidigeNevenbetrekkingen
and voorgaandeNevenbetrekkingen
(historical).beroepsgegevensBuitenRM
, meaning their career outside the judiciary. We don't have a table for this yet. We could include it in the ProfessionalDetail
table with an extra column indicating whether it pertains a career step inside or outside the judiciary, or we could create a separate table for it. The keys in the namenlijst.rechtspraak.nl API are: beroepsgegevensBuitenRM
and voorgaandeBetrekkingen
(historical).Regarding the last details, rechtspraak.nl describes this as: 'Wanneer een rechter nog geen 6 jaar binnen de Rechtspraak werkt, staan de betrekkingen vermeld van de periode vóór de functie van rechter. Deze voorgaande betrekkingen worden na 6 jaar niet meer getoond in het register, omdat u er vanuit mag gaan dat de rechter dan geen belang meer heeft bij zijn oude functie.'
An example API call is: this one.
The former main accupation is not shown for mr. R.S. le Poole.
There is also no 'heading' for this category.