@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/bTkG7p>
  schema:givenName "Agatha"^^xsd:string ;
  schema:name "Agatha Blom"@nl ;
  schema:familyName "Blom"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/a1e1e176a6055b0410963c13e5a40adacbb5245e504f4f92dea031bdb691614a"^^xsd:string ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/b87if7> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/28606> .

