@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/btJzKRt>
  pico:hasAge "33"^^xsd:string ;
  schema:familyName "Bruijniks"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/bfb32308-4fdc-77a7-42f9-e56757d0ae44"^^xsd:string ;
  schema:givenName "Nicolaas"^^xsd:string ;
  schema:name "Nicolaas Bruijniks"@nl ;
  schema:hasOccupation "Smid"@nl ;
  schema:children <https://n2t.net/ark:/60537/bcUp7br> ;
  schema:spouse <https://n2t.net/ark:/60537/bkOYW2A> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bzz95Mu> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2386857> .

