@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/bQQerN1>
  schema:givenName "Abraham"^^xsd:string ;
  schema:name "Abraham Kroes"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4088301c-0e74-ba3b-a55c-7d63d849be6a"^^xsd:string ;
  schema:familyName "Kroes"^^xsd:string ;
  schema:hasOccupation "Zeilmaker"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wmj5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e6d3392f-d411-e4f4-6f70-9428447fbabc> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2686444> ;
  schema:birthDate "1831-12-14"^^xsd:date .

