@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/bwrH2x>
  schema:givenName "Doris"^^xsd:string ;
  schema:name "Doris Polet"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/36f4eb80ea663f720df746a5e2ed912a4c9c872fc468d44eaf10198f50023135"^^xsd:string ;
  schema:familyName "Polet"^^xsd:string ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/bLdmW3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22680> .

