@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/bQDx8p5>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Boere"@nl ;
  schema:familyName "Boere"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/08341b5c-cd41-db0a-6109-d14b6e49cb88"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bAOmvNv> ;
  schema:spouse <https://n2t.net/ark:/60537/bIIWjA1> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bLDJiAn> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2012931> .

