@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/bXIjtgE>
  schema:familyName "Gosselaar"^^xsd:string ;
  schema:givenName "Grietje Meijer"^^xsd:string ;
  schema:name "Grietje Meijer Gosselaar"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3bbba0b0-fb81-c3e3-eaf5-09c4e9f93730"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Dordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00mn57> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/66df7184-4e63-543c-f326-e633f4254fd7> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2255777> ;
  schema:birthDate "1808-08-10"^^xsd:date .

