@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/bu8Yyw5>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/23a3e3a9-29e9-1919-c320-80b537a1eeb4"^^xsd:string ;
  schema:givenName "Karel"^^xsd:string ;
  schema:name "Karel Verbrugge"@nl ;
  schema:hasOccupation "Kellner"@nl ;
  schema:familyName "Verbrugge"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Wageningen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0122nc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f2ed6b75-eaec-fb77-7352-db2bcdfcde4f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2864607> ;
  schema:birthDate "1874-08-04"^^xsd:date .

