@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/bdWTHDp>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Liewes"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/935fbc13-6910-e491-52f5-e6045e68fcb9"^^xsd:string ;
  schema:familyName "Liewes"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00j3fs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c67f26c7-f796-8ea8-ad91-28ae5f1d98c6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2586915> ;
  schema:birthDate "1841-08-04"^^xsd:date .

