@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/bcv06ua>
  schema:familyName "Abelman"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/37e3fb54-40a7-b9f6-a4cc-bb9b83072d64"^^xsd:string ;
  schema:givenName "Louis"^^xsd:string ;
  schema:name "Louis Abelman"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Wamel> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0111dr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/92f2dcd4-b0fd-6e15-7160-589c97f27a07> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2764209> ;
  schema:birthDate "1870-02-01"^^xsd:date .

