@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/bVcVwSH>
  schema:givenName "Abraham"^^xsd:string ;
  schema:name "Abraham Zwarts"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/909fa64f-a28f-d135-7c25-b47de6086554"^^xsd:string ;
  schema:hasOccupation "Knecht"@nl ;
  schema:familyName "Zwarts"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Utrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00n4f6> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/abe23e45-6ff7-93ae-a8c0-9ed7e17abe04> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2487278> ;
  schema:birthDate "1855-09-16"^^xsd:date .

