@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/b8Kpauw>
  schema:givenName "Alexander"^^xsd:string ;
  schema:name "Alexander Leembroek"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6a526b0d-1b63-1c0b-3d4f-2ccd0f9f293e"^^xsd:string ;
  schema:familyName "Leembroek"^^xsd:string ;
  schema:hasOccupation "Pijpenmaker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00f4c9> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/23e5f678-e9cd-784b-9400-e7fb75f10879> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1999827> ;
  schema:birthDate "1800-08-10"^^xsd:date .

