@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/bojpci>
  schema:givenName "Geertrui"^^xsd:string ;
  schema:name "Geertrui Groenhof"@nl ;
  schema:familyName "Groenhof"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/8e9a66ceb5ecddbe2258a29b35abd97a3b90f3a90b4ee07601b8ff11cbb36a3b"^^xsd:string ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/bD644D> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22712> .

