@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/bZACupr>
  schema:familyName "de Leeuw"^^xsd:string ;
  schema:hasOccupation "Gepensioneerd militair"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fefe929e-5048-b8f3-fdfb-5a0f7a0452f8"^^xsd:string ;
  schema:givenName "Jacob"^^xsd:string ;
  schema:name "Jacob de Leeuw"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Alkmaar> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012htc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4bc266a4-b8bc-dc0e-c756-2692c8469840> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2151313> ;
  schema:birthDate "1832-09-11"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Leeuw"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

