@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/bnTYmfE>
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus Zoeteman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/30c582b5-353e-22f8-927c-28e7a6d913f5"^^xsd:string ;
  schema:familyName "Zoeteman"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bnTYmfE> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bxGQLNJ> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1976029> .

