@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/bGQEC1y>
  pico:hasAge "35"^^xsd:string ;
  schema:hasOccupation "Bouwkundige"@nl ;
  schema:givenName "Egbert Jan"^^xsd:string ;
  schema:name "Egbert Jan Nieuwenhuis"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/50eefdd5-3f49-8ba1-a032-8b3aa1275913"^^xsd:string ;
  schema:familyName "Nieuwenhuis"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bIwemQI> ;
  schema:children <https://n2t.net/ark:/60537/bOLeqRD> ;
  schema:spouse <https://n2t.net/ark:/60537/bWFPeFm> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2446002> .

