@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/b7vcIz8>
  schema:givenName "Abraham Lodewijk"^^xsd:string ;
  schema:name "Abraham Lodewijk de Blauw"@nl ;
  schema:familyName "de Blauw"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2b1b24c9-57ec-8121-8090-b5a254aee81d"^^xsd:string ;
  schema:hasOccupation "Kapitein der Infanterie"@nl ;
  schema:birthPlace "Rijswijk"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00v55b> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e2e0f7c7-93e2-2686-3e26-174f349e7566> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2670359> ;
  schema:birthDate "1852-02-15"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Blauw"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

