@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/b1Sjhft>
  schema:givenName "Anthonie Dirk"^^xsd:string ;
  schema:name "Anthonie Dirk Vermaat"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/488bbeb8-aaf5-8414-a5ba-ba0d789e7426"^^xsd:string ;
  schema:hasOccupation "Meubelmakersknecht"@nl ;
  schema:familyName "Vermaat"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gouderak> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00tn07> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c25bad82-9f55-4bf6-55e9-a8115fa77bdc> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2574561> ;
  schema:birthDate "1841-08-23"^^xsd:date .

