@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/bvpak9S>
  schema:givenName "Christina Hendrika"^^xsd:string ;
  schema:name "Christina Hendrika Schinkel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/df9a9340-c5db-2819-e3f5-ee8e720a4aa8"^^xsd:string ;
  schema:familyName "Schinkel"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amsterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01b705> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ba4e5497-3436-ce0a-202c-961085bd40b0> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2543660> ;
  schema:birthDate "1899-08-12"^^xsd:date .

