@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/bNw2k3M>
  schema:givenName "Anthonie"^^xsd:string ;
  schema:name "Anthonie Verbruggen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e15cfd0b-55a4-5db4-527b-b860383b5665"^^xsd:string ;
  schema:familyName "Verbruggen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b8xHcMs> ;
  schema:spouse <https://n2t.net/ark:/60537/bFO9bGo> ;
  schema:children <https://n2t.net/ark:/60537/bxTznQ7> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2425253> .

