@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/bS5r53P>
  schema:givenName "Anthonie"^^xsd:string ;
  schema:name "Anthonie Bouwmeester"@nl ;
  schema:familyName "Bouwmeester"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7fcd3c1f-b2b3-c07d-764b-311ca8a61d82"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b000QcW> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b1FBFrE> ;
  schema:children <https://n2t.net/ark:/60537/b7UBF1J> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2215390> .

