@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/bSIxphB>
  schema:givenName "Aleida"^^xsd:string ;
  schema:name "Aleida Bruggink"@nl ;
  schema:familyName "Bruggink"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/270632d9-707d-33ba-ebec-2e97df5606b2"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Deventer> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00q9hm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b3a90c98-f30d-66c6-772b-64b2246c9d36> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2517751> ;
  schema:birthDate "1836-01-17"^^xsd:date .

