@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/b87i6Ly>
  schema:givenName "Gerard"^^xsd:string ;
  schema:name "Gerard Wisse"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/158b46c6-b126-a881-fbf3-b2d475bfbfe6"^^xsd:string ;
  schema:hasOccupation "Predikant"@nl ;
  schema:familyName "Wisse"^^xsd:string ;
  schema:birthPlace <https://gemeentegeschiedenis.nl/gemeentenaam/Middelburg_Ze> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0126ck> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1d911652-47ac-3e2b-dc2b-2028c878043a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1974747> ;
  schema:birthDate "1873-03-24"^^xsd:date .

