@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/bPNJCqP>
  schema:familyName "du Pon"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/31d2a4ec-d4ab-849f-029e-1e7596fbfb55"^^xsd:string ;
  schema:givenName "Maria"^^xsd:string ;
  schema:name "Maria du Pon"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b2I63Pm> ;
  schema:spouse <https://n2t.net/ark:/60537/bPNJCqP> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2219330> ;
  schema:additionalName [
    ns0:baseSurname "Pon"^^xsd:string ;
    ns0:surnamePrefix "du"^^xsd:string
  ] .

