@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/bCtXcEI>
  schema:givenName "Antonie"^^xsd:string ;
  schema:name "Antonie Janssen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d6539c38-b9fb-032d-30fb-10bdaa53a555"^^xsd:string ;
  schema:familyName "Janssen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b2hHKtF> ;
  schema:spouse <https://n2t.net/ark:/60537/b62iCQ7> ;
  schema:children <https://n2t.net/ark:/60537/bmRufsA> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2301361> .

