@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/b7UBKz7>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3d74fbd3-096f-81c3-9ffa-9300f8d11770"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan Jonker"@nl ;
  schema:familyName "Jonker"^^xsd:string ;
  schema:hasOccupation "Schipper"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00jp0v> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/760a7d3d-33a4-e5a2-af97-72132fa45e1c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2314430> ;
  schema:birthDate "1839-04-26"^^xsd:date .

