@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/bmRvnH>
  schema:givenName "Agatha"^^xsd:string ;
  schema:name "Agatha Beumer"@nl ;
  schema:familyName "Beumer"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/8c9a3a1aee99740470873ec0c8262a69bbe51b245f78390ab553dad43efa88ad"^^xsd:string ;
  a schema:Person ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amsterdam> ;
  roar:documentedIn <https://n2t.net/ark:/60537/bBEago> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22658> .

