@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/bngSzhN>
  schema:givenName "Eduard"^^xsd:string ;
  schema:name "Eduard van Leer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/22e82218-56e0-1a73-1da6-f9ce7f03ce09"^^xsd:string ;
  schema:hasOccupation "Leerling"@nl ;
  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/649b88c9-08c7-1397-9932-6ffe64cee2e8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2246718> ;
  schema:birthDate "1861-03-19"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Leer"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

