@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/b37w9pe>
  schema:givenName "Dirk Adrianus"^^xsd:string ;
  schema:name "Dirk Adrianus Donker"@nl ;
  schema:familyName "Donker"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f75cbb28-9c8d-0f4c-2b5a-24f019e0af4f"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0121r7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7f9aaaca-2adf-5969-b617-7245cc5a9030> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2351375> ;
  schema:birthDate "1877-01-06"^^xsd:date .

