@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/bixhxsk>
  schema:givenName "Christina"^^xsd:string ;
  schema:name "Christina Vrind"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/91f3fb8f-aec9-42fd-e6ba-50bbaca3db0f"^^xsd:string ;
  schema:familyName "Vrind"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Leiden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01bt5p> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a5ac5c9c-9b3c-6502-7d7f-5503de0c47c8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2463335> ;
  schema:birthDate "1844-12-15"^^xsd:date .

