@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/b0cIO2>
  schema:givenName "Betje"^^xsd:string ;
  schema:name "Betje Meier"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/fa025036f2e7e057b9ee78937405fd1bb8c5c4870d6ae37d9ec973c2e39157a1"^^xsd:string ;
  schema:familyName "Meier"^^xsd:string ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/beMGXk> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22862> .

