@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/bE8yrh7>
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk Stuivenberg"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/28255130-0a25-f8bb-3e92-a69b43fc08f5"^^xsd:string ;
  schema:familyName "Stuivenberg"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Utrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b018tdw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/36e8814c-3b06-03ad-303f-213d2efa9cc7> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2070478> ;
  schema:birthDate "1837-11-05"^^xsd:date .

