@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/bmeoEcn>
  schema:givenName "Gijsbertus"^^xsd:string ;
  schema:name "Gijsbertus Meulman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/84f8e7c6-9619-6a4f-6d03-b96f205ff2bd"^^xsd:string ;
  schema:familyName "Meulman"^^xsd:string ;
  schema:hasOccupation "Timmerman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0195d1> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/93460344-4e52-1673-04d1-63cd3c3929c4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2766882> ;
  schema:birthDate "1894-03-03"^^xsd:date .

