@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/bvpa5CG>
  schema:givenName "Gijsbertus"^^xsd:string ;
  schema:name "Gijsbertus Perrein"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3b18f227-9ea8-a165-e858-a9f05c7af15b"^^xsd:string ;
  schema:familyName "Perrein"^^xsd:string ;
  schema:hasOccupation "Slager"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Uithoorn> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/btwRkId> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2283552> ;
  schema:birthDate "1835-11-25"^^xsd:date .

