Anthonie Beerstraaten

Anthonie Beerstraaten (4 February 1646,[1] in Amsterdam after 1665), was a Dutch Golden Age painter.

Winter landscape with ice-skaters on a river, ca. 1655

Biography

According to the RKD his works are confused with those of Jan Abrahamsz Beerstraaten and Abraham Beerstraaten, who were his father and possibly his brother.[2][3]

gollark: It's two lines, silly.
gollark: I use obviously good and not bad C conventions like very short function names and no comments.
gollark: ```cvoid efork(char **args) { pid_t pid = fork(); if (pid < 0) { perror("fork"); exit(3); } else if (pid == 0) { if (execvp(args[0], args) == -1) { perror("execvp"); exit(2); } } else { int status; waitpid(pid, &status, 0); printf("%d\n", status); }}```
gollark: It shouldn't be doing that. The thing does `exit(2)`.
gollark: Troubling, `waitpid` always seems to provide a value of 512 for status?

References

  1. Birth certificates Amsterdam City Archives
  2. Birth certificates Amsterdam City Archives
  3. Anthonie Beerstraaten in the RKD
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.