@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/bV0dhCc>
  schema:givenName "Hermanus"^^xsd:string ;
  schema:name "Hermanus Leerentveld"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/073ee272-bfea-5d06-829b-0229f63304ec"^^xsd:string ;
  schema:familyName "Leerentveld"^^xsd:string ;
  schema:hasOccupation "Spoorwegarbeider"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Maarsseveen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b013hqg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/06c0adad-8a2b-e56f-06df-211d773707da> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/594993> ;
  schema:birthDate "1878-04-20"^^xsd:date .

