@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/bSiaoM>
  schema:givenName "Grietje"^^xsd:string ;
  schema:name "Grietje Meier"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/5f57cdac1503f5b052753e067d24cf1fcbf80f98f6a26ead1b9a6734fe858f80"^^xsd:string ;
  schema:familyName "Meier"^^xsd:string ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/b6S5OE> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22863> .

