@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/b1Sjew4>
  schema:givenName "Albertus"^^xsd:string ;
  schema:name "Albertus Dercksen"@nl ;
  schema:familyName "Dercksen"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/350d28a4-e7ae-dce9-755c-7b581fb1ad9e"^^xsd:string ;
  schema:hasOccupation "Koopman"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zutphen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k0pw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b5b1f497-5066-b45e-723c-c91712fb18eb> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2525815> ;
  schema:birthDate "1804-03-26"^^xsd:date .

