@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/b3KCtx>
  schema:givenName "Elizabeth"^^xsd:string ;
  schema:name "Elizabeth Gooyers"@nl ;
  schema:familyName "Gooyers"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/136d14c388c7b4af596512821d2427c401c0de602203077fb1dbe1a6c480e20e"^^xsd:string ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/bixhnd> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22699> .

