@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/b250EyU>
  schema:givenName "Hermanus"^^xsd:string ;
  schema:name "Hermanus Woltman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c4b319b7-3182-e903-cd7e-98c2b90f864d"^^xsd:string ;
  schema:hasOccupation "Kapitein Sleepboot"@nl ;
  schema:familyName "Woltman"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/s-Hertogenbosch> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0135b4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/60bcf3b9-e4f3-ee28-374a-aeb99578cd38> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2231550> ;
  schema:birthDate "1850-11-13"^^xsd:date .

