@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/bQd7ZKO>
  schema:givenName "Abraham"^^xsd:string ;
  schema:name "Abraham Roodbol"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f2551f5e-e825-8eb1-1893-f6113810d767"^^xsd:string ;
  schema:familyName "Roodbol"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b8xH61j> ;
  schema:children <https://n2t.net/ark:/60537/bABF2A5> ;
  schema:spouse <https://n2t.net/ark:/60537/bjMupVU> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2245205> .

