@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/bn4aXm5>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Broekhuisen"@nl ;
  schema:familyName "Broekhuisen"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1881a4b9-81b3-3c6c-4cbf-312275c198b6"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0152kk> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/793e4cf3-b2b6-5ed3-36f0-becd7b580d44> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2326674> ;
  schema:birthDate "1919-03-28"^^xsd:date .

