@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/bQDxMnJ>
  pico:hasAge "35"^^xsd:string ;
  schema:givenName "Abraham"^^xsd:string ;
  schema:name "Abraham Winkel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c5dfea2c-148d-0efb-d334-72f2f6b87d21"^^xsd:string ;
  schema:familyName "Winkel"^^xsd:string ;
  schema:hasOccupation "Winkelier"@nl ;
  schema:children <https://n2t.net/ark:/60537/bAOn8NH> ;
  schema:spouse <https://n2t.net/ark:/60537/bIIWXA3> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bUaq3VJ> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2705764> .

