@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/box4tYr>
  schema:givenName "Hermanus Petrus"^^xsd:string ;
  schema:name "Hermanus Petrus Meulman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/905acab7-47df-6212-e8f1-d8c93276bf41"^^xsd:string ;
  schema:familyName "Meulman"^^xsd:string ;
  schema:hasOccupation "Sigarenmaker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0192zh> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3681619b-0dad-5552-4f76-5f29fbba6923> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/766754> ;
  schema:birthDate "1890-01-27"^^xsd:date .

