@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/bkOYID8>
  schema:givenName "Christina"^^xsd:string ;
  schema:name "Christina Plomp"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b59ec711-8c21-8b45-974b-62f44f627cbe"^^xsd:string ;
  schema:familyName "Plomp"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b019g8s> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4a9d3acf-0866-3296-da8a-8508657bf88e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2146677> ;
  schema:birthDate "1893-03-10"^^xsd:date .

