@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/bz8LCfb>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/91b31b5c-152c-167a-41b2-896fab55f892"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan Schinkel"@nl ;
  schema:familyName "Schinkel"^^xsd:string ;
  schema:hasOccupation "Timmerman"@nl ;
  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/c9d90ee1-b7db-b00a-152c-e0752fe121c2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2599730> ;
  schema:birthDate "1870-08-17"^^xsd:date .

