@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/bacigU7>
  schema:familyName "de Vries"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/76b1b12a-42dc-852e-eb9a-a94df96ae0d4"^^xsd:string ;
  schema:givenName "Leendert"^^xsd:string ;
  schema:name "Leendert de Vries"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01cnpb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/863b3da9-232e-a369-f352-c03a3323631f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2376805> ;
  schema:birthDate "1920-09-24"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Vries"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

