@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/b2UO32J>
  schema:givenName "Hermanus"^^xsd:string ;
  schema:name "Hermanus Rijnhout"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/66cbc41e-4db1-c110-4bae-3c4e3ee3a534"^^xsd:string ;
  schema:familyName "Rijnhout"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vs2x> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/081477b8-3cd1-d9ab-de16-d8261212ebd9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/600172> ;
  schema:birthDate "1893-10-15"^^xsd:date .

