@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/bJY8jGF>
  schema:familyName "Cohen"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e3f447ed-1b36-d75f-cb62-699683388a3f"^^xsd:string ;
  schema:givenName "Saartje"^^xsd:string ;
  schema:name "Saartje Cohen"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amsterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00mn57> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1254762a-7d92-f9c2-3e5b-8bc91447e553> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/634846> ;
  schema:birthDate "1799-12-01"^^xsd:date .

