@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/b9AcanP>
  schema:familyName "Dexheimer"^^xsd:string ;
  schema:givenName "George Lodewijk"^^xsd:string ;
  schema:name "George Lodewijk Dexheimer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/68e91e72-218e-f6ef-06af-12041c3be36b"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b1Sj1X2> ;
  schema:children <https://n2t.net/ark:/60537/bhuMZbA> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bWSw8IF> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2301589> .

