@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/buznuzJ>
  schema:familyName "Baron"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/84caf5af-75e8-0f34-e232-42af48b5fc15"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes Baron"@nl ;
  schema:spouse <https://n2t.net/ark:/60537/bCtXioE> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bGQDSNw> ;
  schema:children <https://n2t.net/ark:/60537/bSi7W4c> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2403738> .

