@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/bABEWhi>
  schema:givenName "Grietje"^^xsd:string ;
  schema:name "Grietje Ternijn"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/089cd52f-78da-fbe9-608c-91ba6949f8a2"^^xsd:string ;
  schema:familyName "Ternijn"^^xsd:string ;
  schema:hasOccupation "Zonder"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amsterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00h517> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/470ef3de-9e69-fb6c-d8dd-433395fa38c2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2132942> ;
  schema:birthDate "1818-09-30"^^xsd:date .

