@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/byW41sg>
  pico:hasAge "23"^^xsd:string ;
  schema:hasOccupation "Besteller"@nl ;
  schema:familyName "Blok"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9dece00e-6c64-bb45-ef9e-c9c044e39c8d"^^xsd:string ;
  schema:givenName "Willem"^^xsd:string ;
  schema:name "Willem Blok"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b3xTyMy> ;
  schema:children <https://n2t.net/ark:/60537/bi6ToPt> ;
  schema:spouse <https://n2t.net/ark:/60537/bOyxYD2> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2699495> .

