@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/bABF7Co>
  schema:givenName "Abraham"^^xsd:string ;
  schema:name "Abraham Polak"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c2cbfc48-6eae-3a51-c98b-100108a5bfe2"^^xsd:string ;
  schema:hasOccupation "Koopman"@nl ;
  schema:familyName "Polak"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Geervliet> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00mn57> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7b9aef1f-1dbc-4dd9-e365-e69e2f02139b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2335674> ;
  schema:birthDate "1819-09-19"^^xsd:date .

