@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/biJYL4Z>
  schema:hasOccupation "Broodbakker"@nl ;
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk Vermeulen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/56c5a793-debc-1140-da17-3435ce7583a7"^^xsd:string ;
  schema:familyName "Vermeulen"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Ridderkerk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010rvr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1c33d083-54d0-f274-c6af-96e3718c1311> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1969620> ;
  schema:birthDate "1836-05-28"^^xsd:date .

