@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix roar: <https://w3id.org/roar#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bnTZQg>
  schema:givenName "Elizabeth"^^xsd:string ;
  schema:name "Elizabeth Verhoek"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/290c67df0d8d5fc79fe4b2612ad323a5c007f8e9b4b1ef174c1f99d684788b4a"^^xsd:string ;
  schema:familyName "Verhoek"^^xsd:string ;
  a schema:Person ;
  schema:hasOccupation <https://iisg.amsterdam/resource/hsn/occupation/dienstbode> ;
  roar:documentedIn <https://n2t.net/ark:/60537/bCGFJM> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22743> .

