@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/bSIx2kd>
  schema:givenName "Aleida"^^xsd:string ;
  schema:name "Aleida Wolfswinkel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a780743c-f465-4f3a-169f-0542147b770b"^^xsd:string ;
  schema:familyName "Wolfswinkel"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01658b> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4517e85e-d3d1-8790-f2db-926ff571a35b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2125320> ;
  schema:birthDate "1881-11-27"^^xsd:date .

