@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/bcuZSbN>
  schema:givenName "Carolina"^^xsd:string ;
  schema:name "Carolina Lissauer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/651017d2-7cbf-45ba-7955-1c8c37f1ef9e"^^xsd:string ;
  schema:hasOccupation "Hulphuishoudster"@nl ;
  schema:familyName "Lissauer"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amsterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/benhgOM> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2509157> ;
  schema:birthDate "1861-11-15"^^xsd:date .

