@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/b4a0HYz>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9855ba1f-e8d8-89c6-aae3-4d06f64f2e05"^^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/b3aabb8c-ce58-0ae9-6afb-df755c1d1dc6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2517796> ;
  schema:birthDate "1869-03-29"^^xsd:date .

