@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/b74NSEZ>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c4a35b37-a1cf-a0f5-6b58-b0780a32e499"^^xsd:string ;
  schema:givenName "Peter"^^xsd:string ;
  schema:name "Peter Ratten"@nl ;
  schema:familyName "Ratten"^^xsd:string ;
  schema:hasOccupation "Sjouwerman"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Tiel> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012wtj> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4bda3366-8ca2-944b-585a-28576f02ea0c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2151730> ;
  schema:birthDate "1850-08-04"^^xsd:date .

