@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/bcUp7uY>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/bb4a707e-e9e3-87b2-7d6e-11d11c6d990b"^^xsd:string ;
  schema:givenName "Maria"^^xsd:string ;
  schema:name "Maria van Vliet"@nl ;
  schema:familyName "van Vliet"^^xsd:string ;
  schema:birthPlace <https://gemeentegeschiedenis.nl/gemeentenaam/Waddinxveen_1> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010wns> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8a44c627-8134-400a-566f-a56d0d3efc64> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2392130> ;
  schema:birthDate "1839-05-07"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Vliet"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

