@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/byW3yph>
  schema:familyName "Bouwmeester"^^xsd:string ;
  schema:givenName "Elizabeth Johanna"^^xsd:string ;
  schema:name "Elizabeth Johanna Bouwmeester"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d9b1c568-071b-a819-906d-88163e51c5d0"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vx8x> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/537910e4-d593-28e9-e7da-38974ed4f5c5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2180833> ;
  schema:birthDate "1875-01-30"^^xsd:date .

