@prefix pico: <https://personsincontext.org/model#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bHGsBR5>
  pico:hasAge "32"^^xsd:string ;
  schema:familyName "Blonk"^^xsd:string ;
  schema:hasOccupation "Bouwman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/48c75bc3-5ece-085a-0cac-76a4baf78044"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes Blonk"@nl ;
  schema:spouse <https://n2t.net/ark:/60537/bd7682W> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bnuzI5R> ;
  schema:children <https://n2t.net/ark:/60537/bXvDewg> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2749913> .

