@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/beniBU>
  schema:birthPlace "Buhl"^^xsd:string ;
  schema:familyName "de Laat"^^xsd:string ;
  schema:givenName "Elizabeth"^^xsd:string ;
  schema:name "Elizabeth de Laat"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/2da48c072f77215545d2a811efbe664789d8a6cb32bde4790b36180fb192a48f"^^xsd:string ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/btWgNK> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22628> ;
  schema:additionalName [
    ns0:baseSurname "Laat"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

