@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#> .

<https://n2t.net/ark:/60537/bGDWFVW>
  schema:hasOccupation "Chauffeur"@nl ;
  schema:givenName "Eduwaard"^^xsd:string ;
  schema:name "Eduwaard Les"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9846e7b2-4f0d-f582-c048-95561294f4f7"^^xsd:string ;
  schema:familyName "Les"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bOLdA6d> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2165063> ;
  schema:birthDate "1900-09-04"^^xsd:date .

