@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/bzLRrx8>
  pico:hasAge "21"^^xsd:string ;
  schema:familyName "Blom"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c85578d4-1b72-e191-877e-0ded53e1231a"^^xsd:string ;
  schema:givenName "Pieter"^^xsd:string ;
  schema:name "Pieter Blom"@nl ;
  schema:hasOccupation "Timmerman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b25067Q> ;
  schema:children <https://n2t.net/ark:/60537/bj9oumk> ;
  schema:spouse <https://n2t.net/ark:/60537/bs3Yi93> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2366167> .

