@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/bd75CbM>
  schema:familyName "Goedhart"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9e5b0410-79cf-6ce7-7c89-36abf235df2e"^^xsd:string ;
  schema:givenName "Klaas"^^xsd:string ;
  schema:name "Klaas Goedhart"@nl ;
  schema:hasOccupation "Schipper"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zuid-Waddinxveen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00nbmj> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/538850c9-7d82-d4a9-0779-adc7d78d742f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2181122> ;
  schema:birthDate "1808-01-25"^^xsd:date .

