@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/bPB2gyX>
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Rost"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c64bc96b-83ee-520b-fb70-be94767757a8"^^xsd:string ;
  schema:familyName "Rost"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bHGssGi> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bjn4CWF> ;
  schema:spouse <https://n2t.net/ark:/60537/bXvD5nS> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2586593> .

