@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/bH3mquZ>
  schema:givenName "Alexander"^^xsd:string ;
  schema:name "Alexander Bezem"@nl ;
  schema:familyName "Bezem"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c0dadb1a-71e0-0f57-a26e-d107c40e0a2b"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b2vpBat> ;
  schema:spouse <https://n2t.net/ark:/60537/bOXWeka> ;
  schema:children <https://n2t.net/ark:/60537/bz8LBFV> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2589187> .

