@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/bfpMQwT>
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk Teeuwen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/00047076-c581-8100-50e7-1e103b89b5b3"^^xsd:string ;
  schema:familyName "Teeuwen"^^xsd:string ;
  schema:hasOccupation "Timmerman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011vf8> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/10f22c87-a57d-5cdc-1953-8b11ff5de95a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1944244> ;
  schema:birthDate "1864-05-15"^^xsd:date .

