@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/bb25D8n>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/355e6a14-9a52-7f7b-2849-277ac51a0bc1"^^xsd:string ;
  schema:givenName "Roosje"^^xsd:string ;
  schema:name "Roosje Zwarenstein"@nl ;
  schema:familyName "Zwarenstein"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Strijensas> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00t2zc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1e480b9d-2e71-62c4-7622-c802ad6f3d33> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1977593> ;
  schema:birthDate "1839-10-01"^^xsd:date .

