@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/bsH3Z0r>
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus Romeijn"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7d3f8ba9-35e7-3d4d-9319-4fdb1d5b6935"^^xsd:string ;
  schema:familyName "Romeijn"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bbRTmk4> ;
  schema:children <https://n2t.net/ark:/60537/bjMua98> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bO87s3B> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1985679> .

