@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/b4ApFDH>
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Sliedrecht"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e4c0da3a-2a4d-0143-acff-79de4e577d05"^^xsd:string ;
  schema:hasOccupation "Schoenmaker"@nl ;
  schema:familyName "Sliedrecht"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00krh5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3aa3334e-490c-673b-574c-c312a74aa0dc> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2085188> ;
  schema:birthDate "1835-10-27"^^xsd:date .

