@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bIweF8G>
  schema:givenName "Christina"^^xsd:string ;
  schema:name "Christina la Poutre"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e3ce0a22-deb0-4b8e-6bac-d987233ccc1b"^^xsd:string ;
  schema:familyName "la Poutre"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qd3s> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2b90c3a3-990e-9baf-30a3-1d0f93b3ea91> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2029888> ;
  schema:birthDate "1844-11-17"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Poutre"^^xsd:string ;
    ns0:surnamePrefix "la"^^xsd:string
  ] .

