@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/bfPbOAf>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Schouten"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fc0eb286-9eb6-7154-dd5a-5b80f73ae57c"^^xsd:string ;
  schema:familyName "Schouten"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00s7g4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c65a62ac-b949-082e-7867-d5dc81a9846b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2586342> ;
  schema:birthDate "1858-11-18"^^xsd:date .

