@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/bnHh4Rc>
  schema:familyName "Buurman"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f087c95b-1a41-d121-c650-95c7178bbf6f"^^xsd:string ;
  schema:givenName "Johanna"^^xsd:string ;
  schema:name "Johanna Buurman"@nl ;
  schema:birthPlace "Zuid Waddinxveen"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01167k> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9a55a58f-fd38-c25b-ade3-8b878526404c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2419815> ;
  schema:birthDate "1866-08-27"^^xsd:date .

