@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/bmepio>
  schema:familyName "Cornel"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/22af70e029ebece2e9233da30574c482c563db604d3e9bd182f88dd0256fd328"^^xsd:string ;
  schema:givenName "Matthijs"^^xsd:string ;
  schema:name "Matthijs Cornel"@nl ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/bB14c4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22720> .

