@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/bbsviDs>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3ae066fc-6070-81e2-c91f-498458d5211f"^^xsd:string ;
  schema:givenName "Pieter"^^xsd:string ;
  schema:name "Pieter Scholenaar"@nl ;
  schema:familyName "Scholenaar"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b3xUuOo> ;
  schema:children <https://n2t.net/ark:/60537/bjn57rj> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bkbSbhE> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2324422> .

