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

