@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/b74NUZu>
  schema:givenName "Andries"^^xsd:string ;
  schema:name "Andries Terwal"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9250df4e-f7a4-8b1e-1bf9-d264c525804f"^^xsd:string ;
  schema:hasOccupation "Schipper"@nl ;
  schema:familyName "Terwal"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zoeterwoude> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010rvr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/56a74035-caeb-caeb-75b3-5a2fb9382a48> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2193236> ;
  schema:birthDate "1823-12-31"^^xsd:date .

