@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/beMHwKu>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8f597a2e-3f3c-947a-b9a7-1b03db042edc"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan Jongkind"@nl ;
  schema:familyName "Jongkind"^^xsd:string ;
  schema:hasOccupation "Schipper"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Wieringen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00tn07> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f3258919-d8c8-d39b-7ddb-9e747492724d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2700211> ;
  schema:birthDate "1831-08-01"^^xsd:date .

