@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/bbFbKrL>
  schema:familyName "Heere"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/22a4ddf4-8e05-0138-a89c-0a4c4ddab87b"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes Heere"@nl ;
  schema:hasOccupation "Kellner"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amersfoort> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0125gf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3507086e-c5e1-b476-57d3-25c5e996461b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2066537> ;
  schema:birthDate "1879-11-16"^^xsd:date .

