@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/byiXooy>
  schema:givenName "Alexander"^^xsd:string ;
  schema:name "Alexander Heijgen"@nl ;
  schema:familyName "Heijgen"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/50d277cf-2063-7533-e6aa-1b930c135f7d"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00x9mx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2ff9cc0e-7823-b94a-db66-26d797f5eb55> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2047064> ;
  schema:birthDate "1894-03-06"^^xsd:date .

