@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/b7vcn4s>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1ddd56b9-a462-550f-0b25-5ebcd415c094"^^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/b011j7c> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6ebe2a4e-bf1c-f1b2-ab4d-ddaef503752b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2286202> ;
  schema:birthDate "1831-08-01"^^xsd:date .

