@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/b74NU9s>
  schema:givenName "Gerhardus"^^xsd:string ;
  schema:name "Gerhardus Peeters"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/84d4867d-5451-4ddf-224f-9e8d20c33afa"^^xsd:string ;
  schema:familyName "Peeters"^^xsd:string ;
  schema:hasOccupation "Timmerman"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Alphen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00fp4g> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/52d38232-c98f-da72-1993-1414204d9711> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2178406> .

