@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/bFO9s3N>
  schema:givenName "Elbert"^^xsd:string ;
  schema:name "Elbert Langeraar"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c0b1795b-46a1-5e85-7c5d-9d708b63fbb8"^^xsd:string ;
  schema:familyName "Langeraar"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bdjMZp8> ;
  schema:children <https://n2t.net/ark:/60537/bpYYOn4> ;
  schema:spouse <https://n2t.net/ark:/60537/bVDk4HB> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2699226> .

