@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/bSi7EUZ>
  pico:hasAge "31"^^xsd:string ;
  schema:givenName "Albertus"^^xsd:string ;
  schema:name "Albertus Dercksen"@nl ;
  schema:hasOccupation "Banketbakker en winkelier"@nl ;
  schema:familyName "Dercksen"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c7b51620-00da-9ada-9189-806fb34507fc"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b000JBp> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b2hHE4R> ;
  schema:children <https://n2t.net/ark:/60537/b7UBypZ> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2097514> .

