@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/bbeNBzW>
  schema:givenName "Christina Henrica"^^xsd:string ;
  schema:name "Christina Henrica Mulder"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/cb85ad50-f8af-ebae-3583-ef39268a09cb"^^xsd:string ;
  schema:familyName "Mulder"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Schiedam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00rn2c> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/710ac6a8-824c-fbf1-dcb0-6b3f57cad50d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2295002> ;
  schema:birthDate "1832-10-20"^^xsd:date .

