@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/bNVryeU>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b3f3bd8e-c9dd-5c2d-bf5d-7c9839eb5163"^^xsd:string ;
  schema:givenName "Maria"^^xsd:string ;
  schema:name "Maria van Oudshoorn"@nl ;
  schema:familyName "van Oudshoorn"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zrp1> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6a7b5d27-1a08-1b2d-9cb4-3a1ab56d27df> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2269811> ;
  schema:birthDate "1862-09-26"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Oudshoorn"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

