@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/bJm2Gdx>
  schema:familyName "Forstman"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e22a9378-3a4a-85dc-1b91-e2e7e5b8121b"^^xsd:string ;
  schema:givenName "Johanna"^^xsd:string ;
  schema:name "Johanna Forstman"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00j3fs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8049662d-049f-5846-13e9-ee528dbd7865> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2353924> ;
  schema:birthDate "1837-06-28"^^xsd:date .

