@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/b8X6A2G>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/da8aa182-8a07-eb81-de09-4ab41e621c69"^^xsd:string ;
  schema:givenName "Marrigje"^^xsd:string ;
  schema:name "Marrigje van Vliet"@nl ;
  schema:familyName "van Vliet"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gouderak> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00px0w> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/96d735fc-3571-21d2-7d3f-2a2533c75156> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2783688> ;
  schema:birthDate "1847-07-18"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Vliet"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

