@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/b12wG6t>
  schema:givenName "Gerardus"^^xsd:string ;
  schema:name "Gerardus Schoonhoven"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0c85902c-609a-b6dc-fae5-0c83b07baf04"^^xsd:string ;
  schema:hasOccupation "Koopman"@nl ;
  schema:familyName "Schoonhoven"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Utrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01783r> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e85f6a6f-39ac-d417-2b35-d31fcec9097a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2692240> ;
  schema:birthDate "1862-04-01"^^xsd:date .

