@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/bD63Ief>
  schema:givenName "Cornelia Wilhelmina"^^xsd:string ;
  schema:name "Cornelia Wilhelmina Loreijn"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e8177b24-cd3a-0196-53d2-f1355ae88663"^^xsd:string ;
  schema:familyName "Loreijn"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Schipluiden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00sggs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/dad35cc6-89b1-a910-729c-0bd70fcc22f4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2806355> ;
  schema:birthDate "1800-02-04"^^xsd:date .

