@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/bNIJZ8D>
  schema:givenName "Barbara"^^xsd:string ;
  schema:name "Barbara Slagboom"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0c0a92d8-3fbd-c3bb-765d-10aaedeca54f"^^xsd:string ;
  schema:familyName "Slagboom"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Alblasserdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011d51> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8c5d64ed-9431-9082-007a-79aa54fa3859> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2400477> ;
  schema:birthDate "1866-12-09"^^xsd:date .

