@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/bnTYsR0>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ad2f6018-ad8c-239c-8b3b-c7cc4939b7e0"^^xsd:string ;
  schema:givenName "Jacob"^^xsd:string ;
  schema:name "Jacob Perdijk"@nl ;
  schema:familyName "Perdijk"^^xsd:string ;
  schema:hasOccupation "Scheepmaker"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Sluipwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00m3t1> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3be19232-31ad-143e-2ff9-be3ce62369b7> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2089989> ;
  schema:birthDate "1810-07-18"^^xsd:date .

