@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/byiXOVJ>
  pico:hasAge "37"^^xsd:string ;
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Vermeij"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/754b6c83-7a41-d446-5833-8f07de5cc67f"^^xsd:string ;
  schema:hasOccupation "Touwspinner"@nl ;
  schema:familyName "Vermeij"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b6eZMMN> ;
  schema:children <https://n2t.net/ark:/60537/bhHuRJB> ;
  schema:spouse <https://n2t.net/ark:/60537/bqC4Gv4> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2517622> .

