@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/bIiyCmT>
  schema:birthPlace "Alfen"@nl ;
  schema:hasOccupation "Brugwachter"@nl ;
  schema:familyName "Göbel"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/14dfbc7f-2237-c84d-a61d-4873836a006f"^^xsd:string ;
  schema:givenName "Johannes Philippus"^^xsd:string ;
  schema:name "Johannes Philippus Göbel"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010kxp> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f6380c76-c48f-2bc7-d163-a56e86df6603> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2717119> ;
  schema:birthDate "1863-01-04"^^xsd:date .

