@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bHg3gYe>
  schema:familyName "de Goede"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/17899803-42c1-2cc4-1b32-703f5534107a"^^xsd:string ;
  schema:givenName "Sara"^^xsd:string ;
  schema:name "Sara de Goede"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Vlaardingen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011jz2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9735298a-762b-6f09-bafb-e6a99121dece> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2785077> ;
  schema:birthDate "1835-10-10"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Goede"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

