@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/bh4oiRs>
  schema:givenName "Anthonie"^^xsd:string ;
  schema:name "Anthonie Roest"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4d642f98-390b-c0e4-fecc-1f71262c286c"^^xsd:string ;
  schema:familyName "Roest"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bdWSCoo> ;
  schema:spouse <https://n2t.net/ark:/60537/bpYY7F2> ;
  schema:children <https://n2t.net/ark:/60537/bxGRg2r> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1960833> .

