@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/baciB3v>
  schema:givenName "David"^^xsd:string ;
  schema:name "David Woerlee"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e0431f1b-28e5-a8e6-9ab8-a73c338b3c20"^^xsd:string ;
  schema:hasOccupation "Timmerman"@nl ;
  schema:familyName "Woerlee"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00ff57> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f69b6540-baed-435a-1c31-daa2ea7ddcab> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2718648> .

