@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/bEyX4GF>
  schema:familyName "Deierkauf"^^xsd:string ;
  schema:givenName "Frederik Anton"^^xsd:string ;
  schema:name "Frederik Anton Deierkauf"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/388a850a-6e28-fcc2-bea7-f905bb0e0ee9"^^xsd:string ;
  schema:hasOccupation "Kunstdraaijer"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amsterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00rbpd> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/87d4abae-973f-f287-6912-4e7775f0290d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2383063> ;
  schema:birthDate "1826-11-18"^^xsd:date .

