@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/b3xUaz0>
  schema:givenName "Bartha"^^xsd:string ;
  schema:name "Bartha Quint"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a05d0e2b-2682-f2e6-b8ab-b6701dccb45f"^^xsd:string ;
  schema:familyName "Quint"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Stolwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0138n0> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1ffe2c54-4a93-d43f-957f-b79f6a75eefc> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1984375> ;
  schema:birthDate "1857-01-18"^^xsd:date .

