@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/b8jZNKA>
  schema:familyName "de Beij"^^xsd:string ;
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk de Beij"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ecf58e51-df9c-31bb-3b16-f52cb8e0a1c1"^^xsd:string ;
  schema:hasOccupation "Koekbakker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0141bz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1fd05c28-43f9-8251-3c22-7e1765e19932> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1983701> ;
  schema:birthDate "1871-05-16"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Beij"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

