@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/bRfDhs1>
  schema:familyName "Berends"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/334e7a4d-bfd5-22ef-7534-4a0d873ab78b"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan Berends"@nl ;
  schema:hasOccupation "Kellner"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Wageningen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0125gf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/460b4a73-add1-137f-32fd-e5d6e5e35107> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2128952> ;
  schema:birthDate "1875-07-13"^^xsd:date .

