@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/b2UOSdU>
  pico:hasAge "48"^^xsd:string ;
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Blanker"@nl ;
  schema:familyName "Blanker"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ed2aa1f8-e100-9088-d7ec-60411e486db2"^^xsd:string ;
  schema:hasOccupation "Touwspinner"@nl ;
  schema:children <https://n2t.net/ark:/60537/baCI0DG> ;
  schema:spouse <https://n2t.net/ark:/60537/bixhPsA> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bnTY4Jh> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2784695> .

