@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/bS5tEH>
  schema:givenName "Abram"^^xsd:string ;
  schema:name "Abram Fokkers"@nl ;
  schema:familyName "Fokkers"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/668d0cefce680a400baed26c6dc84dc4cf9618c611af67ca61704f0f8a6a82e7"^^xsd:string ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/b6S5Nt> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22685> .

