@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/bu8Y5Yy>
  schema:familyName "Femer"^^xsd:string ;
  schema:givenName "Hendrik Jacob"^^xsd:string ;
  schema:name "Hendrik Jacob Femer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/05332fdc-7d9b-7759-4615-b291498ced1d"^^xsd:string ;
  schema:hasOccupation "Kellner"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Emmen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0125gf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/853515a8-806d-ec92-0f40-ca6b49ca613f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2372979> ;
  schema:birthDate "1868-11-25"^^xsd:date .

