@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/bpzzH0H>
  pico:hasAge "35"^^xsd:string ;
  schema:familyName "Broer"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/948b188d-7426-dab9-0f79-fa37ade12156"^^xsd:string ;
  schema:givenName "Pieter"^^xsd:string ;
  schema:name "Pieter Broer"@nl ;
  schema:hasOccupation "Tuinman"@nl ;
  schema:spouse <https://n2t.net/ark:/60537/bFoKjDi> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bHT80eV> ;
  schema:children <https://n2t.net/ark:/60537/bxu9vPA> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/580209> .

