@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/bXvCHUS>
  schema:givenName "Frans Hendrik"^^xsd:string ;
  schema:name "Frans Hendrik Weurman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8fb69dcd-5608-c4cf-9e55-1e7127c38ade"^^xsd:string ;
  schema:familyName "Weurman"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01d60g> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5024e94e-8c46-8314-e31a-2bab15a1be78> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2168061> ;
  schema:birthDate "1916-04-02"^^xsd:date .

