@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/bpYYFTK>
  schema:familyName "Eilers"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/db937b7f-cd32-53c1-53d4-07f0e8adcdb0"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes Eilers"@nl ;
  schema:hasOccupation "Stukadoor"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Delft> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012zrg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/bb87fd3c-8c8e-ab33-8fce-1a6a10c157d4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2548088> ;
  schema:birthDate "1854-02-24"^^xsd:date .

