@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/bG0QWoV>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f5f3dccc-b52c-8b6e-1160-8a45d9f9c49b"^^xsd:string ;
  schema:givenName "Jan Willem"^^xsd:string ;
  schema:name "Jan Willem Schinkel"@nl ;
  schema:familyName "Schinkel"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Bodegraven> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0111dr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/af5ddb73-b7c1-dffe-fc2f-b7d3f8259dbb> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2500887> ;
  schema:birthDate "1896-06-06"^^xsd:date .

