@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/bNim1fU>
  schema:givenName "Christina Hendrika"^^xsd:string ;
  schema:name "Christina Hendrika Ferwerda"@nl ;
  schema:familyName "Ferwerda"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/afd2aa66-8022-be4f-3402-cd0b4afe23e7"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011435> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e0f4258c-5eaa-5b51-71c7-6224f3d3c98a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2830097> ;
  schema:birthDate "1882-09-26"^^xsd:date .

