@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/bjn4XSF>
  schema:givenName "Gijsbertus"^^xsd:string ;
  schema:name "Gijsbertus Meulman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/41b3567a-6ecb-e569-5158-6e0cee566dcc"^^xsd:string ;
  schema:familyName "Meulman"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0195d1> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4c5d5bbf-de07-2327-ed94-f7c274834ad7> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2153646> ;
  schema:birthDate "1894-03-03"^^xsd:date .

