@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/bnTYBXO>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Mulder"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/47bc6170-c0fb-a56f-0514-4e7f07cdd997"^^xsd:string ;
  schema:familyName "Mulder"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Oudewater> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vrm5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/66019a44-f005-0938-6ccb-37386f5c1b3f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2252314> ;
  schema:birthDate "1878-10-27"^^xsd:date .

