@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/buznCPj>
  schema:givenName "Clasina"^^xsd:string ;
  schema:name "Clasina Teuling"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a737e8f0-929b-f297-d5cf-3229080e2383"^^xsd:string ;
  schema:familyName "Teuling"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Dordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wr54> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/bc74779c-b3da-9d45-94a7-a9ac4607be35> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2551733> ;
  schema:birthDate "1849-08-25"^^xsd:date .

