@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/bxgtECQ>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth Streevelaar"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fa7849c5-25e4-c2f1-cf65-ea3da5113867"^^xsd:string ;
  schema:familyName "Streevelaar"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wnqm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/933257d3-33f7-85bd-7ae9-bfd9a378ed4d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2766183> ;
  schema:birthDate "1819-06-04"^^xsd:date .

