@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/bwrFYtZ>
  schema:givenName "Gerardus"^^xsd:string ;
  schema:name "Gerardus Neef"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/dd9e06f7-b0da-d155-823a-b9ded21643fa"^^xsd:string ;
  schema:familyName "Neef"^^xsd:string ;
  schema:hasOccupation "Touwslager"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00msgg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/dca809e6-1e53-f09f-763b-9da4545dc050> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2813438> ;
  schema:birthDate "1839-04-02"^^xsd:date .

