@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/bLQrSOp>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Blanken"@nl ;
  schema:familyName "Blanken"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/638e92e5-9c54-873c-c1c6-165dd6ed2f45"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b2vpuq9> ;
  schema:children <https://n2t.net/ark:/60537/b9AcgxS> ;
  schema:spouse <https://n2t.net/ark:/60537/bTL1HB4> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2412157> .

