@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/box4pRk>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5c267d8c-b3cd-8491-86dc-7a19fd6c5968"^^xsd:string ;
  schema:givenName "Johanna"^^xsd:string ;
  schema:name "Johanna Streng"@nl ;
  schema:familyName "Streng"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Broek> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011t97> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/239e5342-add2-580c-e4cb-f221b47589fd> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1998757> ;
  schema:birthDate "1857-07-12"^^xsd:date .

