@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/b5qd5n5>
  schema:givenName "Barend"^^xsd:string ;
  schema:name "Barend Simon"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/20dfd75b-2e4c-6622-6d74-f016e192a677"^^xsd:string ;
  schema:familyName "Simon"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bQ0qtDH> ;
  schema:children <https://n2t.net/ark:/60537/bXvDkhB> ;
  schema:spouse <https://n2t.net/ark:/60537/bzYzziN> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2853116> .

