@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/bOyy5cm>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8087b2b5-4dbb-364c-b9f9-193e78011629"^^xsd:string ;
  schema:givenName "Johanna"^^xsd:string ;
  schema:name "Johanna Vos"@nl ;
  schema:familyName "Vos"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Deventer> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01225k> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/dda7cc5a-332e-4505-a557-5c65d15d5cdc> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2817298> ;
  schema:birthDate "1869-03-29"^^xsd:date .

