@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/b12wwu>
  schema:familyName "Borst"^^xsd:string ;
  schema:givenName "Christina"^^xsd:string ;
  schema:name "Christina Borst"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/61f0908b60dad07fa5a645097fb70991acc2a198c53a199e3b4649ad922adf48"^^xsd:string ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/bfPbsp> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22769> .

