@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/bIwh1z>
  schema:givenName "Alida"^^xsd:string ;
  schema:name "Alida Larisink"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/474cd518efa1fae19b963d0aaf9e4ff7199ccce469ea64a2b151e679f8fe0d69"^^xsd:string ;
  schema:familyName "Larisink"^^xsd:string ;
  a schema:Person ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amsterdam> ;
  roar:documentedIn <https://n2t.net/ark:/60537/bX5fba> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22663> .

