@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/bd75tsi>
  pico:hasAge "28"^^xsd:string ;
  schema:familyName "Binnendijk"^^xsd:string ;
  schema:hasOccupation "Cigarenmaker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/57703c95-dbe7-9ea8-b7f7-27b7ce02c735"^^xsd:string ;
  schema:givenName "Thomas"^^xsd:string ;
  schema:name "Thomas Binnendijk"@nl ;
  schema:children <https://n2t.net/ark:/60537/bm1GheP> ;
  schema:spouse <https://n2t.net/ark:/60537/btJzqBI> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bYXvNpY> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2028816> .

