@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bLdkobV>
  schema:givenName "Arie Thomas"^^xsd:string ;
  schema:name "Arie Thomas Binnendijk"@nl ;
  schema:familyName "Binnendijk"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/92fa2747-1ad4-daac-44e6-2ff66081fe4d"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bLQqVSz> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/620744> ;
  schema:birthDate "1939-02-06"^^xsd:date .

