@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/bjZaK7R>
  schema:familyName "Cohen"^^xsd:string ;
  schema:hasOccupation "Geen"@nl ;
  schema:givenName "Grietje"^^xsd:string ;
  schema:name "Grietje Cohen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/09b1f7a6-056f-e4f2-f1ca-e8f604e7d2c6"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amersfoort> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00ff57> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/02586c8f-448d-277f-99c5-21b523f2c9d5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/577475> ;
  schema:birthDate "1851-02-09"^^xsd:date .

