@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/bvBRNQQ>
  schema:givenName "Hermanis"^^xsd:string ;
  schema:name "Hermanis Odijk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a5c9ab3f-50ef-1ea8-94cf-3bd2b3419d7b"^^xsd:string ;
  schema:familyName "Odijk"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/beZoQCj> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bQd7pXS> ;
  schema:spouse <https://n2t.net/ark:/60537/bZadgEq> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2314520> .

