@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/btWga7g>
  schema:familyName "de Looij"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/eb3cddd9-aa38-4491-a82e-b8d5b7a3a952"^^xsd:string ;
  schema:givenName "Leendert"^^xsd:string ;
  schema:name "Leendert de Looij"@nl ;
  schema:hasOccupation "Verwer"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Boskoop> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xf6g> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3de110cb-22e9-f7af-7719-64a392d65b2b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2097578> ;
  schema:birthDate "1828-11-28"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Looij"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

