@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/b0015s>
  schema:givenName "Grietje"^^xsd:string ;
  schema:name "Grietje Wouters"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/0d27455f23c77d7ed47a3cf12e0af0016c837b904edcf26bc4621904532f46f8"^^xsd:string ;
  schema:familyName "Wouters"^^xsd:string ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/bezZij> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22684> .

