@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/bKNWj3J>
  schema:birthPlace "Alfen"@nl ;
  schema:familyName "Grauw"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a928c8fa-824d-455d-bcc8-d08c71d9d786"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes Grauw"@nl ;
  schema:hasOccupation "Pakhuisknecht"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wbnc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5ed056a2-0816-74fa-ea11-d2eb7c4f7036> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2224114> ;
  schema:birthDate "1840-09-24"^^xsd:date .

