@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/bN5DtAA>
  schema:givenName "Catharina Alida"^^xsd:string ;
  schema:name "Catharina Alida Mulder"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f1ac85ce-44d4-ba62-01f0-4b97610305c3"^^xsd:string ;
  schema:familyName "Mulder"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Harlingen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b013hqg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/058f07cf-8193-2895-1603-e437fbf5920a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/590212> ;
  schema:birthDate "1900-01-24"^^xsd:date .

