@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/bCtZ0c>
  schema:givenName "Antje"^^xsd:string ;
  schema:name "Antje Meier"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/9325c5d1bacb370d65c1b180f54448229bbb7518b0bc4a258d115cb666ad398d"^^xsd:string ;
  schema:familyName "Meier"^^xsd:string ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/bRfEVU> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22865> .

