@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/b5cwhXn>
  schema:givenName "Dauphine"^^xsd:string ;
  schema:name "Dauphine van Leer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5d6ba2c4-051d-0e11-7cbc-d66c4cafa2c9"^^xsd:string ;
  schema:familyName "van Leer"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00jwsn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f887b7d2-43d6-ff67-992c-753dd04d669b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2727505> ;
  schema:birthDate "1871-08-23"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Leer"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

