@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/b2hIq1U>
  pico:hasAge "23"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/57e9a594-ffd5-da3c-dab3-2584f67f06c6"^^xsd:string ;
  schema:givenName "Jacobus"^^xsd:string ;
  schema:name "Jacobus Nederberg"@nl ;
  schema:familyName "Nederberg"^^xsd:string ;
  schema:hasOccupation "Opperman"@nl ;
  schema:children <https://n2t.net/ark:/60537/bMtxQ4U> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bR2V7W9> ;
  schema:spouse <https://n2t.net/ark:/60537/bUo7EUZ> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2322016> .

