@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/bBQQQhx>
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk Vergeer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/757ae616-a92c-9f80-3857-e0f0e0f6b820"^^xsd:string ;
  schema:familyName "Vergeer"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Utrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012hhn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/164c1b15-e098-c15e-67cd-881c8bb0fbbf> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1949719> ;
  schema:birthDate "1898-02-03"^^xsd:date .

