@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/bDiLiZC>
  schema:givenName "Gerhardus"^^xsd:string ;
  schema:name "Gerhardus Wisse"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/faf68653-45e6-29da-df29-6bd3fd3625de"^^xsd:string ;
  schema:hasOccupation "Onderwijzer"@nl ;
  schema:familyName "Wisse"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Oostkapelle> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0126ck> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f756ccb9-e42c-7349-2a4b-5d59445bb104> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2721516> ;
  schema:birthDate "1841-03-26"^^xsd:date .

