@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/bjzNPM>
  schema:givenName "Elizabeth"^^xsd:string ;
  schema:name "Elizabeth Grim"@nl ;
  schema:familyName "Grim"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/db44129f37b5f9704e0026ce71e70b5bf51b1df6f54fc70635e48ece8aa9695a"^^xsd:string ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/bz8M0J> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22697> .

