@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/bvBRshn>
  schema:givenName "Adrianus Marinus"^^xsd:string ;
  schema:name "Adrianus Marinus Verhappen"@nl ;
  schema:hasOccupation "Bierbrouwer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/953ec172-d8de-7ce6-05b7-b05ee2f06cfa"^^xsd:string ;
  schema:familyName "Verhappen"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Geldrop> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00ws3p> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/12d8ff7b-a03b-4f14-986e-261b32b21579> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/636885> ;
  schema:birthDate "1877-09-10"^^xsd:date .

