@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/b7UChy>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Polet"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/780a1abef1f4db5ca31d475d77b391fd9d694f7f2027e059597415c842cecafd"^^xsd:string ;
  schema:familyName "Polet"^^xsd:string ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/bnuAs9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22683> .

