@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/bC3z0cC>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ec2eecd9-833b-d8b8-4c14-e786863b3fec"^^xsd:string ;
  schema:givenName "Klaas"^^xsd:string ;
  schema:name "Klaas Stoepker"@nl ;
  schema:hasOccupation "Schipper"@nl ;
  schema:familyName "Stoepker"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Hoorn> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bVQ0QNT> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2469099> ;
  schema:birthDate "1882-08-23"^^xsd:date .

