@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/b1SiKhK>
  schema:givenName "Durk"^^xsd:string ;
  schema:name "Durk Jaarsma"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d69ec1a2-abbb-782c-1bdd-dbfbb0f5aad6"^^xsd:string ;
  schema:familyName "Jaarsma"^^xsd:string ;
  schema:hasOccupation "Smid"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Sneek> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wzzx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/21354617-18a8-d98f-354b-341562262986> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1989201> ;
  schema:birthDate "1850-04-22"^^xsd:date .

