@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bFO8QO0>
  schema:givenName "Albertus"^^xsd:string ;
  schema:name "Albertus Dercksen"@nl ;
  schema:hasOccupation "Banketbakker"@nl ;
  schema:familyName "Dercksen"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e24fd2e5-4df8-8d5f-ff20-f7faf12ead1d"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zutphen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bQd7gG5> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2055870> ;
  schema:birthDate "1804-03-26"^^xsd:date .

