@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/boJMv8A>
  schema:givenName "Catharina"^^xsd:string ;
  schema:name "Catharina van de Winden"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d6c83619-bad4-6e2c-c74e-bb42c748c823"^^xsd:string ;
  schema:familyName "van de Winden"^^xsd:string ;
  schema:birthPlace <https://gemeentegeschiedenis.nl/gemeentenaam/Waddinxveen_1> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xfmf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9f450a0c-1d81-9986-6720-54d84c9fc4dc> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2438628> ;
  schema:birthDate "1849-04-23"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Winden"^^xsd:string ;
    ns0:surnamePrefix "van de"^^xsd:string
  ] .

