@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/bijBGQ>
  schema:familyName "Brinkman"^^xsd:string ;
  schema:givenName "Catharina"^^xsd:string ;
  schema:name "Catharina Brinkman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/66f744a90f1c304baf74b34e9ac1ce89518b375e41a7e94738af4a2dc268db06"^^xsd:string ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/by6gzm> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22612> .

