@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/benidkH>
  schema:familyName "Homburg"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f59959c4-6fba-57c9-734b-12b3698be862"^^xsd:string ;
  schema:givenName "Wilhelmina Hendrika"^^xsd:string ;
  schema:name "Wilhelmina Hendrika Homburg"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zutphen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01658b> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/92a0e88f-354f-aa42-d850-7998abb2c5a8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2761894> ;
  schema:birthDate "1898-05-16"^^xsd:date .

